EntityIdentifier - Amazon Verified Permissions
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

EntityIdentifier

Contains the identifier of an entity, including its ID and type.

This data type is used as a request parameter for IsAuthorized operation, and as a response parameter for the CreatePolicy, GetPolicy, and UpdatePolicy operations.

Example: {"entityId":"string","entityType":"string"}

Contents

Note

In the following list, the required parameters are described first.

entityId

The identifier of an entity.

"entityId":"identifier"

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Pattern: .*

Required: Yes

entityType

The type of an entity.

Example: "entityType":"typeName"

Type: String

Length Constraints: Minimum length of 1. Maximum length of 200.

Pattern: .*

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: