CredentialFilter
CredentialFilter
A filter to be used against Credential
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
description | StringFilter | Filter by the object’s `description` field. | |
username | StringFilter | Filter by the object’s `username` field. | |
provider | StringFilter | Filter by the object’s `provider` field. | |
credentialKey | StringFilter | Filter by the object’s `credentialKey` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
isShared | BooleanFilter | Filter by the object’s `isShared` field. | |
isSharedExplicit | BooleanFilter | Filter by the object’s `isSharedExplicit` field. | |
isSharedAll | BooleanFilter | Filter by the object’s `isSharedAll` field. | |
and | [CredentialFilter!] | Checks for all expressions in this list. | |
or | [CredentialFilter!] | Checks for any expressions in this list. | |
not | CredentialFilter | Negates the expression. |