DemandHqIdentity
Indicates a User or App has permissions on a DemandHq
type DemandHqIdentity {
demandHq: DemandHq
demandHqId: ID!
identityId: ID!
identityParentEntityId: ID
identityType: DemandHqIdentityType!
permissions: DemandHqIdentityPermissions!
publicIdentity: PublicIdentity
publicIdentityParent: PublicIdentityParent
updatedBy: String!
}
Fields
DemandHqIdentity.demandHq
● DemandHq
object
Get the demandHq associated with this DemandHqIdentity.
DemandHqIdentity.demandHqId
● ID!
non-null scalar
DemandHqIdentity.identityId
● ID!
non-null scalar
Could be a userName or an appClientId
DemandHqIdentity.identityParentEntityId
● ID
scalar
DemandHqIdentity.identityType
● DemandHqIdentityType!
non-null enum
DemandHqIdentity.permissions
● DemandHqIdentityPermissions!
non-null object
DemandHqIdentity.publicIdentity
● PublicIdentity
object
Get a public identity for this DemandHqIdentity
DemandHqIdentity.publicIdentityParent
● PublicIdentityParent
union
Get the expanded PublicIdentityParent for this DemandHqIdentity
DemandHqIdentity.updatedBy
● String!
non-null scalar
Returned by
createDemandHqIdentity
mutation ● demandHqIdentity
query ● updateDemandHqIdentity
mutation
Member of
AppInstallationResponse
object ● DemandHq
object ● DemandHqIdentityConnection
object ● DemandHqIdentityEdge
object