Credential
Credential
3rd party credential.
| 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! | The primary unique identifier for the credential. | |
| orgId | UUID! | The id of the organization that credential belong to. | |
| spaceId | UUID! | The id of the space that credential belong to. | |
| description | String | The description of the credential. | |
| username | String | The username of the credential. | |
| provider | String! | The provider for credential. | |
| credentialKey | String! | The key of the credential. This is usually a hash. | |
| createdBy | UUID | ||
| createdAt | Datetime | ||
| isShared | Boolean | ||
| isSharedExplicit | Boolean | ||
| isSharedAll | Boolean | ||
| orgByOrgId | Org | Reads a single `Org` that is related to this `Credential`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Credential`. | |
| associationsByToCredentialAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
| condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| shareAssociationsByShareCredential | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
| condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| shareAssociationsByShareCredentialAndOrgId | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
| condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| isUsed | Boolean | True if credential is used by at least on appInstance throughout the org | |
| sharedSpacesByCredentialId | SpacesConnection! | Spaces that currently got shared access to the credential. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |