Update Application
ssoadmin_update_application | R Documentation |
Updates application properties¶
Description¶
Updates application properties.
Usage¶
ssoadmin_update_application(ApplicationArn, Description, Name,
PortalOptions, Status)
Arguments¶
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. |
Value¶
An empty list.
Request syntax¶
svc$update_application(
ApplicationArn = "string",
Description = "string",
Name = "string",
PortalOptions = list(
SignInOptions = list(
ApplicationUrl = "string",
Origin = "IDENTITY_CENTER"|"APPLICATION"
)
),
Status = "ENABLED"|"DISABLED"
)