public static interface EntityPersonaConfiguration.Builder extends SdkPojo, CopyableBuilder<EntityPersonaConfiguration.Builder,EntityPersonaConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EntityPersonaConfiguration.Builder |
entityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
EntityPersonaConfiguration.Builder |
persona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
EntityPersonaConfiguration.Builder |
persona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityPersonaConfiguration.Builder entityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
entityId - The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID
could be an email.EntityPersonaConfiguration.Builder persona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source. The available personas or access roles are Owner and Viewer. For more
information on these personas, see Providing access to your search page.
persona - The persona that defines the specific permissions of the user or group in your IAM Identity Center
identity source. The available personas or access roles are Owner and Viewer
. For more information on these personas, see Providing access to your search page.Persona,
PersonaEntityPersonaConfiguration.Builder persona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source. The available personas or access roles are Owner and Viewer. For more
information on these personas, see Providing access to your search page.
persona - The persona that defines the specific permissions of the user or group in your IAM Identity Center
identity source. The available personas or access roles are Owner and Viewer
. For more information on these personas, see Providing access to your search page.Persona,
PersonaCopyright © 2023. All rights reserved.