Values.EntityInfoSourceContains details about the specified entity (user or role). This data type is an element of the EntityDetails object.
type nonrec t = {arn : ArnType.t option;name : UserNameType.t option;The name of the entity (user or role).
*)type_ : PolicyOwnerEntityType.t option;The type of entity (user or role).
*)id : IdType.t option;The identifier of the entity (user or role).
*)path : PathType.t option;The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.
*)}