SystemAccess
SystemAccess
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | UUID! | ||
orgId | UUID! | ||
status | SystemAccessStatus! | ||
targets | [SystemAccessTarget]! | ||
reason | String! | ||
zendeskTicketId | Int | ||
createdAt | Datetime! | ||
createdBy | UUID | ||
updatedAt | Datetime | ||
updatedBy | UUID | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `SystemAccess`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `SystemAccess`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `SystemAccess`. |