Put Application Access Scope
ssoadmin_put_application_access_scope | R Documentation |
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application¶
Description¶
Adds or updates the list of authorized targets for an IAM Identity Center access scope for an application.
Usage¶
ssoadmin_put_application_access_scope(Scope, AuthorizedTargets,
ApplicationArn)
Arguments¶
Scope |
[required] Specifies the name of the access scope to be associated with the specified targets. |
AuthorizedTargets |
Specifies an array list of ARNs that represent the authorized targets for this access scope. |
ApplicationArn |
[required] Specifies the ARN of the application with the access scope with the targets to add or update. |
Value¶
An empty list.
Request syntax¶
svc$put_application_access_scope(
Scope = "string",
AuthorizedTargets = list(
"string"
),
ApplicationArn = "string"
)