Studio Service

OrgConnectionCondition

OrgConnectionCondition

A condition to be used against OrgConnection 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.
providerStringChecks for equality with the object’s `provider` field.
connectionStringChecks for equality with the object’s `connection` field.
requiredBooleanChecks for equality with the object’s `required` field.
automaticEnrollBooleanChecks for equality with the object’s `automaticEnroll` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.