Studio Service

OrgConnectionFilter

OrgConnectionFilter

A filter to be used against OrgConnection 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.
providerStringFilterFilter by the object’s `provider` field.
connectionStringFilterFilter by the object’s `connection` field.
requiredBooleanFilterFilter by the object’s `required` field.
automaticEnrollBooleanFilterFilter by the object’s `automaticEnroll` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
and[OrgConnectionFilter!]Checks for all expressions in this list.
or[OrgConnectionFilter!]Checks for any expressions in this list.
notOrgConnectionFilterNegates the expression.