Values.EntityIdentifierSourceContains 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"}
type nonrec t = {entityType : EntityType.t;The type of an entity. Example: "entityType":"typeName"
*)entityId : EntityId.t;The identifier of an entity. "entityId":"identifier"
*)}