Studio Service

CredentialCondition

CredentialCondition

A condition to be used against Credential object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
spaceIdUUIDChecks for equality with the object’s `spaceId` field.
descriptionStringChecks for equality with the object’s `description` field.
usernameStringChecks for equality with the object’s `username` field.
providerStringChecks for equality with the object’s `provider` field.
credentialKeyStringChecks for equality with the object’s `credentialKey` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
isSharedBooleanChecks for equality with the object’s `isShared` field.
isSharedExplicitBooleanChecks for equality with the object’s `isSharedExplicit` field.
isSharedAllBooleanChecks for equality with the object’s `isSharedAll` field.