AuthScope
Contains the scope configuration for an authorization code. Defines the permissions and access boundaries for the session.
Contents
- EntityType
-
The type of entity to scope the session to.
Type: String
Valid Values:
CUSTOMER_PROFILERequired: Yes
- DomainName
-
The name of the Customer Profiles domain to scope the session to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$Required: No
- EntityId
-
The identifier of the entity to scope the session to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
.*Required: No
- SecurityProfileIds
-
The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: