Studio Service

CredentialFilter

CredentialFilter

A filter to be used against Credential object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
descriptionStringFilterFilter by the object’s `description` field.
usernameStringFilterFilter by the object’s `username` field.
providerStringFilterFilter by the object’s `provider` field.
credentialKeyStringFilterFilter by the object’s `credentialKey` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
isSharedBooleanFilterFilter by the object’s `isShared` field.
isSharedExplicitBooleanFilterFilter by the object’s `isSharedExplicit` field.
isSharedAllBooleanFilterFilter by the object’s `isSharedAll` field.
and[CredentialFilter!]Checks for all expressions in this list.
or[CredentialFilter!]Checks for any expressions in this list.
notCredentialFilterNegates the expression.