View source: R/ssoadmin_operations.R
ssoadmin_update_application | R Documentation |
Updates application properties.
See https://www.paws-r-sdk.com/docs/ssoadmin_update_application/ for full documentation.
ssoadmin_update_application(
ApplicationArn,
Description = NULL,
Name = NULL,
PortalOptions = NULL,
Status = NULL
)
ApplicationArn |
[required] Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. |
Description |
The description of the . |
Name |
Specifies the updated name for the application. |
PortalOptions |
A structure that describes the options for the portal associated with an application. |
Status |
Specifies whether the application is enabled or disabled. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.