EntityIdentifier
class 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":"<i>string</i>","entityType":"<i>string</i>"}