PublicIdentity
This type is returned on routes with no permissions attached to protect Personally Identifiable Information, but still provide minimal data. Can be a User or AppClient.
type PublicIdentity {
displayName: String!
identityId: ID!
identityParentEntityId: ID
}
Fields
PublicIdentity.displayName
● String!
non-null scalar
PublicIdentity.identityId
● ID!
non-null scalar
A userName or appClientId
PublicIdentity.identityParentEntityId
● ID
scalar
Member of
Supplier
object ● SupplierIdentity
object