EntitiesDefinition
Contains the list of entities to be considered during an authorization request. This includes all principals, resources, and actions required to successfully evaluate the request.
This data type is used as a field in the response parameter for the IsAuthorized and IsAuthorizedWithToken operations.
Contents
Note
In the following list, the required parameters are described first.
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- entityList
-
An array of entities that are needed to successfully evaluate an authorization request. Each entity in this array must include an identifier for the entity, the attributes of the entity, and a list of any parent entities.
Note
If you include multiple entities with the same
identifier
, only the last one is processed in the request.Type: Array of EntityItem objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: