View source: R/ssoadmin_operations.R
ssoadmin_create_application_assignment | R Documentation |
Grant application access to a user or group.
See https://www.paws-r-sdk.com/docs/ssoadmin_create_application_assignment/ for full documentation.
ssoadmin_create_application_assignment(
ApplicationArn,
PrincipalId,
PrincipalType
)
ApplicationArn |
[required] The ARN of the application provider under which the operation will run. |
PrincipalId |
[required] An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference. |
PrincipalType |
[required] The entity type for which the assignment will be created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.