CredentialCondition
CredentialCondition
A condition to be used against Credential
object types. All fields are tested
for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
description | String | Checks for equality with the object’s `description` field. | |
username | String | Checks for equality with the object’s `username` field. | |
provider | String | Checks for equality with the object’s `provider` field. | |
credentialKey | String | Checks for equality with the object’s `credentialKey` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
isShared | Boolean | Checks for equality with the object’s `isShared` field. | |
isSharedExplicit | Boolean | Checks for equality with the object’s `isSharedExplicit` field. | |
isSharedAll | Boolean | Checks for equality with the object’s `isSharedAll` field. |