organization

package
v1.11.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the organization type in the database.
	Label = "organization"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldParentOrganizationID holds the string denoting the parent_organization_id field in the database.
	FieldParentOrganizationID = "parent_organization_id"
	// FieldPersonalOrg holds the string denoting the personal_org field in the database.
	FieldPersonalOrg = "personal_org"
	// FieldAvatarRemoteURL holds the string denoting the avatar_remote_url field in the database.
	FieldAvatarRemoteURL = "avatar_remote_url"
	// FieldAvatarLocalFileID holds the string denoting the avatar_local_file_id field in the database.
	FieldAvatarLocalFileID = "avatar_local_file_id"
	// FieldAvatarUpdatedAt holds the string denoting the avatar_updated_at field in the database.
	FieldAvatarUpdatedAt = "avatar_updated_at"
	// FieldDedicatedDb holds the string denoting the dedicated_db field in the database.
	FieldDedicatedDb = "dedicated_db"
	// FieldStripeCustomerID holds the string denoting the stripe_customer_id field in the database.
	FieldStripeCustomerID = "stripe_customer_id"
	// EdgeControlCreators holds the string denoting the control_creators edge name in mutations.
	EdgeControlCreators = "control_creators"
	// EdgeControlImplementationCreators holds the string denoting the control_implementation_creators edge name in mutations.
	EdgeControlImplementationCreators = "control_implementation_creators"
	// EdgeControlObjectiveCreators holds the string denoting the control_objective_creators edge name in mutations.
	EdgeControlObjectiveCreators = "control_objective_creators"
	// EdgeEvidenceCreators holds the string denoting the evidence_creators edge name in mutations.
	EdgeEvidenceCreators = "evidence_creators"
	// EdgeAssetCreators holds the string denoting the asset_creators edge name in mutations.
	EdgeAssetCreators = "asset_creators"
	// EdgeFindingCreators holds the string denoting the finding_creators edge name in mutations.
	EdgeFindingCreators = "finding_creators"
	// EdgeVulnerabilityCreators holds the string denoting the vulnerability_creators edge name in mutations.
	EdgeVulnerabilityCreators = "vulnerability_creators"
	// EdgeGroupCreators holds the string denoting the group_creators edge name in mutations.
	EdgeGroupCreators = "group_creators"
	// EdgeInternalPolicyCreators holds the string denoting the internal_policy_creators edge name in mutations.
	EdgeInternalPolicyCreators = "internal_policy_creators"
	// EdgeMappedControlCreators holds the string denoting the mapped_control_creators edge name in mutations.
	EdgeMappedControlCreators = "mapped_control_creators"
	// EdgeNarrativeCreators holds the string denoting the narrative_creators edge name in mutations.
	EdgeNarrativeCreators = "narrative_creators"
	// EdgeProcedureCreators holds the string denoting the procedure_creators edge name in mutations.
	EdgeProcedureCreators = "procedure_creators"
	// EdgeProgramCreators holds the string denoting the program_creators edge name in mutations.
	EdgeProgramCreators = "program_creators"
	// EdgeRiskCreators holds the string denoting the risk_creators edge name in mutations.
	EdgeRiskCreators = "risk_creators"
	// EdgeIdentityHolderCreators holds the string denoting the identity_holder_creators edge name in mutations.
	EdgeIdentityHolderCreators = "identity_holder_creators"
	// EdgeScheduledJobCreators holds the string denoting the scheduled_job_creators edge name in mutations.
	EdgeScheduledJobCreators = "scheduled_job_creators"
	// EdgeStandardCreators holds the string denoting the standard_creators edge name in mutations.
	EdgeStandardCreators = "standard_creators"
	// EdgeTemplateCreators holds the string denoting the template_creators edge name in mutations.
	EdgeTemplateCreators = "template_creators"
	// EdgeSubprocessorCreators holds the string denoting the subprocessor_creators edge name in mutations.
	EdgeSubprocessorCreators = "subprocessor_creators"
	// EdgeTrustCenterDocCreators holds the string denoting the trust_center_doc_creators edge name in mutations.
	EdgeTrustCenterDocCreators = "trust_center_doc_creators"
	// EdgeTrustCenterSubprocessorCreators holds the string denoting the trust_center_subprocessor_creators edge name in mutations.
	EdgeTrustCenterSubprocessorCreators = "trust_center_subprocessor_creators"
	// EdgeActionPlanCreators holds the string denoting the action_plan_creators edge name in mutations.
	EdgeActionPlanCreators = "action_plan_creators"
	// EdgeParent holds the string denoting the parent edge name in mutations.
	EdgeParent = "parent"
	// EdgeChildren holds the string denoting the children edge name in mutations.
	EdgeChildren = "children"
	// EdgeSetting holds the string denoting the setting edge name in mutations.
	EdgeSetting = "setting"
	// EdgePersonalAccessTokens holds the string denoting the personal_access_tokens edge name in mutations.
	EdgePersonalAccessTokens = "personal_access_tokens"
	// EdgeAPITokens holds the string denoting the api_tokens edge name in mutations.
	EdgeAPITokens = "api_tokens"
	// EdgeEmailBrandings holds the string denoting the email_brandings edge name in mutations.
	EdgeEmailBrandings = "email_brandings"
	// EdgeEmailTemplates holds the string denoting the email_templates edge name in mutations.
	EdgeEmailTemplates = "email_templates"
	// EdgeIntegrationWebhooks holds the string denoting the integration_webhooks edge name in mutations.
	EdgeIntegrationWebhooks = "integration_webhooks"
	// EdgeIntegrationRuns holds the string denoting the integration_runs edge name in mutations.
	EdgeIntegrationRuns = "integration_runs"
	// EdgeNotificationPreferences holds the string denoting the notification_preferences edge name in mutations.
	EdgeNotificationPreferences = "notification_preferences"
	// EdgeNotificationTemplates holds the string denoting the notification_templates edge name in mutations.
	EdgeNotificationTemplates = "notification_templates"
	// EdgeUsers holds the string denoting the users edge name in mutations.
	EdgeUsers = "users"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeEvents holds the string denoting the events edge name in mutations.
	EdgeEvents = "events"
	// EdgeSecrets holds the string denoting the secrets edge name in mutations.
	EdgeSecrets = "secrets"
	// EdgeAvatarFile holds the string denoting the avatar_file edge name in mutations.
	EdgeAvatarFile = "avatar_file"
	// EdgeGroups holds the string denoting the groups edge name in mutations.
	EdgeGroups = "groups"
	// EdgeTemplates holds the string denoting the templates edge name in mutations.
	EdgeTemplates = "templates"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeDocuments holds the string denoting the documents edge name in mutations.
	EdgeDocuments = "documents"
	// EdgeOrgSubscriptions holds the string denoting the org_subscriptions edge name in mutations.
	EdgeOrgSubscriptions = "org_subscriptions"
	// EdgeOrgProducts holds the string denoting the org_products edge name in mutations.
	EdgeOrgProducts = "org_products"
	// EdgeOrgPrices holds the string denoting the org_prices edge name in mutations.
	EdgeOrgPrices = "org_prices"
	// EdgeOrgModules holds the string denoting the org_modules edge name in mutations.
	EdgeOrgModules = "org_modules"
	// EdgeInvites holds the string denoting the invites edge name in mutations.
	EdgeInvites = "invites"
	// EdgeSubscribers holds the string denoting the subscribers edge name in mutations.
	EdgeSubscribers = "subscribers"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeCampaignTargets holds the string denoting the campaign_targets edge name in mutations.
	EdgeCampaignTargets = "campaign_targets"
	// EdgeEntityTypes holds the string denoting the entity_types edge name in mutations.
	EdgeEntityTypes = "entity_types"
	// EdgeContacts holds the string denoting the contacts edge name in mutations.
	EdgeContacts = "contacts"
	// EdgeNotes holds the string denoting the notes edge name in mutations.
	EdgeNotes = "notes"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// EdgeSystemDetails holds the string denoting the system_details edge name in mutations.
	EdgeSystemDetails = "system_details"
	// EdgeProcedures holds the string denoting the procedures edge name in mutations.
	EdgeProcedures = "procedures"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgeControlObjectives holds the string denoting the control_objectives edge name in mutations.
	EdgeControlObjectives = "control_objectives"
	// EdgeNarratives holds the string denoting the narratives edge name in mutations.
	EdgeNarratives = "narratives"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeControlImplementations holds the string denoting the control_implementations edge name in mutations.
	EdgeControlImplementations = "control_implementations"
	// EdgeMappedControls holds the string denoting the mapped_controls edge name in mutations.
	EdgeMappedControls = "mapped_controls"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeStandards holds the string denoting the standards edge name in mutations.
	EdgeStandards = "standards"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeCustomDomains holds the string denoting the custom_domains edge name in mutations.
	EdgeCustomDomains = "custom_domains"
	// EdgeJobRunners holds the string denoting the job_runners edge name in mutations.
	EdgeJobRunners = "job_runners"
	// EdgeJobRunnerTokens holds the string denoting the job_runner_tokens edge name in mutations.
	EdgeJobRunnerTokens = "job_runner_tokens"
	// EdgeJobRunnerRegistrationTokens holds the string denoting the job_runner_registration_tokens edge name in mutations.
	EdgeJobRunnerRegistrationTokens = "job_runner_registration_tokens"
	// EdgeDNSVerifications holds the string denoting the dns_verifications edge name in mutations.
	EdgeDNSVerifications = "dns_verifications"
	// EdgeJobTemplates holds the string denoting the job_templates edge name in mutations.
	EdgeJobTemplates = "job_templates"
	// EdgeScheduledJobs holds the string denoting the scheduled_jobs edge name in mutations.
	EdgeScheduledJobs = "scheduled_jobs"
	// EdgeJobResults holds the string denoting the job_results edge name in mutations.
	EdgeJobResults = "job_results"
	// EdgeScheduledJobRuns holds the string denoting the scheduled_job_runs edge name in mutations.
	EdgeScheduledJobRuns = "scheduled_job_runs"
	// EdgeTrustCenters holds the string denoting the trust_centers edge name in mutations.
	EdgeTrustCenters = "trust_centers"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeSubprocessors holds the string denoting the subprocessors edge name in mutations.
	EdgeSubprocessors = "subprocessors"
	// EdgeExports holds the string denoting the exports edge name in mutations.
	EdgeExports = "exports"
	// EdgeTrustCenterWatermarkConfigs holds the string denoting the trust_center_watermark_configs edge name in mutations.
	EdgeTrustCenterWatermarkConfigs = "trust_center_watermark_configs"
	// EdgeImpersonationEvents holds the string denoting the impersonation_events edge name in mutations.
	EdgeImpersonationEvents = "impersonation_events"
	// EdgeAssessments holds the string denoting the assessments edge name in mutations.
	EdgeAssessments = "assessments"
	// EdgeAssessmentResponses holds the string denoting the assessment_responses edge name in mutations.
	EdgeAssessmentResponses = "assessment_responses"
	// EdgeCustomTypeEnums holds the string denoting the custom_type_enums edge name in mutations.
	EdgeCustomTypeEnums = "custom_type_enums"
	// EdgeTagDefinitions holds the string denoting the tag_definitions edge name in mutations.
	EdgeTagDefinitions = "tag_definitions"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeNotifications holds the string denoting the notifications edge name in mutations.
	EdgeNotifications = "notifications"
	// EdgeWorkflowDefinitions holds the string denoting the workflow_definitions edge name in mutations.
	EdgeWorkflowDefinitions = "workflow_definitions"
	// EdgeWorkflowInstances holds the string denoting the workflow_instances edge name in mutations.
	EdgeWorkflowInstances = "workflow_instances"
	// EdgeWorkflowEvents holds the string denoting the workflow_events edge name in mutations.
	EdgeWorkflowEvents = "workflow_events"
	// EdgeWorkflowAssignments holds the string denoting the workflow_assignments edge name in mutations.
	EdgeWorkflowAssignments = "workflow_assignments"
	// EdgeWorkflowAssignmentTargets holds the string denoting the workflow_assignment_targets edge name in mutations.
	EdgeWorkflowAssignmentTargets = "workflow_assignment_targets"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeWorkflowProposals holds the string denoting the workflow_proposals edge name in mutations.
	EdgeWorkflowProposals = "workflow_proposals"
	// EdgeDirectoryAccounts holds the string denoting the directory_accounts edge name in mutations.
	EdgeDirectoryAccounts = "directory_accounts"
	// EdgeDirectoryGroups holds the string denoting the directory_groups edge name in mutations.
	EdgeDirectoryGroups = "directory_groups"
	// EdgeDirectoryMemberships holds the string denoting the directory_memberships edge name in mutations.
	EdgeDirectoryMemberships = "directory_memberships"
	// EdgeDirectorySyncRuns holds the string denoting the directory_sync_runs edge name in mutations.
	EdgeDirectorySyncRuns = "directory_sync_runs"
	// EdgeDiscussions holds the string denoting the discussions edge name in mutations.
	EdgeDiscussions = "discussions"
	// EdgeMembers holds the string denoting the members edge name in mutations.
	EdgeMembers = "members"
	// Table holds the table name of the organization in the database.
	Table = "organizations"
	// ControlCreatorsTable is the table that holds the control_creators relation/edge.
	ControlCreatorsTable = "groups"
	// ControlCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlCreatorsInverseTable = "groups"
	// ControlCreatorsColumn is the table column denoting the control_creators relation/edge.
	ControlCreatorsColumn = "organization_control_creators"
	// ControlImplementationCreatorsTable is the table that holds the control_implementation_creators relation/edge.
	ControlImplementationCreatorsTable = "groups"
	// ControlImplementationCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlImplementationCreatorsInverseTable = "groups"
	// ControlImplementationCreatorsColumn is the table column denoting the control_implementation_creators relation/edge.
	ControlImplementationCreatorsColumn = "organization_control_implementation_creators"
	// ControlObjectiveCreatorsTable is the table that holds the control_objective_creators relation/edge.
	ControlObjectiveCreatorsTable = "groups"
	// ControlObjectiveCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlObjectiveCreatorsInverseTable = "groups"
	// ControlObjectiveCreatorsColumn is the table column denoting the control_objective_creators relation/edge.
	ControlObjectiveCreatorsColumn = "organization_control_objective_creators"
	// EvidenceCreatorsTable is the table that holds the evidence_creators relation/edge.
	EvidenceCreatorsTable = "groups"
	// EvidenceCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	EvidenceCreatorsInverseTable = "groups"
	// EvidenceCreatorsColumn is the table column denoting the evidence_creators relation/edge.
	EvidenceCreatorsColumn = "organization_evidence_creators"
	// AssetCreatorsTable is the table that holds the asset_creators relation/edge.
	AssetCreatorsTable = "groups"
	// AssetCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	AssetCreatorsInverseTable = "groups"
	// AssetCreatorsColumn is the table column denoting the asset_creators relation/edge.
	AssetCreatorsColumn = "organization_asset_creators"
	// FindingCreatorsTable is the table that holds the finding_creators relation/edge.
	FindingCreatorsTable = "groups"
	// FindingCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	FindingCreatorsInverseTable = "groups"
	// FindingCreatorsColumn is the table column denoting the finding_creators relation/edge.
	FindingCreatorsColumn = "organization_finding_creators"
	// VulnerabilityCreatorsTable is the table that holds the vulnerability_creators relation/edge.
	VulnerabilityCreatorsTable = "groups"
	// VulnerabilityCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	VulnerabilityCreatorsInverseTable = "groups"
	// VulnerabilityCreatorsColumn is the table column denoting the vulnerability_creators relation/edge.
	VulnerabilityCreatorsColumn = "organization_vulnerability_creators"
	// GroupCreatorsTable is the table that holds the group_creators relation/edge.
	GroupCreatorsTable = "groups"
	// GroupCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupCreatorsInverseTable = "groups"
	// GroupCreatorsColumn is the table column denoting the group_creators relation/edge.
	GroupCreatorsColumn = "organization_group_creators"
	// InternalPolicyCreatorsTable is the table that holds the internal_policy_creators relation/edge.
	InternalPolicyCreatorsTable = "groups"
	// InternalPolicyCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	InternalPolicyCreatorsInverseTable = "groups"
	// InternalPolicyCreatorsColumn is the table column denoting the internal_policy_creators relation/edge.
	InternalPolicyCreatorsColumn = "organization_internal_policy_creators"
	// MappedControlCreatorsTable is the table that holds the mapped_control_creators relation/edge.
	MappedControlCreatorsTable = "groups"
	// MappedControlCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	MappedControlCreatorsInverseTable = "groups"
	// MappedControlCreatorsColumn is the table column denoting the mapped_control_creators relation/edge.
	MappedControlCreatorsColumn = "organization_mapped_control_creators"
	// NarrativeCreatorsTable is the table that holds the narrative_creators relation/edge.
	NarrativeCreatorsTable = "groups"
	// NarrativeCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	NarrativeCreatorsInverseTable = "groups"
	// NarrativeCreatorsColumn is the table column denoting the narrative_creators relation/edge.
	NarrativeCreatorsColumn = "organization_narrative_creators"
	// ProcedureCreatorsTable is the table that holds the procedure_creators relation/edge.
	ProcedureCreatorsTable = "groups"
	// ProcedureCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ProcedureCreatorsInverseTable = "groups"
	// ProcedureCreatorsColumn is the table column denoting the procedure_creators relation/edge.
	ProcedureCreatorsColumn = "organization_procedure_creators"
	// ProgramCreatorsTable is the table that holds the program_creators relation/edge.
	ProgramCreatorsTable = "groups"
	// ProgramCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ProgramCreatorsInverseTable = "groups"
	// ProgramCreatorsColumn is the table column denoting the program_creators relation/edge.
	ProgramCreatorsColumn = "organization_program_creators"
	// RiskCreatorsTable is the table that holds the risk_creators relation/edge.
	RiskCreatorsTable = "groups"
	// RiskCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	RiskCreatorsInverseTable = "groups"
	// RiskCreatorsColumn is the table column denoting the risk_creators relation/edge.
	RiskCreatorsColumn = "organization_risk_creators"
	// IdentityHolderCreatorsTable is the table that holds the identity_holder_creators relation/edge.
	IdentityHolderCreatorsTable = "groups"
	// IdentityHolderCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	IdentityHolderCreatorsInverseTable = "groups"
	// IdentityHolderCreatorsColumn is the table column denoting the identity_holder_creators relation/edge.
	IdentityHolderCreatorsColumn = "organization_identity_holder_creators"
	// ScheduledJobCreatorsTable is the table that holds the scheduled_job_creators relation/edge.
	ScheduledJobCreatorsTable = "groups"
	// ScheduledJobCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ScheduledJobCreatorsInverseTable = "groups"
	// ScheduledJobCreatorsColumn is the table column denoting the scheduled_job_creators relation/edge.
	ScheduledJobCreatorsColumn = "organization_scheduled_job_creators"
	// StandardCreatorsTable is the table that holds the standard_creators relation/edge.
	StandardCreatorsTable = "groups"
	// StandardCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	StandardCreatorsInverseTable = "groups"
	// StandardCreatorsColumn is the table column denoting the standard_creators relation/edge.
	StandardCreatorsColumn = "organization_standard_creators"
	// TemplateCreatorsTable is the table that holds the template_creators relation/edge.
	TemplateCreatorsTable = "groups"
	// TemplateCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	TemplateCreatorsInverseTable = "groups"
	// TemplateCreatorsColumn is the table column denoting the template_creators relation/edge.
	TemplateCreatorsColumn = "organization_template_creators"
	// SubprocessorCreatorsTable is the table that holds the subprocessor_creators relation/edge.
	SubprocessorCreatorsTable = "groups"
	// SubprocessorCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	SubprocessorCreatorsInverseTable = "groups"
	// SubprocessorCreatorsColumn is the table column denoting the subprocessor_creators relation/edge.
	SubprocessorCreatorsColumn = "organization_subprocessor_creators"
	// TrustCenterDocCreatorsTable is the table that holds the trust_center_doc_creators relation/edge.
	TrustCenterDocCreatorsTable = "groups"
	// TrustCenterDocCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	TrustCenterDocCreatorsInverseTable = "groups"
	// TrustCenterDocCreatorsColumn is the table column denoting the trust_center_doc_creators relation/edge.
	TrustCenterDocCreatorsColumn = "organization_trust_center_doc_creators"
	// TrustCenterSubprocessorCreatorsTable is the table that holds the trust_center_subprocessor_creators relation/edge.
	TrustCenterSubprocessorCreatorsTable = "groups"
	// TrustCenterSubprocessorCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	TrustCenterSubprocessorCreatorsInverseTable = "groups"
	// TrustCenterSubprocessorCreatorsColumn is the table column denoting the trust_center_subprocessor_creators relation/edge.
	TrustCenterSubprocessorCreatorsColumn = "organization_trust_center_subprocessor_creators"
	// ActionPlanCreatorsTable is the table that holds the action_plan_creators relation/edge.
	ActionPlanCreatorsTable = "groups"
	// ActionPlanCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ActionPlanCreatorsInverseTable = "groups"
	// ActionPlanCreatorsColumn is the table column denoting the action_plan_creators relation/edge.
	ActionPlanCreatorsColumn = "organization_action_plan_creators"
	// ParentTable is the table that holds the parent relation/edge.
	ParentTable = "organizations"
	// ParentColumn is the table column denoting the parent relation/edge.
	ParentColumn = "parent_organization_id"
	// ChildrenTable is the table that holds the children relation/edge.
	ChildrenTable = "organizations"
	// ChildrenColumn is the table column denoting the children relation/edge.
	ChildrenColumn = "parent_organization_id"
	// SettingTable is the table that holds the setting relation/edge.
	SettingTable = "organization_settings"
	// SettingInverseTable is the table name for the OrganizationSetting entity.
	// It exists in this package in order to avoid circular dependency with the "organizationsetting" package.
	SettingInverseTable = "organization_settings"
	// SettingColumn is the table column denoting the setting relation/edge.
	SettingColumn = "organization_id"
	// PersonalAccessTokensTable is the table that holds the personal_access_tokens relation/edge. The primary key declared below.
	PersonalAccessTokensTable = "organization_personal_access_tokens"
	// PersonalAccessTokensInverseTable is the table name for the PersonalAccessToken entity.
	// It exists in this package in order to avoid circular dependency with the "personalaccesstoken" package.
	PersonalAccessTokensInverseTable = "personal_access_tokens"
	// APITokensTable is the table that holds the api_tokens relation/edge.
	APITokensTable = "api_tokens"
	// APITokensInverseTable is the table name for the APIToken entity.
	// It exists in this package in order to avoid circular dependency with the "apitoken" package.
	APITokensInverseTable = "api_tokens"
	// APITokensColumn is the table column denoting the api_tokens relation/edge.
	APITokensColumn = "owner_id"
	// EmailBrandingsTable is the table that holds the email_brandings relation/edge.
	EmailBrandingsTable = "email_brandings"
	// EmailBrandingsInverseTable is the table name for the EmailBranding entity.
	// It exists in this package in order to avoid circular dependency with the "emailbranding" package.
	EmailBrandingsInverseTable = "email_brandings"
	// EmailBrandingsColumn is the table column denoting the email_brandings relation/edge.
	EmailBrandingsColumn = "owner_id"
	// EmailTemplatesTable is the table that holds the email_templates relation/edge.
	EmailTemplatesTable = "email_templates"
	// EmailTemplatesInverseTable is the table name for the EmailTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "emailtemplate" package.
	EmailTemplatesInverseTable = "email_templates"
	// EmailTemplatesColumn is the table column denoting the email_templates relation/edge.
	EmailTemplatesColumn = "owner_id"
	// IntegrationWebhooksTable is the table that holds the integration_webhooks relation/edge.
	IntegrationWebhooksTable = "integration_webhooks"
	// IntegrationWebhooksInverseTable is the table name for the IntegrationWebhook entity.
	// It exists in this package in order to avoid circular dependency with the "integrationwebhook" package.
	IntegrationWebhooksInverseTable = "integration_webhooks"
	// IntegrationWebhooksColumn is the table column denoting the integration_webhooks relation/edge.
	IntegrationWebhooksColumn = "owner_id"
	// IntegrationRunsTable is the table that holds the integration_runs relation/edge.
	IntegrationRunsTable = "integration_runs"
	// IntegrationRunsInverseTable is the table name for the IntegrationRun entity.
	// It exists in this package in order to avoid circular dependency with the "integrationrun" package.
	IntegrationRunsInverseTable = "integration_runs"
	// IntegrationRunsColumn is the table column denoting the integration_runs relation/edge.
	IntegrationRunsColumn = "owner_id"
	// NotificationPreferencesTable is the table that holds the notification_preferences relation/edge.
	NotificationPreferencesTable = "notification_preferences"
	// NotificationPreferencesInverseTable is the table name for the NotificationPreference entity.
	// It exists in this package in order to avoid circular dependency with the "notificationpreference" package.
	NotificationPreferencesInverseTable = "notification_preferences"
	// NotificationPreferencesColumn is the table column denoting the notification_preferences relation/edge.
	NotificationPreferencesColumn = "owner_id"
	// NotificationTemplatesTable is the table that holds the notification_templates relation/edge.
	NotificationTemplatesTable = "notification_templates"
	// NotificationTemplatesInverseTable is the table name for the NotificationTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "notificationtemplate" package.
	NotificationTemplatesInverseTable = "notification_templates"
	// NotificationTemplatesColumn is the table column denoting the notification_templates relation/edge.
	NotificationTemplatesColumn = "owner_id"
	// UsersTable is the table that holds the users relation/edge. The primary key declared below.
	UsersTable = "org_memberships"
	// UsersInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	UsersInverseTable = "users"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "organization_files"
	// FilesInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	FilesInverseTable = "files"
	// EventsTable is the table that holds the events relation/edge. The primary key declared below.
	EventsTable = "organization_events"
	// EventsInverseTable is the table name for the Event entity.
	// It exists in this package in order to avoid circular dependency with the "event" package.
	EventsInverseTable = "events"
	// SecretsTable is the table that holds the secrets relation/edge.
	SecretsTable = "hushes"
	// SecretsInverseTable is the table name for the Hush entity.
	// It exists in this package in order to avoid circular dependency with the "hush" package.
	SecretsInverseTable = "hushes"
	// SecretsColumn is the table column denoting the secrets relation/edge.
	SecretsColumn = "owner_id"
	// AvatarFileTable is the table that holds the avatar_file relation/edge.
	AvatarFileTable = "organizations"
	// AvatarFileInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	AvatarFileInverseTable = "files"
	// AvatarFileColumn is the table column denoting the avatar_file relation/edge.
	AvatarFileColumn = "avatar_local_file_id"
	// GroupsTable is the table that holds the groups relation/edge.
	GroupsTable = "groups"
	// GroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupsInverseTable = "groups"
	// GroupsColumn is the table column denoting the groups relation/edge.
	GroupsColumn = "owner_id"
	// TemplatesTable is the table that holds the templates relation/edge.
	TemplatesTable = "templates"
	// TemplatesInverseTable is the table name for the Template entity.
	// It exists in this package in order to avoid circular dependency with the "template" package.
	TemplatesInverseTable = "templates"
	// TemplatesColumn is the table column denoting the templates relation/edge.
	TemplatesColumn = "owner_id"
	// IntegrationsTable is the table that holds the integrations relation/edge.
	IntegrationsTable = "integrations"
	// IntegrationsInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationsInverseTable = "integrations"
	// IntegrationsColumn is the table column denoting the integrations relation/edge.
	IntegrationsColumn = "owner_id"
	// DocumentsTable is the table that holds the documents relation/edge.
	DocumentsTable = "document_data"
	// DocumentsInverseTable is the table name for the DocumentData entity.
	// It exists in this package in order to avoid circular dependency with the "documentdata" package.
	DocumentsInverseTable = "document_data"
	// DocumentsColumn is the table column denoting the documents relation/edge.
	DocumentsColumn = "owner_id"
	// OrgSubscriptionsTable is the table that holds the org_subscriptions relation/edge.
	OrgSubscriptionsTable = "org_subscriptions"
	// OrgSubscriptionsInverseTable is the table name for the OrgSubscription entity.
	// It exists in this package in order to avoid circular dependency with the "orgsubscription" package.
	OrgSubscriptionsInverseTable = "org_subscriptions"
	// OrgSubscriptionsColumn is the table column denoting the org_subscriptions relation/edge.
	OrgSubscriptionsColumn = "owner_id"
	// OrgProductsTable is the table that holds the org_products relation/edge.
	OrgProductsTable = "org_products"
	// OrgProductsInverseTable is the table name for the OrgProduct entity.
	// It exists in this package in order to avoid circular dependency with the "orgproduct" package.
	OrgProductsInverseTable = "org_products"
	// OrgProductsColumn is the table column denoting the org_products relation/edge.
	OrgProductsColumn = "owner_id"
	// OrgPricesTable is the table that holds the org_prices relation/edge.
	OrgPricesTable = "org_prices"
	// OrgPricesInverseTable is the table name for the OrgPrice entity.
	// It exists in this package in order to avoid circular dependency with the "orgprice" package.
	OrgPricesInverseTable = "org_prices"
	// OrgPricesColumn is the table column denoting the org_prices relation/edge.
	OrgPricesColumn = "owner_id"
	// OrgModulesTable is the table that holds the org_modules relation/edge.
	OrgModulesTable = "org_modules"
	// OrgModulesInverseTable is the table name for the OrgModule entity.
	// It exists in this package in order to avoid circular dependency with the "orgmodule" package.
	OrgModulesInverseTable = "org_modules"
	// OrgModulesColumn is the table column denoting the org_modules relation/edge.
	OrgModulesColumn = "owner_id"
	// InvitesTable is the table that holds the invites relation/edge.
	InvitesTable = "invites"
	// InvitesInverseTable is the table name for the Invite entity.
	// It exists in this package in order to avoid circular dependency with the "invite" package.
	InvitesInverseTable = "invites"
	// InvitesColumn is the table column denoting the invites relation/edge.
	InvitesColumn = "owner_id"
	// SubscribersTable is the table that holds the subscribers relation/edge.
	SubscribersTable = "subscribers"
	// SubscribersInverseTable is the table name for the Subscriber entity.
	// It exists in this package in order to avoid circular dependency with the "subscriber" package.
	SubscribersInverseTable = "subscribers"
	// SubscribersColumn is the table column denoting the subscribers relation/edge.
	SubscribersColumn = "owner_id"
	// EntitiesTable is the table that holds the entities relation/edge.
	EntitiesTable = "entities"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// EntitiesColumn is the table column denoting the entities relation/edge.
	EntitiesColumn = "owner_id"
	// PlatformsTable is the table that holds the platforms relation/edge.
	PlatformsTable = "platforms"
	// PlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformsInverseTable = "platforms"
	// PlatformsColumn is the table column denoting the platforms relation/edge.
	PlatformsColumn = "owner_id"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge.
	IdentityHoldersTable = "identity_holders"
	// IdentityHoldersInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHoldersInverseTable = "identity_holders"
	// IdentityHoldersColumn is the table column denoting the identity_holders relation/edge.
	IdentityHoldersColumn = "owner_id"
	// CampaignsTable is the table that holds the campaigns relation/edge.
	CampaignsTable = "campaigns"
	// CampaignsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignsInverseTable = "campaigns"
	// CampaignsColumn is the table column denoting the campaigns relation/edge.
	CampaignsColumn = "owner_id"
	// CampaignTargetsTable is the table that holds the campaign_targets relation/edge.
	CampaignTargetsTable = "campaign_targets"
	// CampaignTargetsInverseTable is the table name for the CampaignTarget entity.
	// It exists in this package in order to avoid circular dependency with the "campaigntarget" package.
	CampaignTargetsInverseTable = "campaign_targets"
	// CampaignTargetsColumn is the table column denoting the campaign_targets relation/edge.
	CampaignTargetsColumn = "owner_id"
	// EntityTypesTable is the table that holds the entity_types relation/edge.
	EntityTypesTable = "entity_types"
	// EntityTypesInverseTable is the table name for the EntityType entity.
	// It exists in this package in order to avoid circular dependency with the "entitytype" package.
	EntityTypesInverseTable = "entity_types"
	// EntityTypesColumn is the table column denoting the entity_types relation/edge.
	EntityTypesColumn = "owner_id"
	// ContactsTable is the table that holds the contacts relation/edge.
	ContactsTable = "contacts"
	// ContactsInverseTable is the table name for the Contact entity.
	// It exists in this package in order to avoid circular dependency with the "contact" package.
	ContactsInverseTable = "contacts"
	// ContactsColumn is the table column denoting the contacts relation/edge.
	ContactsColumn = "owner_id"
	// NotesTable is the table that holds the notes relation/edge.
	NotesTable = "notes"
	// NotesInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	NotesInverseTable = "notes"
	// NotesColumn is the table column denoting the notes relation/edge.
	NotesColumn = "owner_id"
	// TasksTable is the table that holds the tasks relation/edge.
	TasksTable = "tasks"
	// TasksInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TasksInverseTable = "tasks"
	// TasksColumn is the table column denoting the tasks relation/edge.
	TasksColumn = "owner_id"
	// ProgramsTable is the table that holds the programs relation/edge.
	ProgramsTable = "programs"
	// ProgramsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramsInverseTable = "programs"
	// ProgramsColumn is the table column denoting the programs relation/edge.
	ProgramsColumn = "owner_id"
	// SystemDetailsTable is the table that holds the system_details relation/edge.
	SystemDetailsTable = "system_details"
	// SystemDetailsInverseTable is the table name for the SystemDetail entity.
	// It exists in this package in order to avoid circular dependency with the "systemdetail" package.
	SystemDetailsInverseTable = "system_details"
	// SystemDetailsColumn is the table column denoting the system_details relation/edge.
	SystemDetailsColumn = "owner_id"
	// ProceduresTable is the table that holds the procedures relation/edge.
	ProceduresTable = "procedures"
	// ProceduresInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProceduresInverseTable = "procedures"
	// ProceduresColumn is the table column denoting the procedures relation/edge.
	ProceduresColumn = "owner_id"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge.
	InternalPoliciesTable = "internal_policies"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
	// InternalPoliciesColumn is the table column denoting the internal_policies relation/edge.
	InternalPoliciesColumn = "owner_id"
	// RisksTable is the table that holds the risks relation/edge.
	RisksTable = "risks"
	// RisksInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RisksInverseTable = "risks"
	// RisksColumn is the table column denoting the risks relation/edge.
	RisksColumn = "owner_id"
	// ControlObjectivesTable is the table that holds the control_objectives relation/edge.
	ControlObjectivesTable = "control_objectives"
	// ControlObjectivesInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectivesInverseTable = "control_objectives"
	// ControlObjectivesColumn is the table column denoting the control_objectives relation/edge.
	ControlObjectivesColumn = "owner_id"
	// NarrativesTable is the table that holds the narratives relation/edge.
	NarrativesTable = "narratives"
	// NarrativesInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativesInverseTable = "narratives"
	// NarrativesColumn is the table column denoting the narratives relation/edge.
	NarrativesColumn = "owner_id"
	// ControlsTable is the table that holds the controls relation/edge.
	ControlsTable = "controls"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// ControlsColumn is the table column denoting the controls relation/edge.
	ControlsColumn = "owner_id"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge.
	SubcontrolsTable = "subcontrols"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// SubcontrolsColumn is the table column denoting the subcontrols relation/edge.
	SubcontrolsColumn = "owner_id"
	// ControlImplementationsTable is the table that holds the control_implementations relation/edge.
	ControlImplementationsTable = "control_implementations"
	// ControlImplementationsInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationsInverseTable = "control_implementations"
	// ControlImplementationsColumn is the table column denoting the control_implementations relation/edge.
	ControlImplementationsColumn = "owner_id"
	// MappedControlsTable is the table that holds the mapped_controls relation/edge.
	MappedControlsTable = "mapped_controls"
	// MappedControlsInverseTable is the table name for the MappedControl entity.
	// It exists in this package in order to avoid circular dependency with the "mappedcontrol" package.
	MappedControlsInverseTable = "mapped_controls"
	// MappedControlsColumn is the table column denoting the mapped_controls relation/edge.
	MappedControlsColumn = "owner_id"
	// EvidenceTable is the table that holds the evidence relation/edge.
	EvidenceTable = "evidences"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// EvidenceColumn is the table column denoting the evidence relation/edge.
	EvidenceColumn = "owner_id"
	// StandardsTable is the table that holds the standards relation/edge.
	StandardsTable = "standards"
	// StandardsInverseTable is the table name for the Standard entity.
	// It exists in this package in order to avoid circular dependency with the "standard" package.
	StandardsInverseTable = "standards"
	// StandardsColumn is the table column denoting the standards relation/edge.
	StandardsColumn = "owner_id"
	// ActionPlansTable is the table that holds the action_plans relation/edge.
	ActionPlansTable = "action_plans"
	// ActionPlansInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlansInverseTable = "action_plans"
	// ActionPlansColumn is the table column denoting the action_plans relation/edge.
	ActionPlansColumn = "owner_id"
	// CustomDomainsTable is the table that holds the custom_domains relation/edge.
	CustomDomainsTable = "custom_domains"
	// CustomDomainsInverseTable is the table name for the CustomDomain entity.
	// It exists in this package in order to avoid circular dependency with the "customdomain" package.
	CustomDomainsInverseTable = "custom_domains"
	// CustomDomainsColumn is the table column denoting the custom_domains relation/edge.
	CustomDomainsColumn = "owner_id"
	// JobRunnersTable is the table that holds the job_runners relation/edge.
	JobRunnersTable = "job_runners"
	// JobRunnersInverseTable is the table name for the JobRunner entity.
	// It exists in this package in order to avoid circular dependency with the "jobrunner" package.
	JobRunnersInverseTable = "job_runners"
	// JobRunnersColumn is the table column denoting the job_runners relation/edge.
	JobRunnersColumn = "owner_id"
	// JobRunnerTokensTable is the table that holds the job_runner_tokens relation/edge.
	JobRunnerTokensTable = "job_runner_tokens"
	// JobRunnerTokensInverseTable is the table name for the JobRunnerToken entity.
	// It exists in this package in order to avoid circular dependency with the "jobrunnertoken" package.
	JobRunnerTokensInverseTable = "job_runner_tokens"
	// JobRunnerTokensColumn is the table column denoting the job_runner_tokens relation/edge.
	JobRunnerTokensColumn = "owner_id"
	// JobRunnerRegistrationTokensTable is the table that holds the job_runner_registration_tokens relation/edge.
	JobRunnerRegistrationTokensTable = "job_runner_registration_tokens"
	// JobRunnerRegistrationTokensInverseTable is the table name for the JobRunnerRegistrationToken entity.
	// It exists in this package in order to avoid circular dependency with the "jobrunnerregistrationtoken" package.
	JobRunnerRegistrationTokensInverseTable = "job_runner_registration_tokens"
	// JobRunnerRegistrationTokensColumn is the table column denoting the job_runner_registration_tokens relation/edge.
	JobRunnerRegistrationTokensColumn = "owner_id"
	// DNSVerificationsTable is the table that holds the dns_verifications relation/edge.
	DNSVerificationsTable = "dns_verifications"
	// DNSVerificationsInverseTable is the table name for the DNSVerification entity.
	// It exists in this package in order to avoid circular dependency with the "dnsverification" package.
	DNSVerificationsInverseTable = "dns_verifications"
	// DNSVerificationsColumn is the table column denoting the dns_verifications relation/edge.
	DNSVerificationsColumn = "owner_id"
	// JobTemplatesTable is the table that holds the job_templates relation/edge.
	JobTemplatesTable = "job_templates"
	// JobTemplatesInverseTable is the table name for the JobTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "jobtemplate" package.
	JobTemplatesInverseTable = "job_templates"
	// JobTemplatesColumn is the table column denoting the job_templates relation/edge.
	JobTemplatesColumn = "owner_id"
	// ScheduledJobsTable is the table that holds the scheduled_jobs relation/edge.
	ScheduledJobsTable = "scheduled_jobs"
	// ScheduledJobsInverseTable is the table name for the ScheduledJob entity.
	// It exists in this package in order to avoid circular dependency with the "scheduledjob" package.
	ScheduledJobsInverseTable = "scheduled_jobs"
	// ScheduledJobsColumn is the table column denoting the scheduled_jobs relation/edge.
	ScheduledJobsColumn = "owner_id"
	// JobResultsTable is the table that holds the job_results relation/edge.
	JobResultsTable = "job_results"
	// JobResultsInverseTable is the table name for the JobResult entity.
	// It exists in this package in order to avoid circular dependency with the "jobresult" package.
	JobResultsInverseTable = "job_results"
	// JobResultsColumn is the table column denoting the job_results relation/edge.
	JobResultsColumn = "owner_id"
	// ScheduledJobRunsTable is the table that holds the scheduled_job_runs relation/edge.
	ScheduledJobRunsTable = "scheduled_job_runs"
	// ScheduledJobRunsInverseTable is the table name for the ScheduledJobRun entity.
	// It exists in this package in order to avoid circular dependency with the "scheduledjobrun" package.
	ScheduledJobRunsInverseTable = "scheduled_job_runs"
	// ScheduledJobRunsColumn is the table column denoting the scheduled_job_runs relation/edge.
	ScheduledJobRunsColumn = "owner_id"
	// TrustCentersTable is the table that holds the trust_centers relation/edge.
	TrustCentersTable = "trust_centers"
	// TrustCentersInverseTable is the table name for the TrustCenter entity.
	// It exists in this package in order to avoid circular dependency with the "trustcenter" package.
	TrustCentersInverseTable = "trust_centers"
	// TrustCentersColumn is the table column denoting the trust_centers relation/edge.
	TrustCentersColumn = "owner_id"
	// AssetsTable is the table that holds the assets relation/edge.
	AssetsTable = "assets"
	// AssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	AssetsInverseTable = "assets"
	// AssetsColumn is the table column denoting the assets relation/edge.
	AssetsColumn = "owner_id"
	// ScansTable is the table that holds the scans relation/edge.
	ScansTable = "scans"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// ScansColumn is the table column denoting the scans relation/edge.
	ScansColumn = "owner_id"
	// SubprocessorsTable is the table that holds the subprocessors relation/edge.
	SubprocessorsTable = "subprocessors"
	// SubprocessorsInverseTable is the table name for the Subprocessor entity.
	// It exists in this package in order to avoid circular dependency with the "subprocessor" package.
	SubprocessorsInverseTable = "subprocessors"
	// SubprocessorsColumn is the table column denoting the subprocessors relation/edge.
	SubprocessorsColumn = "owner_id"
	// ExportsTable is the table that holds the exports relation/edge.
	ExportsTable = "exports"
	// ExportsInverseTable is the table name for the Export entity.
	// It exists in this package in order to avoid circular dependency with the "export" package.
	ExportsInverseTable = "exports"
	// ExportsColumn is the table column denoting the exports relation/edge.
	ExportsColumn = "owner_id"
	// TrustCenterWatermarkConfigsTable is the table that holds the trust_center_watermark_configs relation/edge.
	TrustCenterWatermarkConfigsTable = "trust_center_watermark_configs"
	// TrustCenterWatermarkConfigsInverseTable is the table name for the TrustCenterWatermarkConfig entity.
	// It exists in this package in order to avoid circular dependency with the "trustcenterwatermarkconfig" package.
	TrustCenterWatermarkConfigsInverseTable = "trust_center_watermark_configs"
	// TrustCenterWatermarkConfigsColumn is the table column denoting the trust_center_watermark_configs relation/edge.
	TrustCenterWatermarkConfigsColumn = "owner_id"
	// ImpersonationEventsTable is the table that holds the impersonation_events relation/edge.
	ImpersonationEventsTable = "impersonation_events"
	// ImpersonationEventsInverseTable is the table name for the ImpersonationEvent entity.
	// It exists in this package in order to avoid circular dependency with the "impersonationevent" package.
	ImpersonationEventsInverseTable = "impersonation_events"
	// ImpersonationEventsColumn is the table column denoting the impersonation_events relation/edge.
	ImpersonationEventsColumn = "organization_id"
	// AssessmentsTable is the table that holds the assessments relation/edge.
	AssessmentsTable = "assessments"
	// AssessmentsInverseTable is the table name for the Assessment entity.
	// It exists in this package in order to avoid circular dependency with the "assessment" package.
	AssessmentsInverseTable = "assessments"
	// AssessmentsColumn is the table column denoting the assessments relation/edge.
	AssessmentsColumn = "owner_id"
	// AssessmentResponsesTable is the table that holds the assessment_responses relation/edge.
	AssessmentResponsesTable = "assessment_responses"
	// AssessmentResponsesInverseTable is the table name for the AssessmentResponse entity.
	// It exists in this package in order to avoid circular dependency with the "assessmentresponse" package.
	AssessmentResponsesInverseTable = "assessment_responses"
	// AssessmentResponsesColumn is the table column denoting the assessment_responses relation/edge.
	AssessmentResponsesColumn = "owner_id"
	// CustomTypeEnumsTable is the table that holds the custom_type_enums relation/edge.
	CustomTypeEnumsTable = "custom_type_enums"
	// CustomTypeEnumsInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	CustomTypeEnumsInverseTable = "custom_type_enums"
	// CustomTypeEnumsColumn is the table column denoting the custom_type_enums relation/edge.
	CustomTypeEnumsColumn = "owner_id"
	// TagDefinitionsTable is the table that holds the tag_definitions relation/edge.
	TagDefinitionsTable = "tag_definitions"
	// TagDefinitionsInverseTable is the table name for the TagDefinition entity.
	// It exists in this package in order to avoid circular dependency with the "tagdefinition" package.
	TagDefinitionsInverseTable = "tag_definitions"
	// TagDefinitionsColumn is the table column denoting the tag_definitions relation/edge.
	TagDefinitionsColumn = "owner_id"
	// RemediationsTable is the table that holds the remediations relation/edge.
	RemediationsTable = "remediations"
	// RemediationsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationsInverseTable = "remediations"
	// RemediationsColumn is the table column denoting the remediations relation/edge.
	RemediationsColumn = "owner_id"
	// FindingsTable is the table that holds the findings relation/edge.
	FindingsTable = "findings"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// FindingsColumn is the table column denoting the findings relation/edge.
	FindingsColumn = "owner_id"
	// ReviewsTable is the table that holds the reviews relation/edge.
	ReviewsTable = "reviews"
	// ReviewsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewsInverseTable = "reviews"
	// ReviewsColumn is the table column denoting the reviews relation/edge.
	ReviewsColumn = "owner_id"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge.
	VulnerabilitiesTable = "vulnerabilities"
	// VulnerabilitiesInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilitiesInverseTable = "vulnerabilities"
	// VulnerabilitiesColumn is the table column denoting the vulnerabilities relation/edge.
	VulnerabilitiesColumn = "owner_id"
	// NotificationsTable is the table that holds the notifications relation/edge.
	NotificationsTable = "notifications"
	// NotificationsInverseTable is the table name for the Notification entity.
	// It exists in this package in order to avoid circular dependency with the "notification" package.
	NotificationsInverseTable = "notifications"
	// NotificationsColumn is the table column denoting the notifications relation/edge.
	NotificationsColumn = "owner_id"
	// WorkflowDefinitionsTable is the table that holds the workflow_definitions relation/edge.
	WorkflowDefinitionsTable = "workflow_definitions"
	// WorkflowDefinitionsInverseTable is the table name for the WorkflowDefinition entity.
	// It exists in this package in order to avoid circular dependency with the "workflowdefinition" package.
	WorkflowDefinitionsInverseTable = "workflow_definitions"
	// WorkflowDefinitionsColumn is the table column denoting the workflow_definitions relation/edge.
	WorkflowDefinitionsColumn = "owner_id"
	// WorkflowInstancesTable is the table that holds the workflow_instances relation/edge.
	WorkflowInstancesTable = "workflow_instances"
	// WorkflowInstancesInverseTable is the table name for the WorkflowInstance entity.
	// It exists in this package in order to avoid circular dependency with the "workflowinstance" package.
	WorkflowInstancesInverseTable = "workflow_instances"
	// WorkflowInstancesColumn is the table column denoting the workflow_instances relation/edge.
	WorkflowInstancesColumn = "owner_id"
	// WorkflowEventsTable is the table that holds the workflow_events relation/edge.
	WorkflowEventsTable = "workflow_events"
	// WorkflowEventsInverseTable is the table name for the WorkflowEvent entity.
	// It exists in this package in order to avoid circular dependency with the "workflowevent" package.
	WorkflowEventsInverseTable = "workflow_events"
	// WorkflowEventsColumn is the table column denoting the workflow_events relation/edge.
	WorkflowEventsColumn = "owner_id"
	// WorkflowAssignmentsTable is the table that holds the workflow_assignments relation/edge.
	WorkflowAssignmentsTable = "workflow_assignments"
	// WorkflowAssignmentsInverseTable is the table name for the WorkflowAssignment entity.
	// It exists in this package in order to avoid circular dependency with the "workflowassignment" package.
	WorkflowAssignmentsInverseTable = "workflow_assignments"
	// WorkflowAssignmentsColumn is the table column denoting the workflow_assignments relation/edge.
	WorkflowAssignmentsColumn = "owner_id"
	// WorkflowAssignmentTargetsTable is the table that holds the workflow_assignment_targets relation/edge.
	WorkflowAssignmentTargetsTable = "workflow_assignment_targets"
	// WorkflowAssignmentTargetsInverseTable is the table name for the WorkflowAssignmentTarget entity.
	// It exists in this package in order to avoid circular dependency with the "workflowassignmenttarget" package.
	WorkflowAssignmentTargetsInverseTable = "workflow_assignment_targets"
	// WorkflowAssignmentTargetsColumn is the table column denoting the workflow_assignment_targets relation/edge.
	WorkflowAssignmentTargetsColumn = "owner_id"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "owner_id"
	// WorkflowProposalsTable is the table that holds the workflow_proposals relation/edge.
	WorkflowProposalsTable = "workflow_proposals"
	// WorkflowProposalsInverseTable is the table name for the WorkflowProposal entity.
	// It exists in this package in order to avoid circular dependency with the "workflowproposal" package.
	WorkflowProposalsInverseTable = "workflow_proposals"
	// WorkflowProposalsColumn is the table column denoting the workflow_proposals relation/edge.
	WorkflowProposalsColumn = "owner_id"
	// DirectoryAccountsTable is the table that holds the directory_accounts relation/edge.
	DirectoryAccountsTable = "directory_accounts"
	// DirectoryAccountsInverseTable is the table name for the DirectoryAccount entity.
	// It exists in this package in order to avoid circular dependency with the "directoryaccount" package.
	DirectoryAccountsInverseTable = "directory_accounts"
	// DirectoryAccountsColumn is the table column denoting the directory_accounts relation/edge.
	DirectoryAccountsColumn = "owner_id"
	// DirectoryGroupsTable is the table that holds the directory_groups relation/edge.
	DirectoryGroupsTable = "directory_groups"
	// DirectoryGroupsInverseTable is the table name for the DirectoryGroup entity.
	// It exists in this package in order to avoid circular dependency with the "directorygroup" package.
	DirectoryGroupsInverseTable = "directory_groups"
	// DirectoryGroupsColumn is the table column denoting the directory_groups relation/edge.
	DirectoryGroupsColumn = "owner_id"
	// DirectoryMembershipsTable is the table that holds the directory_memberships relation/edge.
	DirectoryMembershipsTable = "directory_memberships"
	// DirectoryMembershipsInverseTable is the table name for the DirectoryMembership entity.
	// It exists in this package in order to avoid circular dependency with the "directorymembership" package.
	DirectoryMembershipsInverseTable = "directory_memberships"
	// DirectoryMembershipsColumn is the table column denoting the directory_memberships relation/edge.
	DirectoryMembershipsColumn = "owner_id"
	// DirectorySyncRunsTable is the table that holds the directory_sync_runs relation/edge.
	DirectorySyncRunsTable = "directory_sync_runs"
	// DirectorySyncRunsInverseTable is the table name for the DirectorySyncRun entity.
	// It exists in this package in order to avoid circular dependency with the "directorysyncrun" package.
	DirectorySyncRunsInverseTable = "directory_sync_runs"
	// DirectorySyncRunsColumn is the table column denoting the directory_sync_runs relation/edge.
	DirectorySyncRunsColumn = "owner_id"
	// DiscussionsTable is the table that holds the discussions relation/edge.
	DiscussionsTable = "discussions"
	// DiscussionsInverseTable is the table name for the Discussion entity.
	// It exists in this package in order to avoid circular dependency with the "discussion" package.
	DiscussionsInverseTable = "discussions"
	// DiscussionsColumn is the table column denoting the discussions relation/edge.
	DiscussionsColumn = "owner_id"
	// MembersTable is the table that holds the members relation/edge.
	MembersTable = "org_memberships"
	// MembersInverseTable is the table name for the OrgMembership entity.
	// It exists in this package in order to avoid circular dependency with the "orgmembership" package.
	MembersInverseTable = "org_memberships"
	// MembersColumn is the table column denoting the members relation/edge.
	MembersColumn = "organization_id"
)

Variables

View Source
var (
	// PersonalAccessTokensPrimaryKey and PersonalAccessTokensColumn2 are the table columns denoting the
	// primary key for the personal_access_tokens relation (M2M).
	PersonalAccessTokensPrimaryKey = []string{"organization_id", "personal_access_token_id"}
	// UsersPrimaryKey and UsersColumn2 are the table columns denoting the
	// primary key for the users relation (M2M).
	UsersPrimaryKey = []string{"user_id", "organization_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"organization_id", "file_id"}
	// EventsPrimaryKey and EventsColumn2 are the table columns denoting the
	// primary key for the events relation (M2M).
	EventsPrimaryKey = []string{"organization_id", "event_id"}
)
View Source
var (
	Hooks        [29]ent.Hook
	Interceptors [2]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultDisplayName holds the default value on creation for the "display_name" field.
	DefaultDisplayName string
	// DisplayNameValidator is a validator for the "display_name" field. It is called by the builders before save.
	DisplayNameValidator func(string) error
	// DefaultPersonalOrg holds the default value on creation for the "personal_org" field.
	DefaultPersonalOrg bool
	// AvatarRemoteURLValidator is a validator for the "avatar_remote_url" field. It is called by the builders before save.
	AvatarRemoteURLValidator func(string) error
	// DefaultAvatarUpdatedAt holds the default value on creation for the "avatar_updated_at" field.
	DefaultAvatarUpdatedAt func() time.Time
	// UpdateDefaultAvatarUpdatedAt holds the default value on update for the "avatar_updated_at" field.
	UpdateDefaultAvatarUpdatedAt func() time.Time
	// DefaultDedicatedDb holds the default value on creation for the "dedicated_db" field.
	DefaultDedicatedDb bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Note that the variables below are initialized by the runtime package on the initialization of the application. Therefore, it should be imported in the main as follows:

import _ "github.com/theopenlane/core/internal/ent/generated/runtime"

Columns holds all SQL columns for organization fields.

Functions

func And

func And(predicates ...predicate.Organization) predicate.Organization

And groups predicates with the AND operator between them.

func AvatarLocalFileID added in v0.6.10

func AvatarLocalFileID(v string) predicate.Organization

AvatarLocalFileID applies equality check predicate on the "avatar_local_file_id" field. It's identical to AvatarLocalFileIDEQ.

func AvatarLocalFileIDContains added in v0.6.10

func AvatarLocalFileIDContains(v string) predicate.Organization

AvatarLocalFileIDContains applies the Contains predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDContainsFold added in v0.6.10

func AvatarLocalFileIDContainsFold(v string) predicate.Organization

AvatarLocalFileIDContainsFold applies the ContainsFold predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDEQ added in v0.6.10

func AvatarLocalFileIDEQ(v string) predicate.Organization

AvatarLocalFileIDEQ applies the EQ predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDEqualFold added in v0.6.10

func AvatarLocalFileIDEqualFold(v string) predicate.Organization

AvatarLocalFileIDEqualFold applies the EqualFold predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDGT added in v0.6.10

func AvatarLocalFileIDGT(v string) predicate.Organization

AvatarLocalFileIDGT applies the GT predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDGTE added in v0.6.10

func AvatarLocalFileIDGTE(v string) predicate.Organization

AvatarLocalFileIDGTE applies the GTE predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDHasPrefix added in v0.6.10

func AvatarLocalFileIDHasPrefix(v string) predicate.Organization

AvatarLocalFileIDHasPrefix applies the HasPrefix predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDHasSuffix added in v0.6.10

func AvatarLocalFileIDHasSuffix(v string) predicate.Organization

AvatarLocalFileIDHasSuffix applies the HasSuffix predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDIn added in v0.6.10

func AvatarLocalFileIDIn(vs ...string) predicate.Organization

AvatarLocalFileIDIn applies the In predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDIsNil added in v0.6.10

func AvatarLocalFileIDIsNil() predicate.Organization

AvatarLocalFileIDIsNil applies the IsNil predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDLT added in v0.6.10

func AvatarLocalFileIDLT(v string) predicate.Organization

AvatarLocalFileIDLT applies the LT predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDLTE added in v0.6.10

func AvatarLocalFileIDLTE(v string) predicate.Organization

AvatarLocalFileIDLTE applies the LTE predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNEQ added in v0.6.10

func AvatarLocalFileIDNEQ(v string) predicate.Organization

AvatarLocalFileIDNEQ applies the NEQ predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNotIn added in v0.6.10

func AvatarLocalFileIDNotIn(vs ...string) predicate.Organization

AvatarLocalFileIDNotIn applies the NotIn predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNotNil added in v0.6.10

func AvatarLocalFileIDNotNil() predicate.Organization

AvatarLocalFileIDNotNil applies the NotNil predicate on the "avatar_local_file_id" field.

func AvatarRemoteURL

func AvatarRemoteURL(v string) predicate.Organization

AvatarRemoteURL applies equality check predicate on the "avatar_remote_url" field. It's identical to AvatarRemoteURLEQ.

func AvatarRemoteURLContains

func AvatarRemoteURLContains(v string) predicate.Organization

AvatarRemoteURLContains applies the Contains predicate on the "avatar_remote_url" field.

func AvatarRemoteURLContainsFold

func AvatarRemoteURLContainsFold(v string) predicate.Organization

AvatarRemoteURLContainsFold applies the ContainsFold predicate on the "avatar_remote_url" field.

func AvatarRemoteURLEQ

func AvatarRemoteURLEQ(v string) predicate.Organization

AvatarRemoteURLEQ applies the EQ predicate on the "avatar_remote_url" field.

func AvatarRemoteURLEqualFold

func AvatarRemoteURLEqualFold(v string) predicate.Organization

AvatarRemoteURLEqualFold applies the EqualFold predicate on the "avatar_remote_url" field.

func AvatarRemoteURLGT

func AvatarRemoteURLGT(v string) predicate.Organization

AvatarRemoteURLGT applies the GT predicate on the "avatar_remote_url" field.

func AvatarRemoteURLGTE

func AvatarRemoteURLGTE(v string) predicate.Organization

AvatarRemoteURLGTE applies the GTE predicate on the "avatar_remote_url" field.

func AvatarRemoteURLHasPrefix

func AvatarRemoteURLHasPrefix(v string) predicate.Organization

AvatarRemoteURLHasPrefix applies the HasPrefix predicate on the "avatar_remote_url" field.

func AvatarRemoteURLHasSuffix

func AvatarRemoteURLHasSuffix(v string) predicate.Organization

AvatarRemoteURLHasSuffix applies the HasSuffix predicate on the "avatar_remote_url" field.

func AvatarRemoteURLIn

func AvatarRemoteURLIn(vs ...string) predicate.Organization

AvatarRemoteURLIn applies the In predicate on the "avatar_remote_url" field.

func AvatarRemoteURLIsNil

func AvatarRemoteURLIsNil() predicate.Organization

AvatarRemoteURLIsNil applies the IsNil predicate on the "avatar_remote_url" field.

func AvatarRemoteURLLT

func AvatarRemoteURLLT(v string) predicate.Organization

AvatarRemoteURLLT applies the LT predicate on the "avatar_remote_url" field.

func AvatarRemoteURLLTE

func AvatarRemoteURLLTE(v string) predicate.Organization

AvatarRemoteURLLTE applies the LTE predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNEQ

func AvatarRemoteURLNEQ(v string) predicate.Organization

AvatarRemoteURLNEQ applies the NEQ predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNotIn

func AvatarRemoteURLNotIn(vs ...string) predicate.Organization

AvatarRemoteURLNotIn applies the NotIn predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNotNil

func AvatarRemoteURLNotNil() predicate.Organization

AvatarRemoteURLNotNil applies the NotNil predicate on the "avatar_remote_url" field.

func AvatarUpdatedAt added in v0.6.10

func AvatarUpdatedAt(v time.Time) predicate.Organization

AvatarUpdatedAt applies equality check predicate on the "avatar_updated_at" field. It's identical to AvatarUpdatedAtEQ.

func AvatarUpdatedAtEQ added in v0.6.10

func AvatarUpdatedAtEQ(v time.Time) predicate.Organization

AvatarUpdatedAtEQ applies the EQ predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtGT added in v0.6.10

func AvatarUpdatedAtGT(v time.Time) predicate.Organization

AvatarUpdatedAtGT applies the GT predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtGTE added in v0.6.10

func AvatarUpdatedAtGTE(v time.Time) predicate.Organization

AvatarUpdatedAtGTE applies the GTE predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtIn added in v0.6.10

func AvatarUpdatedAtIn(vs ...time.Time) predicate.Organization

AvatarUpdatedAtIn applies the In predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtIsNil added in v0.6.10

func AvatarUpdatedAtIsNil() predicate.Organization

AvatarUpdatedAtIsNil applies the IsNil predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtLT added in v0.6.10

func AvatarUpdatedAtLT(v time.Time) predicate.Organization

AvatarUpdatedAtLT applies the LT predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtLTE added in v0.6.10

func AvatarUpdatedAtLTE(v time.Time) predicate.Organization

AvatarUpdatedAtLTE applies the LTE predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtNEQ added in v0.6.10

func AvatarUpdatedAtNEQ(v time.Time) predicate.Organization

AvatarUpdatedAtNEQ applies the NEQ predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtNotIn added in v0.6.10

func AvatarUpdatedAtNotIn(vs ...time.Time) predicate.Organization

AvatarUpdatedAtNotIn applies the NotIn predicate on the "avatar_updated_at" field.

func AvatarUpdatedAtNotNil added in v0.6.10

func AvatarUpdatedAtNotNil() predicate.Organization

AvatarUpdatedAtNotNil applies the NotNil predicate on the "avatar_updated_at" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Organization

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Organization

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Organization

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Organization

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.Organization

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Organization

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Organization

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Organization

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Organization

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.Organization

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Organization

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func CreatedBy

func CreatedBy(v string) predicate.Organization

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.Organization

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Organization

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

func CreatedByEQ(v string) predicate.Organization

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Organization

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

func CreatedByGT(v string) predicate.Organization

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.Organization

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Organization

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Organization

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.Organization

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.Organization

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

func CreatedByLT(v string) predicate.Organization

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.Organization

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Organization

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.Organization

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.Organization

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func DedicatedDb

func DedicatedDb(v bool) predicate.Organization

DedicatedDb applies equality check predicate on the "dedicated_db" field. It's identical to DedicatedDbEQ.

func DedicatedDbEQ

func DedicatedDbEQ(v bool) predicate.Organization

DedicatedDbEQ applies the EQ predicate on the "dedicated_db" field.

func DedicatedDbNEQ

func DedicatedDbNEQ(v bool) predicate.Organization

DedicatedDbNEQ applies the NEQ predicate on the "dedicated_db" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.Organization

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Organization

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Organization

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Organization

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.Organization

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Organization

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Organization

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Organization

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Organization

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.Organization

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Organization

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func DeletedBy

func DeletedBy(v string) predicate.Organization

DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.

func DeletedByContains

func DeletedByContains(v string) predicate.Organization

DeletedByContains applies the Contains predicate on the "deleted_by" field.

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Organization

DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.

func DeletedByEQ

func DeletedByEQ(v string) predicate.Organization

DeletedByEQ applies the EQ predicate on the "deleted_by" field.

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Organization

DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.

func DeletedByGT

func DeletedByGT(v string) predicate.Organization

DeletedByGT applies the GT predicate on the "deleted_by" field.

func DeletedByGTE

func DeletedByGTE(v string) predicate.Organization

DeletedByGTE applies the GTE predicate on the "deleted_by" field.

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Organization

DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Organization

DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.

func DeletedByIn

func DeletedByIn(vs ...string) predicate.Organization

DeletedByIn applies the In predicate on the "deleted_by" field.

func DeletedByIsNil

func DeletedByIsNil() predicate.Organization

DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.

func DeletedByLT

func DeletedByLT(v string) predicate.Organization

DeletedByLT applies the LT predicate on the "deleted_by" field.

func DeletedByLTE

func DeletedByLTE(v string) predicate.Organization

DeletedByLTE applies the LTE predicate on the "deleted_by" field.

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Organization

DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.

func DeletedByNotIn

func DeletedByNotIn(vs ...string) predicate.Organization

DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.

func DeletedByNotNil

func DeletedByNotNil() predicate.Organization

DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.

func Description

func Description(v string) predicate.Organization

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.Organization

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Organization

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.Organization

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Organization

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.Organization

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.Organization

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Organization

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Organization

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.Organization

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.Organization

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.Organization

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.Organization

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Organization

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.Organization

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.Organization

DescriptionNotNil applies the NotNil predicate on the "description" field.

func DisplayName

func DisplayName(v string) predicate.Organization

DisplayName applies equality check predicate on the "display_name" field. It's identical to DisplayNameEQ.

func DisplayNameContains

func DisplayNameContains(v string) predicate.Organization

DisplayNameContains applies the Contains predicate on the "display_name" field.

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.Organization

DisplayNameContainsFold applies the ContainsFold predicate on the "display_name" field.

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.Organization

DisplayNameEQ applies the EQ predicate on the "display_name" field.

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.Organization

DisplayNameEqualFold applies the EqualFold predicate on the "display_name" field.

func DisplayNameGT

func DisplayNameGT(v string) predicate.Organization

DisplayNameGT applies the GT predicate on the "display_name" field.

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.Organization

DisplayNameGTE applies the GTE predicate on the "display_name" field.

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.Organization

DisplayNameHasPrefix applies the HasPrefix predicate on the "display_name" field.

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.Organization

DisplayNameHasSuffix applies the HasSuffix predicate on the "display_name" field.

func DisplayNameIn

func DisplayNameIn(vs ...string) predicate.Organization

DisplayNameIn applies the In predicate on the "display_name" field.

func DisplayNameLT

func DisplayNameLT(v string) predicate.Organization

DisplayNameLT applies the LT predicate on the "display_name" field.

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.Organization

DisplayNameLTE applies the LTE predicate on the "display_name" field.

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.Organization

DisplayNameNEQ applies the NEQ predicate on the "display_name" field.

func DisplayNameNotIn

func DisplayNameNotIn(vs ...string) predicate.Organization

DisplayNameNotIn applies the NotIn predicate on the "display_name" field.

func HasAPITokens

func HasAPITokens() predicate.Organization

HasAPITokens applies the HasEdge predicate on the "api_tokens" edge.

func HasAPITokensWith

func HasAPITokensWith(preds ...predicate.APIToken) predicate.Organization

HasAPITokensWith applies the HasEdge predicate on the "api_tokens" edge with a given conditions (other predicates).

func HasActionPlanCreators added in v1.0.3

func HasActionPlanCreators() predicate.Organization

HasActionPlanCreators applies the HasEdge predicate on the "action_plan_creators" edge.

func HasActionPlanCreatorsWith added in v1.0.3

func HasActionPlanCreatorsWith(preds ...predicate.Group) predicate.Organization

HasActionPlanCreatorsWith applies the HasEdge predicate on the "action_plan_creators" edge with a given conditions (other predicates).

func HasActionPlans added in v0.7.5

func HasActionPlans() predicate.Organization

HasActionPlans applies the HasEdge predicate on the "action_plans" edge.

func HasActionPlansWith added in v0.7.5

func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Organization

HasActionPlansWith applies the HasEdge predicate on the "action_plans" edge with a given conditions (other predicates).

func HasAssessmentResponses added in v0.42.6

func HasAssessmentResponses() predicate.Organization

HasAssessmentResponses applies the HasEdge predicate on the "assessment_responses" edge.

func HasAssessmentResponsesWith added in v0.42.6

func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Organization

HasAssessmentResponsesWith applies the HasEdge predicate on the "assessment_responses" edge with a given conditions (other predicates).

func HasAssessments added in v0.42.6

func HasAssessments() predicate.Organization

HasAssessments applies the HasEdge predicate on the "assessments" edge.

func HasAssessmentsWith added in v0.42.6

func HasAssessmentsWith(preds ...predicate.Assessment) predicate.Organization

HasAssessmentsWith applies the HasEdge predicate on the "assessments" edge with a given conditions (other predicates).

func HasAssetCreators added in v1.0.3

func HasAssetCreators() predicate.Organization

HasAssetCreators applies the HasEdge predicate on the "asset_creators" edge.

func HasAssetCreatorsWith added in v1.0.3

func HasAssetCreatorsWith(preds ...predicate.Group) predicate.Organization

HasAssetCreatorsWith applies the HasEdge predicate on the "asset_creators" edge with a given conditions (other predicates).

func HasAssets added in v0.19.0

func HasAssets() predicate.Organization

HasAssets applies the HasEdge predicate on the "assets" edge.

func HasAssetsWith added in v0.19.0

func HasAssetsWith(preds ...predicate.Asset) predicate.Organization

HasAssetsWith applies the HasEdge predicate on the "assets" edge with a given conditions (other predicates).

func HasAvatarFile added in v0.6.10

func HasAvatarFile() predicate.Organization

HasAvatarFile applies the HasEdge predicate on the "avatar_file" edge.

func HasAvatarFileWith added in v0.6.10

func HasAvatarFileWith(preds ...predicate.File) predicate.Organization

HasAvatarFileWith applies the HasEdge predicate on the "avatar_file" edge with a given conditions (other predicates).

func HasCampaignTargets added in v1.5.0

func HasCampaignTargets() predicate.Organization

HasCampaignTargets applies the HasEdge predicate on the "campaign_targets" edge.

func HasCampaignTargetsWith added in v1.5.0

func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Organization

HasCampaignTargetsWith applies the HasEdge predicate on the "campaign_targets" edge with a given conditions (other predicates).

func HasCampaigns added in v1.5.0

func HasCampaigns() predicate.Organization

HasCampaigns applies the HasEdge predicate on the "campaigns" edge.

func HasCampaignsWith added in v1.5.0

func HasCampaignsWith(preds ...predicate.Campaign) predicate.Organization

HasCampaignsWith applies the HasEdge predicate on the "campaigns" edge with a given conditions (other predicates).

func HasChildren

func HasChildren() predicate.Organization

HasChildren applies the HasEdge predicate on the "children" edge.

func HasChildrenWith

func HasChildrenWith(preds ...predicate.Organization) predicate.Organization

HasChildrenWith applies the HasEdge predicate on the "children" edge with a given conditions (other predicates).

func HasContacts

func HasContacts() predicate.Organization

HasContacts applies the HasEdge predicate on the "contacts" edge.

func HasContactsWith

func HasContactsWith(preds ...predicate.Contact) predicate.Organization

HasContactsWith applies the HasEdge predicate on the "contacts" edge with a given conditions (other predicates).

func HasControlCreators added in v0.5.0

func HasControlCreators() predicate.Organization

HasControlCreators applies the HasEdge predicate on the "control_creators" edge.

func HasControlCreatorsWith added in v0.5.0

func HasControlCreatorsWith(preds ...predicate.Group) predicate.Organization

HasControlCreatorsWith applies the HasEdge predicate on the "control_creators" edge with a given conditions (other predicates).

func HasControlImplementationCreators added in v0.16.0

func HasControlImplementationCreators() predicate.Organization

HasControlImplementationCreators applies the HasEdge predicate on the "control_implementation_creators" edge.

func HasControlImplementationCreatorsWith added in v0.16.0

func HasControlImplementationCreatorsWith(preds ...predicate.Group) predicate.Organization

HasControlImplementationCreatorsWith applies the HasEdge predicate on the "control_implementation_creators" edge with a given conditions (other predicates).

func HasControlImplementations added in v0.8.9

func HasControlImplementations() predicate.Organization

HasControlImplementations applies the HasEdge predicate on the "control_implementations" edge.

func HasControlImplementationsWith added in v0.8.9

func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Organization

HasControlImplementationsWith applies the HasEdge predicate on the "control_implementations" edge with a given conditions (other predicates).

func HasControlObjectiveCreators added in v0.5.0

func HasControlObjectiveCreators() predicate.Organization

HasControlObjectiveCreators applies the HasEdge predicate on the "control_objective_creators" edge.

func HasControlObjectiveCreatorsWith added in v0.5.0

func HasControlObjectiveCreatorsWith(preds ...predicate.Group) predicate.Organization

HasControlObjectiveCreatorsWith applies the HasEdge predicate on the "control_objective_creators" edge with a given conditions (other predicates).

func HasControlObjectives added in v0.6.1

func HasControlObjectives() predicate.Organization

HasControlObjectives applies the HasEdge predicate on the "control_objectives" edge.

func HasControlObjectivesWith added in v0.6.1

func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Organization

HasControlObjectivesWith applies the HasEdge predicate on the "control_objectives" edge with a given conditions (other predicates).

func HasControls added in v0.5.0

func HasControls() predicate.Organization

HasControls applies the HasEdge predicate on the "controls" edge.

func HasControlsWith added in v0.5.0

func HasControlsWith(preds ...predicate.Control) predicate.Organization

HasControlsWith applies the HasEdge predicate on the "controls" edge with a given conditions (other predicates).

func HasCustomDomains added in v0.12.1

func HasCustomDomains() predicate.Organization

HasCustomDomains applies the HasEdge predicate on the "custom_domains" edge.

func HasCustomDomainsWith added in v0.12.1

func HasCustomDomainsWith(preds ...predicate.CustomDomain) predicate.Organization

HasCustomDomainsWith applies the HasEdge predicate on the "custom_domains" edge with a given conditions (other predicates).

func HasCustomTypeEnums added in v0.43.0

func HasCustomTypeEnums() predicate.Organization

HasCustomTypeEnums applies the HasEdge predicate on the "custom_type_enums" edge.

func HasCustomTypeEnumsWith added in v0.43.0

func HasCustomTypeEnumsWith(preds ...predicate.CustomTypeEnum) predicate.Organization

HasCustomTypeEnumsWith applies the HasEdge predicate on the "custom_type_enums" edge with a given conditions (other predicates).

func HasDNSVerifications added in v0.15.0

func HasDNSVerifications() predicate.Organization

HasDNSVerifications applies the HasEdge predicate on the "dns_verifications" edge.

func HasDNSVerificationsWith added in v0.15.0

func HasDNSVerificationsWith(preds ...predicate.DNSVerification) predicate.Organization

HasDNSVerificationsWith applies the HasEdge predicate on the "dns_verifications" edge with a given conditions (other predicates).

func HasDirectoryAccounts added in v0.46.3

func HasDirectoryAccounts() predicate.Organization

HasDirectoryAccounts applies the HasEdge predicate on the "directory_accounts" edge.

func HasDirectoryAccountsWith added in v0.46.3

func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.Organization

HasDirectoryAccountsWith applies the HasEdge predicate on the "directory_accounts" edge with a given conditions (other predicates).

func HasDirectoryGroups added in v0.46.3

func HasDirectoryGroups() predicate.Organization

HasDirectoryGroups applies the HasEdge predicate on the "directory_groups" edge.

func HasDirectoryGroupsWith added in v0.46.3

func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.Organization

HasDirectoryGroupsWith applies the HasEdge predicate on the "directory_groups" edge with a given conditions (other predicates).

func HasDirectoryMemberships added in v0.46.3

func HasDirectoryMemberships() predicate.Organization

HasDirectoryMemberships applies the HasEdge predicate on the "directory_memberships" edge.

func HasDirectoryMembershipsWith added in v0.46.3

func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.Organization

HasDirectoryMembershipsWith applies the HasEdge predicate on the "directory_memberships" edge with a given conditions (other predicates).

func HasDirectorySyncRuns added in v0.46.3

func HasDirectorySyncRuns() predicate.Organization

HasDirectorySyncRuns applies the HasEdge predicate on the "directory_sync_runs" edge.

func HasDirectorySyncRunsWith added in v0.46.3

func HasDirectorySyncRunsWith(preds ...predicate.DirectorySyncRun) predicate.Organization

HasDirectorySyncRunsWith applies the HasEdge predicate on the "directory_sync_runs" edge with a given conditions (other predicates).

func HasDiscussions added in v0.49.3

func HasDiscussions() predicate.Organization

HasDiscussions applies the HasEdge predicate on the "discussions" edge.

func HasDiscussionsWith added in v0.49.3

func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Organization

HasDiscussionsWith applies the HasEdge predicate on the "discussions" edge with a given conditions (other predicates).

func HasDocuments added in v0.8.2

func HasDocuments() predicate.Organization

HasDocuments applies the HasEdge predicate on the "documents" edge.

func HasDocumentsWith added in v0.8.2

func HasDocumentsWith(preds ...predicate.DocumentData) predicate.Organization

HasDocumentsWith applies the HasEdge predicate on the "documents" edge with a given conditions (other predicates).

func HasEmailBrandings added in v1.7.0

func HasEmailBrandings() predicate.Organization

HasEmailBrandings applies the HasEdge predicate on the "email_brandings" edge.

func HasEmailBrandingsWith added in v1.7.0

func HasEmailBrandingsWith(preds ...predicate.EmailBranding) predicate.Organization

HasEmailBrandingsWith applies the HasEdge predicate on the "email_brandings" edge with a given conditions (other predicates).

func HasEmailTemplates added in v1.7.0

func HasEmailTemplates() predicate.Organization

HasEmailTemplates applies the HasEdge predicate on the "email_templates" edge.

func HasEmailTemplatesWith added in v1.7.0

func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.Organization

HasEmailTemplatesWith applies the HasEdge predicate on the "email_templates" edge with a given conditions (other predicates).

func HasEntities

func HasEntities() predicate.Organization

HasEntities applies the HasEdge predicate on the "entities" edge.

func HasEntitiesWith

func HasEntitiesWith(preds ...predicate.Entity) predicate.Organization

HasEntitiesWith applies the HasEdge predicate on the "entities" edge with a given conditions (other predicates).

func HasEntityTypes added in v0.6.1

func HasEntityTypes() predicate.Organization

HasEntityTypes applies the HasEdge predicate on the "entity_types" edge.

func HasEntityTypesWith added in v0.6.1

func HasEntityTypesWith(preds ...predicate.EntityType) predicate.Organization

HasEntityTypesWith applies the HasEdge predicate on the "entity_types" edge with a given conditions (other predicates).

func HasEvents

func HasEvents() predicate.Organization

HasEvents applies the HasEdge predicate on the "events" edge.

func HasEventsWith

func HasEventsWith(preds ...predicate.Event) predicate.Organization

HasEventsWith applies the HasEdge predicate on the "events" edge with a given conditions (other predicates).

func HasEvidence added in v0.6.19

func HasEvidence() predicate.Organization

HasEvidence applies the HasEdge predicate on the "evidence" edge.

func HasEvidenceCreators added in v0.16.0

func HasEvidenceCreators() predicate.Organization

HasEvidenceCreators applies the HasEdge predicate on the "evidence_creators" edge.

func HasEvidenceCreatorsWith added in v0.16.0

func HasEvidenceCreatorsWith(preds ...predicate.Group) predicate.Organization

HasEvidenceCreatorsWith applies the HasEdge predicate on the "evidence_creators" edge with a given conditions (other predicates).

func HasEvidenceWith added in v0.6.19

func HasEvidenceWith(preds ...predicate.Evidence) predicate.Organization

HasEvidenceWith applies the HasEdge predicate on the "evidence" edge with a given conditions (other predicates).

func HasExports added in v0.22.3

func HasExports() predicate.Organization

HasExports applies the HasEdge predicate on the "exports" edge.

func HasExportsWith added in v0.22.3

func HasExportsWith(preds ...predicate.Export) predicate.Organization

HasExportsWith applies the HasEdge predicate on the "exports" edge with a given conditions (other predicates).

func HasFiles

func HasFiles() predicate.Organization

HasFiles applies the HasEdge predicate on the "files" edge.

func HasFilesWith

func HasFilesWith(preds ...predicate.File) predicate.Organization

HasFilesWith applies the HasEdge predicate on the "files" edge with a given conditions (other predicates).

func HasFindingCreators added in v1.0.3

func HasFindingCreators() predicate.Organization

HasFindingCreators applies the HasEdge predicate on the "finding_creators" edge.

func HasFindingCreatorsWith added in v1.0.3

func HasFindingCreatorsWith(preds ...predicate.Group) predicate.Organization

HasFindingCreatorsWith applies the HasEdge predicate on the "finding_creators" edge with a given conditions (other predicates).

func HasFindings added in v0.43.3

func HasFindings() predicate.Organization

HasFindings applies the HasEdge predicate on the "findings" edge.

func HasFindingsWith added in v0.43.3

func HasFindingsWith(preds ...predicate.Finding) predicate.Organization

HasFindingsWith applies the HasEdge predicate on the "findings" edge with a given conditions (other predicates).

func HasGroupCreators added in v0.5.0

func HasGroupCreators() predicate.Organization

HasGroupCreators applies the HasEdge predicate on the "group_creators" edge.

func HasGroupCreatorsWith added in v0.5.0

func HasGroupCreatorsWith(preds ...predicate.Group) predicate.Organization

HasGroupCreatorsWith applies the HasEdge predicate on the "group_creators" edge with a given conditions (other predicates).

func HasGroups

func HasGroups() predicate.Organization

HasGroups applies the HasEdge predicate on the "groups" edge.

func HasGroupsWith

func HasGroupsWith(preds ...predicate.Group) predicate.Organization

HasGroupsWith applies the HasEdge predicate on the "groups" edge with a given conditions (other predicates).

func HasIdentityHolderCreators added in v1.11.2

func HasIdentityHolderCreators() predicate.Organization

HasIdentityHolderCreators applies the HasEdge predicate on the "identity_holder_creators" edge.

func HasIdentityHolderCreatorsWith added in v1.11.2

func HasIdentityHolderCreatorsWith(preds ...predicate.Group) predicate.Organization

HasIdentityHolderCreatorsWith applies the HasEdge predicate on the "identity_holder_creators" edge with a given conditions (other predicates).

func HasIdentityHolders added in v1.5.0

func HasIdentityHolders() predicate.Organization

HasIdentityHolders applies the HasEdge predicate on the "identity_holders" edge.

func HasIdentityHoldersWith added in v1.5.0

func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Organization

HasIdentityHoldersWith applies the HasEdge predicate on the "identity_holders" edge with a given conditions (other predicates).

func HasImpersonationEvents added in v0.38.1

func HasImpersonationEvents() predicate.Organization

HasImpersonationEvents applies the HasEdge predicate on the "impersonation_events" edge.

func HasImpersonationEventsWith added in v0.38.1

func HasImpersonationEventsWith(preds ...predicate.ImpersonationEvent) predicate.Organization

HasImpersonationEventsWith applies the HasEdge predicate on the "impersonation_events" edge with a given conditions (other predicates).

func HasIntegrationRuns added in v1.7.0

func HasIntegrationRuns() predicate.Organization

HasIntegrationRuns applies the HasEdge predicate on the "integration_runs" edge.

func HasIntegrationRunsWith added in v1.7.0

func HasIntegrationRunsWith(preds ...predicate.IntegrationRun) predicate.Organization

HasIntegrationRunsWith applies the HasEdge predicate on the "integration_runs" edge with a given conditions (other predicates).

func HasIntegrationWebhooks added in v1.7.0

func HasIntegrationWebhooks() predicate.Organization

HasIntegrationWebhooks applies the HasEdge predicate on the "integration_webhooks" edge.

func HasIntegrationWebhooksWith added in v1.7.0

func HasIntegrationWebhooksWith(preds ...predicate.IntegrationWebhook) predicate.Organization

HasIntegrationWebhooksWith applies the HasEdge predicate on the "integration_webhooks" edge with a given conditions (other predicates).

func HasIntegrations

func HasIntegrations() predicate.Organization

HasIntegrations applies the HasEdge predicate on the "integrations" edge.

func HasIntegrationsWith

func HasIntegrationsWith(preds ...predicate.Integration) predicate.Organization

HasIntegrationsWith applies the HasEdge predicate on the "integrations" edge with a given conditions (other predicates).

func HasInternalPolicies added in v0.6.1

func HasInternalPolicies() predicate.Organization

HasInternalPolicies applies the HasEdge predicate on the "internal_policies" edge.

func HasInternalPoliciesWith added in v0.6.1

func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Organization

HasInternalPoliciesWith applies the HasEdge predicate on the "internal_policies" edge with a given conditions (other predicates).

func HasInternalPolicyCreators added in v0.5.0

func HasInternalPolicyCreators() predicate.Organization

HasInternalPolicyCreators applies the HasEdge predicate on the "internal_policy_creators" edge.

func HasInternalPolicyCreatorsWith added in v0.5.0

func HasInternalPolicyCreatorsWith(preds ...predicate.Group) predicate.Organization

HasInternalPolicyCreatorsWith applies the HasEdge predicate on the "internal_policy_creators" edge with a given conditions (other predicates).

func HasInvites

func HasInvites() predicate.Organization

HasInvites applies the HasEdge predicate on the "invites" edge.

func HasInvitesWith

func HasInvitesWith(preds ...predicate.Invite) predicate.Organization

HasInvitesWith applies the HasEdge predicate on the "invites" edge with a given conditions (other predicates).

func HasJobResults added in v0.15.0

func HasJobResults() predicate.Organization

HasJobResults applies the HasEdge predicate on the "job_results" edge.

func HasJobResultsWith added in v0.15.0

func HasJobResultsWith(preds ...predicate.JobResult) predicate.Organization

HasJobResultsWith applies the HasEdge predicate on the "job_results" edge with a given conditions (other predicates).

func HasJobRunnerRegistrationTokens added in v0.14.1

func HasJobRunnerRegistrationTokens() predicate.Organization

HasJobRunnerRegistrationTokens applies the HasEdge predicate on the "job_runner_registration_tokens" edge.

func HasJobRunnerRegistrationTokensWith added in v0.14.1

func HasJobRunnerRegistrationTokensWith(preds ...predicate.JobRunnerRegistrationToken) predicate.Organization

HasJobRunnerRegistrationTokensWith applies the HasEdge predicate on the "job_runner_registration_tokens" edge with a given conditions (other predicates).

func HasJobRunnerTokens added in v0.14.1

func HasJobRunnerTokens() predicate.Organization

HasJobRunnerTokens applies the HasEdge predicate on the "job_runner_tokens" edge.

func HasJobRunnerTokensWith added in v0.14.1

func HasJobRunnerTokensWith(preds ...predicate.JobRunnerToken) predicate.Organization

HasJobRunnerTokensWith applies the HasEdge predicate on the "job_runner_tokens" edge with a given conditions (other predicates).

func HasJobRunners added in v0.14.1

func HasJobRunners() predicate.Organization

HasJobRunners applies the HasEdge predicate on the "job_runners" edge.

func HasJobRunnersWith added in v0.14.1

func HasJobRunnersWith(preds ...predicate.JobRunner) predicate.Organization

HasJobRunnersWith applies the HasEdge predicate on the "job_runners" edge with a given conditions (other predicates).

func HasJobTemplates added in v0.24.0

func HasJobTemplates() predicate.Organization

HasJobTemplates applies the HasEdge predicate on the "job_templates" edge.

func HasJobTemplatesWith added in v0.24.0

func HasJobTemplatesWith(preds ...predicate.JobTemplate) predicate.Organization

HasJobTemplatesWith applies the HasEdge predicate on the "job_templates" edge with a given conditions (other predicates).

func HasMappedControlCreators added in v0.16.0

func HasMappedControlCreators() predicate.Organization

HasMappedControlCreators applies the HasEdge predicate on the "mapped_control_creators" edge.

func HasMappedControlCreatorsWith added in v0.16.0

func HasMappedControlCreatorsWith(preds ...predicate.Group) predicate.Organization

HasMappedControlCreatorsWith applies the HasEdge predicate on the "mapped_control_creators" edge with a given conditions (other predicates).

func HasMappedControls added in v0.16.0

func HasMappedControls() predicate.Organization

HasMappedControls applies the HasEdge predicate on the "mapped_controls" edge.

func HasMappedControlsWith added in v0.16.0

func HasMappedControlsWith(preds ...predicate.MappedControl) predicate.Organization

HasMappedControlsWith applies the HasEdge predicate on the "mapped_controls" edge with a given conditions (other predicates).

func HasMembers

func HasMembers() predicate.Organization

HasMembers applies the HasEdge predicate on the "members" edge.

func HasMembersWith

func HasMembersWith(preds ...predicate.OrgMembership) predicate.Organization

HasMembersWith applies the HasEdge predicate on the "members" edge with a given conditions (other predicates).

func HasNarrativeCreators added in v0.5.0

func HasNarrativeCreators() predicate.Organization

HasNarrativeCreators applies the HasEdge predicate on the "narrative_creators" edge.

func HasNarrativeCreatorsWith added in v0.5.0

func HasNarrativeCreatorsWith(preds ...predicate.Group) predicate.Organization

HasNarrativeCreatorsWith applies the HasEdge predicate on the "narrative_creators" edge with a given conditions (other predicates).

func HasNarratives added in v0.4.4

func HasNarratives() predicate.Organization

HasNarratives applies the HasEdge predicate on the "narratives" edge.

func HasNarrativesWith added in v0.4.4

func HasNarrativesWith(preds ...predicate.Narrative) predicate.Organization

HasNarrativesWith applies the HasEdge predicate on the "narratives" edge with a given conditions (other predicates).

func HasNotes

func HasNotes() predicate.Organization

HasNotes applies the HasEdge predicate on the "notes" edge.

func HasNotesWith

func HasNotesWith(preds ...predicate.Note) predicate.Organization

HasNotesWith applies the HasEdge predicate on the "notes" edge with a given conditions (other predicates).

func HasNotificationPreferences added in v1.7.0

func HasNotificationPreferences() predicate.Organization

HasNotificationPreferences applies the HasEdge predicate on the "notification_preferences" edge.

func HasNotificationPreferencesWith added in v1.7.0

func HasNotificationPreferencesWith(preds ...predicate.NotificationPreference) predicate.Organization

HasNotificationPreferencesWith applies the HasEdge predicate on the "notification_preferences" edge with a given conditions (other predicates).

func HasNotificationTemplates added in v1.7.0

func HasNotificationTemplates() predicate.Organization

HasNotificationTemplates applies the HasEdge predicate on the "notification_templates" edge.

func HasNotificationTemplatesWith added in v1.7.0

func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.Organization

HasNotificationTemplatesWith applies the HasEdge predicate on the "notification_templates" edge with a given conditions (other predicates).

func HasNotifications added in v0.45.13

func HasNotifications() predicate.Organization

HasNotifications applies the HasEdge predicate on the "notifications" edge.

func HasNotificationsWith added in v0.45.13

func HasNotificationsWith(preds ...predicate.Notification) predicate.Organization

HasNotificationsWith applies the HasEdge predicate on the "notifications" edge with a given conditions (other predicates).

func HasOrgModules added in v0.18.4

func HasOrgModules() predicate.Organization

HasOrgModules applies the HasEdge predicate on the "org_modules" edge.

func HasOrgModulesWith added in v0.18.4

func HasOrgModulesWith(preds ...predicate.OrgModule) predicate.Organization

HasOrgModulesWith applies the HasEdge predicate on the "org_modules" edge with a given conditions (other predicates).

func HasOrgPrices added in v0.18.4

func HasOrgPrices() predicate.Organization

HasOrgPrices applies the HasEdge predicate on the "org_prices" edge.

func HasOrgPricesWith added in v0.18.4

func HasOrgPricesWith(preds ...predicate.OrgPrice) predicate.Organization

HasOrgPricesWith applies the HasEdge predicate on the "org_prices" edge with a given conditions (other predicates).

func HasOrgProducts added in v0.18.4

func HasOrgProducts() predicate.Organization

HasOrgProducts applies the HasEdge predicate on the "org_products" edge.

func HasOrgProductsWith added in v0.18.4

func HasOrgProductsWith(preds ...predicate.OrgProduct) predicate.Organization

HasOrgProductsWith applies the HasEdge predicate on the "org_products" edge with a given conditions (other predicates).

func HasOrgSubscriptions added in v0.6.1

func HasOrgSubscriptions() predicate.Organization

HasOrgSubscriptions applies the HasEdge predicate on the "org_subscriptions" edge.

func HasOrgSubscriptionsWith added in v0.6.1

func HasOrgSubscriptionsWith(preds ...predicate.OrgSubscription) predicate.Organization

HasOrgSubscriptionsWith applies the HasEdge predicate on the "org_subscriptions" edge with a given conditions (other predicates).

func HasParent

func HasParent() predicate.Organization

HasParent applies the HasEdge predicate on the "parent" edge.

func HasParentWith

func HasParentWith(preds ...predicate.Organization) predicate.Organization

HasParentWith applies the HasEdge predicate on the "parent" edge with a given conditions (other predicates).

func HasPersonalAccessTokens

func HasPersonalAccessTokens() predicate.Organization

HasPersonalAccessTokens applies the HasEdge predicate on the "personal_access_tokens" edge.

func HasPersonalAccessTokensWith

func HasPersonalAccessTokensWith(preds ...predicate.PersonalAccessToken) predicate.Organization

HasPersonalAccessTokensWith applies the HasEdge predicate on the "personal_access_tokens" edge with a given conditions (other predicates).

func HasPlatforms added in v1.5.0

func HasPlatforms() predicate.Organization

HasPlatforms applies the HasEdge predicate on the "platforms" edge.

func HasPlatformsWith added in v1.5.0

func HasPlatformsWith(preds ...predicate.Platform) predicate.Organization

HasPlatformsWith applies the HasEdge predicate on the "platforms" edge with a given conditions (other predicates).

func HasProcedureCreators added in v0.5.0

func HasProcedureCreators() predicate.Organization

HasProcedureCreators applies the HasEdge predicate on the "procedure_creators" edge.

func HasProcedureCreatorsWith added in v0.5.0

func HasProcedureCreatorsWith(preds ...predicate.Group) predicate.Organization

HasProcedureCreatorsWith applies the HasEdge predicate on the "procedure_creators" edge with a given conditions (other predicates).

func HasProcedures added in v0.4.2

func HasProcedures() predicate.Organization

HasProcedures applies the HasEdge predicate on the "procedures" edge.

func HasProceduresWith added in v0.4.2

func HasProceduresWith(preds ...predicate.Procedure) predicate.Organization

HasProceduresWith applies the HasEdge predicate on the "procedures" edge with a given conditions (other predicates).

func HasProgramCreators added in v0.5.0

func HasProgramCreators() predicate.Organization

HasProgramCreators applies the HasEdge predicate on the "program_creators" edge.

func HasProgramCreatorsWith added in v0.5.0

func HasProgramCreatorsWith(preds ...predicate.Group) predicate.Organization

HasProgramCreatorsWith applies the HasEdge predicate on the "program_creators" edge with a given conditions (other predicates).

func HasPrograms added in v0.3.5

func HasPrograms() predicate.Organization

HasPrograms applies the HasEdge predicate on the "programs" edge.

func HasProgramsWith added in v0.3.5

func HasProgramsWith(preds ...predicate.Program) predicate.Organization

HasProgramsWith applies the HasEdge predicate on the "programs" edge with a given conditions (other predicates).

func HasRemediations added in v0.43.3

func HasRemediations() predicate.Organization

HasRemediations applies the HasEdge predicate on the "remediations" edge.

func HasRemediationsWith added in v0.43.3

func HasRemediationsWith(preds ...predicate.Remediation) predicate.Organization

HasRemediationsWith applies the HasEdge predicate on the "remediations" edge with a given conditions (other predicates).

func HasReviews added in v0.43.3

func HasReviews() predicate.Organization

HasReviews applies the HasEdge predicate on the "reviews" edge.

func HasReviewsWith added in v0.43.3

func HasReviewsWith(preds ...predicate.Review) predicate.Organization

HasReviewsWith applies the HasEdge predicate on the "reviews" edge with a given conditions (other predicates).

func HasRiskCreators added in v0.5.0

func HasRiskCreators() predicate.Organization

HasRiskCreators applies the HasEdge predicate on the "risk_creators" edge.

func HasRiskCreatorsWith added in v0.5.0

func HasRiskCreatorsWith(preds ...predicate.Group) predicate.Organization

HasRiskCreatorsWith applies the HasEdge predicate on the "risk_creators" edge with a given conditions (other predicates).

func HasRisks added in v0.4.3

func HasRisks() predicate.Organization

HasRisks applies the HasEdge predicate on the "risks" edge.

func HasRisksWith added in v0.4.3

func HasRisksWith(preds ...predicate.Risk) predicate.Organization

HasRisksWith applies the HasEdge predicate on the "risks" edge with a given conditions (other predicates).

func HasScans added in v0.19.0

func HasScans() predicate.Organization

HasScans applies the HasEdge predicate on the "scans" edge.

func HasScansWith added in v0.19.0

func HasScansWith(preds ...predicate.Scan) predicate.Organization

HasScansWith applies the HasEdge predicate on the "scans" edge with a given conditions (other predicates).

func HasScheduledJobCreators added in v0.16.0

func HasScheduledJobCreators() predicate.Organization

HasScheduledJobCreators applies the HasEdge predicate on the "scheduled_job_creators" edge.

func HasScheduledJobCreatorsWith added in v0.16.0

func HasScheduledJobCreatorsWith(preds ...predicate.Group) predicate.Organization

HasScheduledJobCreatorsWith applies the HasEdge predicate on the "scheduled_job_creators" edge with a given conditions (other predicates).

func HasScheduledJobRuns added in v0.15.0

func HasScheduledJobRuns() predicate.Organization

HasScheduledJobRuns applies the HasEdge predicate on the "scheduled_job_runs" edge.

func HasScheduledJobRunsWith added in v0.15.0

func HasScheduledJobRunsWith(preds ...predicate.ScheduledJobRun) predicate.Organization

HasScheduledJobRunsWith applies the HasEdge predicate on the "scheduled_job_runs" edge with a given conditions (other predicates).

func HasScheduledJobs added in v0.15.0

func HasScheduledJobs() predicate.Organization

HasScheduledJobs applies the HasEdge predicate on the "scheduled_jobs" edge.

func HasScheduledJobsWith added in v0.15.0

func HasScheduledJobsWith(preds ...predicate.ScheduledJob) predicate.Organization

HasScheduledJobsWith applies the HasEdge predicate on the "scheduled_jobs" edge with a given conditions (other predicates).

func HasSecrets

func HasSecrets() predicate.Organization

HasSecrets applies the HasEdge predicate on the "secrets" edge.

func HasSecretsWith

func HasSecretsWith(preds ...predicate.Hush) predicate.Organization

HasSecretsWith applies the HasEdge predicate on the "secrets" edge with a given conditions (other predicates).

func HasSetting

func HasSetting() predicate.Organization

HasSetting applies the HasEdge predicate on the "setting" edge.

func HasSettingWith

func HasSettingWith(preds ...predicate.OrganizationSetting) predicate.Organization

HasSettingWith applies the HasEdge predicate on the "setting" edge with a given conditions (other predicates).

func HasStandardCreators added in v0.16.0

func HasStandardCreators() predicate.Organization

HasStandardCreators applies the HasEdge predicate on the "standard_creators" edge.

func HasStandardCreatorsWith added in v0.16.0

func HasStandardCreatorsWith(preds ...predicate.Group) predicate.Organization

HasStandardCreatorsWith applies the HasEdge predicate on the "standard_creators" edge with a given conditions (other predicates).

func HasStandards added in v0.7.3

func HasStandards() predicate.Organization

HasStandards applies the HasEdge predicate on the "standards" edge.

func HasStandardsWith added in v0.7.3

func HasStandardsWith(preds ...predicate.Standard) predicate.Organization

HasStandardsWith applies the HasEdge predicate on the "standards" edge with a given conditions (other predicates).

func HasSubcontrols added in v0.5.0

func HasSubcontrols() predicate.Organization

HasSubcontrols applies the HasEdge predicate on the "subcontrols" edge.

func HasSubcontrolsWith added in v0.5.0

func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Organization

HasSubcontrolsWith applies the HasEdge predicate on the "subcontrols" edge with a given conditions (other predicates).

func HasSubprocessorCreators added in v0.46.4

func HasSubprocessorCreators() predicate.Organization

HasSubprocessorCreators applies the HasEdge predicate on the "subprocessor_creators" edge.

func HasSubprocessorCreatorsWith added in v0.46.4

func HasSubprocessorCreatorsWith(preds ...predicate.Group) predicate.Organization

HasSubprocessorCreatorsWith applies the HasEdge predicate on the "subprocessor_creators" edge with a given conditions (other predicates).

func HasSubprocessors added in v0.22.3

func HasSubprocessors() predicate.Organization

HasSubprocessors applies the HasEdge predicate on the "subprocessors" edge.

func HasSubprocessorsWith added in v0.22.3

func HasSubprocessorsWith(preds ...predicate.Subprocessor) predicate.Organization

HasSubprocessorsWith applies the HasEdge predicate on the "subprocessors" edge with a given conditions (other predicates).

func HasSubscribers

func HasSubscribers() predicate.Organization

HasSubscribers applies the HasEdge predicate on the "subscribers" edge.

func HasSubscribersWith

func HasSubscribersWith(preds ...predicate.Subscriber) predicate.Organization

HasSubscribersWith applies the HasEdge predicate on the "subscribers" edge with a given conditions (other predicates).

func HasSystemDetails added in v1.11.6

func HasSystemDetails() predicate.Organization

HasSystemDetails applies the HasEdge predicate on the "system_details" edge.

func HasSystemDetailsWith added in v1.11.6

func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Organization

HasSystemDetailsWith applies the HasEdge predicate on the "system_details" edge with a given conditions (other predicates).

func HasTagDefinitions added in v0.43.0

func HasTagDefinitions() predicate.Organization

HasTagDefinitions applies the HasEdge predicate on the "tag_definitions" edge.

func HasTagDefinitionsWith added in v0.43.0

func HasTagDefinitionsWith(preds ...predicate.TagDefinition) predicate.Organization

HasTagDefinitionsWith applies the HasEdge predicate on the "tag_definitions" edge with a given conditions (other predicates).

func HasTasks added in v0.3.4

func HasTasks() predicate.Organization

HasTasks applies the HasEdge predicate on the "tasks" edge.

func HasTasksWith added in v0.3.4

func HasTasksWith(preds ...predicate.Task) predicate.Organization

HasTasksWith applies the HasEdge predicate on the "tasks" edge with a given conditions (other predicates).

func HasTemplateCreators added in v0.5.0

func HasTemplateCreators() predicate.Organization

HasTemplateCreators applies the HasEdge predicate on the "template_creators" edge.

func HasTemplateCreatorsWith added in v0.5.0

func HasTemplateCreatorsWith(preds ...predicate.Group) predicate.Organization

HasTemplateCreatorsWith applies the HasEdge predicate on the "template_creators" edge with a given conditions (other predicates).

func HasTemplates

func HasTemplates() predicate.Organization

HasTemplates applies the HasEdge predicate on the "templates" edge.

func HasTemplatesWith

func HasTemplatesWith(preds ...predicate.Template) predicate.Organization

HasTemplatesWith applies the HasEdge predicate on the "templates" edge with a given conditions (other predicates).

func HasTrustCenterDocCreators added in v0.47.3

func HasTrustCenterDocCreators() predicate.Organization

HasTrustCenterDocCreators applies the HasEdge predicate on the "trust_center_doc_creators" edge.

func HasTrustCenterDocCreatorsWith added in v0.47.3

func HasTrustCenterDocCreatorsWith(preds ...predicate.Group) predicate.Organization

HasTrustCenterDocCreatorsWith applies the HasEdge predicate on the "trust_center_doc_creators" edge with a given conditions (other predicates).

func HasTrustCenterSubprocessorCreators added in v0.47.3

func HasTrustCenterSubprocessorCreators() predicate.Organization

HasTrustCenterSubprocessorCreators applies the HasEdge predicate on the "trust_center_subprocessor_creators" edge.

func HasTrustCenterSubprocessorCreatorsWith added in v0.47.3

func HasTrustCenterSubprocessorCreatorsWith(preds ...predicate.Group) predicate.Organization

HasTrustCenterSubprocessorCreatorsWith applies the HasEdge predicate on the "trust_center_subprocessor_creators" edge with a given conditions (other predicates).

func HasTrustCenterWatermarkConfigs added in v0.34.5

func HasTrustCenterWatermarkConfigs() predicate.Organization

HasTrustCenterWatermarkConfigs applies the HasEdge predicate on the "trust_center_watermark_configs" edge.

func HasTrustCenterWatermarkConfigsWith added in v0.34.5

func HasTrustCenterWatermarkConfigsWith(preds ...predicate.TrustCenterWatermarkConfig) predicate.Organization

HasTrustCenterWatermarkConfigsWith applies the HasEdge predicate on the "trust_center_watermark_configs" edge with a given conditions (other predicates).

func HasTrustCenters added in v0.19.0

func HasTrustCenters() predicate.Organization

HasTrustCenters applies the HasEdge predicate on the "trust_centers" edge.

func HasTrustCentersWith added in v0.19.0

func HasTrustCentersWith(preds ...predicate.TrustCenter) predicate.Organization

HasTrustCentersWith applies the HasEdge predicate on the "trust_centers" edge with a given conditions (other predicates).

func HasUsers

func HasUsers() predicate.Organization

HasUsers applies the HasEdge predicate on the "users" edge.

func HasUsersWith

func HasUsersWith(preds ...predicate.User) predicate.Organization

HasUsersWith applies the HasEdge predicate on the "users" edge with a given conditions (other predicates).

func HasVulnerabilities added in v0.43.3

func HasVulnerabilities() predicate.Organization

HasVulnerabilities applies the HasEdge predicate on the "vulnerabilities" edge.

func HasVulnerabilitiesWith added in v0.43.3

func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Organization

HasVulnerabilitiesWith applies the HasEdge predicate on the "vulnerabilities" edge with a given conditions (other predicates).

func HasVulnerabilityCreators added in v1.0.3

func HasVulnerabilityCreators() predicate.Organization

HasVulnerabilityCreators applies the HasEdge predicate on the "vulnerability_creators" edge.

func HasVulnerabilityCreatorsWith added in v1.0.3

func HasVulnerabilityCreatorsWith(preds ...predicate.Group) predicate.Organization

HasVulnerabilityCreatorsWith applies the HasEdge predicate on the "vulnerability_creators" edge with a given conditions (other predicates).

func HasWorkflowAssignmentTargets added in v0.46.3

func HasWorkflowAssignmentTargets() predicate.Organization

HasWorkflowAssignmentTargets applies the HasEdge predicate on the "workflow_assignment_targets" edge.

func HasWorkflowAssignmentTargetsWith added in v0.46.3

func HasWorkflowAssignmentTargetsWith(preds ...predicate.WorkflowAssignmentTarget) predicate.Organization

HasWorkflowAssignmentTargetsWith applies the HasEdge predicate on the "workflow_assignment_targets" edge with a given conditions (other predicates).

func HasWorkflowAssignments added in v0.46.3

func HasWorkflowAssignments() predicate.Organization

HasWorkflowAssignments applies the HasEdge predicate on the "workflow_assignments" edge.

func HasWorkflowAssignmentsWith added in v0.46.3

func HasWorkflowAssignmentsWith(preds ...predicate.WorkflowAssignment) predicate.Organization

HasWorkflowAssignmentsWith applies the HasEdge predicate on the "workflow_assignments" edge with a given conditions (other predicates).

func HasWorkflowDefinitions added in v0.46.3

func HasWorkflowDefinitions() predicate.Organization

HasWorkflowDefinitions applies the HasEdge predicate on the "workflow_definitions" edge.

func HasWorkflowDefinitionsWith added in v0.46.3

func HasWorkflowDefinitionsWith(preds ...predicate.WorkflowDefinition) predicate.Organization

HasWorkflowDefinitionsWith applies the HasEdge predicate on the "workflow_definitions" edge with a given conditions (other predicates).

func HasWorkflowEvents added in v0.46.3

func HasWorkflowEvents() predicate.Organization

HasWorkflowEvents applies the HasEdge predicate on the "workflow_events" edge.

func HasWorkflowEventsWith added in v0.46.3

func HasWorkflowEventsWith(preds ...predicate.WorkflowEvent) predicate.Organization

HasWorkflowEventsWith applies the HasEdge predicate on the "workflow_events" edge with a given conditions (other predicates).

func HasWorkflowInstances added in v0.46.3

func HasWorkflowInstances() predicate.Organization

HasWorkflowInstances applies the HasEdge predicate on the "workflow_instances" edge.

func HasWorkflowInstancesWith added in v0.46.3

func HasWorkflowInstancesWith(preds ...predicate.WorkflowInstance) predicate.Organization

HasWorkflowInstancesWith applies the HasEdge predicate on the "workflow_instances" edge with a given conditions (other predicates).

func HasWorkflowObjectRefs added in v0.46.3

func HasWorkflowObjectRefs() predicate.Organization

HasWorkflowObjectRefs applies the HasEdge predicate on the "workflow_object_refs" edge.

func HasWorkflowObjectRefsWith added in v0.46.3

func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.Organization

HasWorkflowObjectRefsWith applies the HasEdge predicate on the "workflow_object_refs" edge with a given conditions (other predicates).

func HasWorkflowProposals added in v0.52.0

func HasWorkflowProposals() predicate.Organization

HasWorkflowProposals applies the HasEdge predicate on the "workflow_proposals" edge.

func HasWorkflowProposalsWith added in v0.52.0

func HasWorkflowProposalsWith(preds ...predicate.WorkflowProposal) predicate.Organization

HasWorkflowProposalsWith applies the HasEdge predicate on the "workflow_proposals" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Organization

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Organization

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Organization

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Organization

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Organization

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.Organization

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Organization

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Organization

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Organization

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.Organization

IDNotIn applies the NotIn predicate on the ID field.

func Name

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.Organization

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.Organization

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.Organization

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.Organization

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

func NameGT(v string) predicate.Organization

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.Organization

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.Organization

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.Organization

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.Organization

NameIn applies the In predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Organization

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.Organization

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.Organization

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.Organization

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Organization) predicate.Organization

Or groups predicates with the OR operator between them.

func ParentOrganizationID

func ParentOrganizationID(v string) predicate.Organization

ParentOrganizationID applies equality check predicate on the "parent_organization_id" field. It's identical to ParentOrganizationIDEQ.

func ParentOrganizationIDContains

func ParentOrganizationIDContains(v string) predicate.Organization

ParentOrganizationIDContains applies the Contains predicate on the "parent_organization_id" field.

func ParentOrganizationIDContainsFold

func ParentOrganizationIDContainsFold(v string) predicate.Organization

ParentOrganizationIDContainsFold applies the ContainsFold predicate on the "parent_organization_id" field.

func ParentOrganizationIDEQ

func ParentOrganizationIDEQ(v string) predicate.Organization

ParentOrganizationIDEQ applies the EQ predicate on the "parent_organization_id" field.

func ParentOrganizationIDEqualFold

func ParentOrganizationIDEqualFold(v string) predicate.Organization

ParentOrganizationIDEqualFold applies the EqualFold predicate on the "parent_organization_id" field.

func ParentOrganizationIDGT

func ParentOrganizationIDGT(v string) predicate.Organization

ParentOrganizationIDGT applies the GT predicate on the "parent_organization_id" field.

func ParentOrganizationIDGTE

func ParentOrganizationIDGTE(v string) predicate.Organization

ParentOrganizationIDGTE applies the GTE predicate on the "parent_organization_id" field.

func ParentOrganizationIDHasPrefix

func ParentOrganizationIDHasPrefix(v string) predicate.Organization

ParentOrganizationIDHasPrefix applies the HasPrefix predicate on the "parent_organization_id" field.

func ParentOrganizationIDHasSuffix

func ParentOrganizationIDHasSuffix(v string) predicate.Organization

ParentOrganizationIDHasSuffix applies the HasSuffix predicate on the "parent_organization_id" field.

func ParentOrganizationIDIn

func ParentOrganizationIDIn(vs ...string) predicate.Organization

ParentOrganizationIDIn applies the In predicate on the "parent_organization_id" field.

func ParentOrganizationIDIsNil

func ParentOrganizationIDIsNil() predicate.Organization

ParentOrganizationIDIsNil applies the IsNil predicate on the "parent_organization_id" field.

func ParentOrganizationIDLT

func ParentOrganizationIDLT(v string) predicate.Organization

ParentOrganizationIDLT applies the LT predicate on the "parent_organization_id" field.

func ParentOrganizationIDLTE

func ParentOrganizationIDLTE(v string) predicate.Organization

ParentOrganizationIDLTE applies the LTE predicate on the "parent_organization_id" field.

func ParentOrganizationIDNEQ

func ParentOrganizationIDNEQ(v string) predicate.Organization

ParentOrganizationIDNEQ applies the NEQ predicate on the "parent_organization_id" field.

func ParentOrganizationIDNotIn

func ParentOrganizationIDNotIn(vs ...string) predicate.Organization

ParentOrganizationIDNotIn applies the NotIn predicate on the "parent_organization_id" field.

func ParentOrganizationIDNotNil

func ParentOrganizationIDNotNil() predicate.Organization

ParentOrganizationIDNotNil applies the NotNil predicate on the "parent_organization_id" field.

func PersonalOrg

func PersonalOrg(v bool) predicate.Organization

PersonalOrg applies equality check predicate on the "personal_org" field. It's identical to PersonalOrgEQ.

func PersonalOrgEQ

func PersonalOrgEQ(v bool) predicate.Organization

PersonalOrgEQ applies the EQ predicate on the "personal_org" field.

func PersonalOrgIsNil

func PersonalOrgIsNil() predicate.Organization

PersonalOrgIsNil applies the IsNil predicate on the "personal_org" field.

func PersonalOrgNEQ

func PersonalOrgNEQ(v bool) predicate.Organization

PersonalOrgNEQ applies the NEQ predicate on the "personal_org" field.

func PersonalOrgNotNil

func PersonalOrgNotNil() predicate.Organization

PersonalOrgNotNil applies the NotNil predicate on the "personal_org" field.

func StripeCustomerID added in v0.28.0

func StripeCustomerID(v string) predicate.Organization

StripeCustomerID applies equality check predicate on the "stripe_customer_id" field. It's identical to StripeCustomerIDEQ.

func StripeCustomerIDContains added in v0.28.0

func StripeCustomerIDContains(v string) predicate.Organization

StripeCustomerIDContains applies the Contains predicate on the "stripe_customer_id" field.

func StripeCustomerIDContainsFold added in v0.28.0

func StripeCustomerIDContainsFold(v string) predicate.Organization

StripeCustomerIDContainsFold applies the ContainsFold predicate on the "stripe_customer_id" field.

func StripeCustomerIDEQ added in v0.28.0

func StripeCustomerIDEQ(v string) predicate.Organization

StripeCustomerIDEQ applies the EQ predicate on the "stripe_customer_id" field.

func StripeCustomerIDEqualFold added in v0.28.0

func StripeCustomerIDEqualFold(v string) predicate.Organization

StripeCustomerIDEqualFold applies the EqualFold predicate on the "stripe_customer_id" field.

func StripeCustomerIDGT added in v0.28.0

func StripeCustomerIDGT(v string) predicate.Organization

StripeCustomerIDGT applies the GT predicate on the "stripe_customer_id" field.

func StripeCustomerIDGTE added in v0.28.0

func StripeCustomerIDGTE(v string) predicate.Organization

StripeCustomerIDGTE applies the GTE predicate on the "stripe_customer_id" field.

func StripeCustomerIDHasPrefix added in v0.28.0

func StripeCustomerIDHasPrefix(v string) predicate.Organization

StripeCustomerIDHasPrefix applies the HasPrefix predicate on the "stripe_customer_id" field.

func StripeCustomerIDHasSuffix added in v0.28.0

func StripeCustomerIDHasSuffix(v string) predicate.Organization

StripeCustomerIDHasSuffix applies the HasSuffix predicate on the "stripe_customer_id" field.

func StripeCustomerIDIn added in v0.28.0

func StripeCustomerIDIn(vs ...string) predicate.Organization

StripeCustomerIDIn applies the In predicate on the "stripe_customer_id" field.

func StripeCustomerIDIsNil added in v0.28.0

func StripeCustomerIDIsNil() predicate.Organization

StripeCustomerIDIsNil applies the IsNil predicate on the "stripe_customer_id" field.

func StripeCustomerIDLT added in v0.28.0

func StripeCustomerIDLT(v string) predicate.Organization

StripeCustomerIDLT applies the LT predicate on the "stripe_customer_id" field.

func StripeCustomerIDLTE added in v0.28.0

func StripeCustomerIDLTE(v string) predicate.Organization

StripeCustomerIDLTE applies the LTE predicate on the "stripe_customer_id" field.

func StripeCustomerIDNEQ added in v0.28.0

func StripeCustomerIDNEQ(v string) predicate.Organization

StripeCustomerIDNEQ applies the NEQ predicate on the "stripe_customer_id" field.

func StripeCustomerIDNotIn added in v0.28.0

func StripeCustomerIDNotIn(vs ...string) predicate.Organization

StripeCustomerIDNotIn applies the NotIn predicate on the "stripe_customer_id" field.

func StripeCustomerIDNotNil added in v0.28.0

func StripeCustomerIDNotNil() predicate.Organization

StripeCustomerIDNotNil applies the NotNil predicate on the "stripe_customer_id" field.

func TagsIsNil

func TagsIsNil() predicate.Organization

TagsIsNil applies the IsNil predicate on the "tags" field.

func TagsNotNil

func TagsNotNil() predicate.Organization

TagsNotNil applies the NotNil predicate on the "tags" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Organization

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Organization

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Organization

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Organization

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.Organization

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Organization

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Organization

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Organization

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Organization

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.Organization

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Organization

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UpdatedBy

func UpdatedBy(v string) predicate.Organization

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.Organization

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Organization

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Organization

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Organization

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

func UpdatedByGT(v string) predicate.Organization

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Organization

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Organization

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Organization

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.Organization

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Organization

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

func UpdatedByLT(v string) predicate.Organization

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Organization

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Organization

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.Organization

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Organization

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Organization queries.

func ByAPITokens

func ByAPITokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByAPITokens orders the results by api_tokens terms.

func ByAPITokensCount

func ByAPITokensCount(opts ...sql.OrderTermOption) OrderOption

ByAPITokensCount orders the results by api_tokens count.

func ByActionPlanCreators added in v1.0.3

func ByActionPlanCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByActionPlanCreators orders the results by action_plan_creators terms.

func ByActionPlanCreatorsCount added in v1.0.3

func ByActionPlanCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByActionPlanCreatorsCount orders the results by action_plan_creators count.

func ByActionPlans added in v0.7.5

func ByActionPlans(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByActionPlans orders the results by action_plans terms.

func ByActionPlansCount added in v0.7.5

func ByActionPlansCount(opts ...sql.OrderTermOption) OrderOption

ByActionPlansCount orders the results by action_plans count.

func ByAssessmentResponses added in v0.42.6

func ByAssessmentResponses(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByAssessmentResponses orders the results by assessment_responses terms.

func ByAssessmentResponsesCount added in v0.42.6

func ByAssessmentResponsesCount(opts ...sql.OrderTermOption) OrderOption

ByAssessmentResponsesCount orders the results by assessment_responses count.

func ByAssessments added in v0.42.6

func ByAssessments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByAssessments orders the results by assessments terms.

func ByAssessmentsCount added in v0.42.6

func ByAssessmentsCount(opts ...sql.OrderTermOption) OrderOption

ByAssessmentsCount orders the results by assessments count.

func ByAssetCreators added in v1.0.3

func ByAssetCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByAssetCreators orders the results by asset_creators terms.

func ByAssetCreatorsCount added in v1.0.3

func ByAssetCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByAssetCreatorsCount orders the results by asset_creators count.

func ByAssets added in v0.19.0

func ByAssets(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByAssets orders the results by assets terms.

func ByAssetsCount added in v0.19.0

func ByAssetsCount(opts ...sql.OrderTermOption) OrderOption

ByAssetsCount orders the results by assets count.

func ByAvatarFileField added in v0.6.10

func ByAvatarFileField(field string, opts ...sql.OrderTermOption) OrderOption

ByAvatarFileField orders the results by avatar_file field.

func ByAvatarLocalFileID added in v0.6.10

func ByAvatarLocalFileID(opts ...sql.OrderTermOption) OrderOption

ByAvatarLocalFileID orders the results by the avatar_local_file_id field.

func ByAvatarRemoteURL

func ByAvatarRemoteURL(opts ...sql.OrderTermOption) OrderOption

ByAvatarRemoteURL orders the results by the avatar_remote_url field.

func ByAvatarUpdatedAt added in v0.6.10

func ByAvatarUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByAvatarUpdatedAt orders the results by the avatar_updated_at field.

func ByCampaignTargets added in v1.5.0

func ByCampaignTargets(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByCampaignTargets orders the results by campaign_targets terms.

func ByCampaignTargetsCount added in v1.5.0

func ByCampaignTargetsCount(opts ...sql.OrderTermOption) OrderOption

ByCampaignTargetsCount orders the results by campaign_targets count.

func ByCampaigns added in v1.5.0

func ByCampaigns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount added in v1.5.0

func ByCampaignsCount(opts ...sql.OrderTermOption) OrderOption

ByCampaignsCount orders the results by campaigns count.

func ByChildren

func ByChildren(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByChildren orders the results by children terms.

func ByChildrenCount

func ByChildrenCount(opts ...sql.OrderTermOption) OrderOption

ByChildrenCount orders the results by children count.

func ByContacts

func ByContacts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByContacts orders the results by contacts terms.

func ByContactsCount

func ByContactsCount(opts ...sql.OrderTermOption) OrderOption

ByContactsCount orders the results by contacts count.

func ByControlCreators added in v0.5.0

func ByControlCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControlCreators orders the results by control_creators terms.

func ByControlCreatorsCount added in v0.5.0

func ByControlCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByControlCreatorsCount orders the results by control_creators count.

func ByControlImplementationCreators added in v0.16.0

func ByControlImplementationCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControlImplementationCreators orders the results by control_implementation_creators terms.

func ByControlImplementationCreatorsCount added in v0.16.0

func ByControlImplementationCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByControlImplementationCreatorsCount orders the results by control_implementation_creators count.

func ByControlImplementations added in v0.8.9

func ByControlImplementations(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControlImplementations orders the results by control_implementations terms.

func ByControlImplementationsCount added in v0.8.9

func ByControlImplementationsCount(opts ...sql.OrderTermOption) OrderOption

ByControlImplementationsCount orders the results by control_implementations count.

func ByControlObjectiveCreators added in v0.5.0

func ByControlObjectiveCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControlObjectiveCreators orders the results by control_objective_creators terms.

func ByControlObjectiveCreatorsCount added in v0.5.0

func ByControlObjectiveCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByControlObjectiveCreatorsCount orders the results by control_objective_creators count.

func ByControlObjectives added in v0.6.1

func ByControlObjectives(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControlObjectives orders the results by control_objectives terms.

func ByControlObjectivesCount added in v0.6.1

func ByControlObjectivesCount(opts ...sql.OrderTermOption) OrderOption

ByControlObjectivesCount orders the results by control_objectives count.

func ByControls added in v0.5.0

func ByControls(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByControls orders the results by controls terms.

func ByControlsCount added in v0.5.0

func ByControlsCount(opts ...sql.OrderTermOption) OrderOption

ByControlsCount orders the results by controls count.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption

ByCreatedBy orders the results by the created_by field.

func ByCustomDomains added in v0.12.1

func ByCustomDomains(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByCustomDomains orders the results by custom_domains terms.

func ByCustomDomainsCount added in v0.12.1

func ByCustomDomainsCount(opts ...sql.OrderTermOption) OrderOption

ByCustomDomainsCount orders the results by custom_domains count.

func ByCustomTypeEnums added in v0.43.0

func ByCustomTypeEnums(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByCustomTypeEnums orders the results by custom_type_enums terms.

func ByCustomTypeEnumsCount added in v0.43.0

func ByCustomTypeEnumsCount(opts ...sql.OrderTermOption) OrderOption

ByCustomTypeEnumsCount orders the results by custom_type_enums count.

func ByDNSVerifications added in v0.15.0

func ByDNSVerifications(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDNSVerifications orders the results by dns_verifications terms.

func ByDNSVerificationsCount added in v0.15.0

func ByDNSVerificationsCount(opts ...sql.OrderTermOption) OrderOption

ByDNSVerificationsCount orders the results by dns_verifications count.

func ByDedicatedDb

func ByDedicatedDb(opts ...sql.OrderTermOption) OrderOption

ByDedicatedDb orders the results by the dedicated_db field.

func ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

func ByDescription(opts ...sql.OrderTermOption) OrderOption

ByDescription orders the results by the description field.

func ByDirectoryAccounts added in v0.46.3

func ByDirectoryAccounts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDirectoryAccounts orders the results by directory_accounts terms.

func ByDirectoryAccountsCount added in v0.46.3

func ByDirectoryAccountsCount(opts ...sql.OrderTermOption) OrderOption

ByDirectoryAccountsCount orders the results by directory_accounts count.

func ByDirectoryGroups added in v0.46.3

func ByDirectoryGroups(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDirectoryGroups orders the results by directory_groups terms.

func ByDirectoryGroupsCount added in v0.46.3

func ByDirectoryGroupsCount(opts ...sql.OrderTermOption) OrderOption

ByDirectoryGroupsCount orders the results by directory_groups count.

func ByDirectoryMemberships added in v0.46.3

func ByDirectoryMemberships(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDirectoryMemberships orders the results by directory_memberships terms.

func ByDirectoryMembershipsCount added in v0.46.3

func ByDirectoryMembershipsCount(opts ...sql.OrderTermOption) OrderOption

ByDirectoryMembershipsCount orders the results by directory_memberships count.

func ByDirectorySyncRuns added in v0.46.3

func ByDirectorySyncRuns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDirectorySyncRuns orders the results by directory_sync_runs terms.

func ByDirectorySyncRunsCount added in v0.46.3

func ByDirectorySyncRunsCount(opts ...sql.OrderTermOption) OrderOption

ByDirectorySyncRunsCount orders the results by directory_sync_runs count.

func ByDiscussions added in v0.49.3

func ByDiscussions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDiscussions orders the results by discussions terms.

func ByDiscussionsCount added in v0.49.3

func ByDiscussionsCount(opts ...sql.OrderTermOption) OrderOption

ByDiscussionsCount orders the results by discussions count.

func ByDisplayName

func ByDisplayName(opts ...sql.OrderTermOption) OrderOption

ByDisplayName orders the results by the display_name field.

func ByDocuments added in v0.8.2

func ByDocuments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByDocuments orders the results by documents terms.

func ByDocumentsCount added in v0.8.2

func ByDocumentsCount(opts ...sql.OrderTermOption) OrderOption

ByDocumentsCount orders the results by documents count.

func ByEmailBrandings added in v1.7.0

func ByEmailBrandings(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEmailBrandings orders the results by email_brandings terms.

func ByEmailBrandingsCount added in v1.7.0

func ByEmailBrandingsCount(opts ...sql.OrderTermOption) OrderOption

ByEmailBrandingsCount orders the results by email_brandings count.

func ByEmailTemplates added in v1.7.0

func ByEmailTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEmailTemplates orders the results by email_templates terms.

func ByEmailTemplatesCount added in v1.7.0

func ByEmailTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByEmailTemplatesCount orders the results by email_templates count.

func ByEntities

func ByEntities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEntities orders the results by entities terms.

func ByEntitiesCount

func ByEntitiesCount(opts ...sql.OrderTermOption) OrderOption

ByEntitiesCount orders the results by entities count.

func ByEntityTypes added in v0.6.1

func ByEntityTypes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEntityTypes orders the results by entity_types terms.

func ByEntityTypesCount added in v0.6.1

func ByEntityTypesCount(opts ...sql.OrderTermOption) OrderOption

ByEntityTypesCount orders the results by entity_types count.

func ByEvents

func ByEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEvents orders the results by events terms.

func ByEventsCount

func ByEventsCount(opts ...sql.OrderTermOption) OrderOption

ByEventsCount orders the results by events count.

func ByEvidence added in v0.6.19

func ByEvidence(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEvidence orders the results by evidence terms.

func ByEvidenceCount added in v0.6.19

func ByEvidenceCount(opts ...sql.OrderTermOption) OrderOption

ByEvidenceCount orders the results by evidence count.

func ByEvidenceCreators added in v0.16.0

func ByEvidenceCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEvidenceCreators orders the results by evidence_creators terms.

func ByEvidenceCreatorsCount added in v0.16.0

func ByEvidenceCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByEvidenceCreatorsCount orders the results by evidence_creators count.

func ByExports added in v0.22.3

func ByExports(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByExports orders the results by exports terms.

func ByExportsCount added in v0.22.3

func ByExportsCount(opts ...sql.OrderTermOption) OrderOption

ByExportsCount orders the results by exports count.

func ByFiles

func ByFiles(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByFiles orders the results by files terms.

func ByFilesCount

func ByFilesCount(opts ...sql.OrderTermOption) OrderOption

ByFilesCount orders the results by files count.

func ByFindingCreators added in v1.0.3

func ByFindingCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByFindingCreators orders the results by finding_creators terms.

func ByFindingCreatorsCount added in v1.0.3

func ByFindingCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByFindingCreatorsCount orders the results by finding_creators count.

func ByFindings added in v0.43.3

func ByFindings(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByFindings orders the results by findings terms.

func ByFindingsCount added in v0.43.3

func ByFindingsCount(opts ...sql.OrderTermOption) OrderOption

ByFindingsCount orders the results by findings count.

func ByGroupCreators added in v0.5.0

func ByGroupCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByGroupCreators orders the results by group_creators terms.

func ByGroupCreatorsCount added in v0.5.0

func ByGroupCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByGroupCreatorsCount orders the results by group_creators count.

func ByGroups

func ByGroups(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByGroups orders the results by groups terms.

func ByGroupsCount

func ByGroupsCount(opts ...sql.OrderTermOption) OrderOption

ByGroupsCount orders the results by groups count.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIdentityHolderCreators added in v1.11.2

func ByIdentityHolderCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIdentityHolderCreators orders the results by identity_holder_creators terms.

func ByIdentityHolderCreatorsCount added in v1.11.2

func ByIdentityHolderCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByIdentityHolderCreatorsCount orders the results by identity_holder_creators count.

func ByIdentityHolders added in v1.5.0

func ByIdentityHolders(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIdentityHolders orders the results by identity_holders terms.

func ByIdentityHoldersCount added in v1.5.0

func ByIdentityHoldersCount(opts ...sql.OrderTermOption) OrderOption

ByIdentityHoldersCount orders the results by identity_holders count.

func ByImpersonationEvents added in v0.38.1

func ByImpersonationEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByImpersonationEvents orders the results by impersonation_events terms.

func ByImpersonationEventsCount added in v0.38.1

func ByImpersonationEventsCount(opts ...sql.OrderTermOption) OrderOption

ByImpersonationEventsCount orders the results by impersonation_events count.

func ByIntegrationRuns added in v1.7.0

func ByIntegrationRuns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIntegrationRuns orders the results by integration_runs terms.

func ByIntegrationRunsCount added in v1.7.0

func ByIntegrationRunsCount(opts ...sql.OrderTermOption) OrderOption

ByIntegrationRunsCount orders the results by integration_runs count.

func ByIntegrationWebhooks added in v1.7.0

func ByIntegrationWebhooks(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIntegrationWebhooks orders the results by integration_webhooks terms.

func ByIntegrationWebhooksCount added in v1.7.0

func ByIntegrationWebhooksCount(opts ...sql.OrderTermOption) OrderOption

ByIntegrationWebhooksCount orders the results by integration_webhooks count.

func ByIntegrations

func ByIntegrations(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount

func ByIntegrationsCount(opts ...sql.OrderTermOption) OrderOption

ByIntegrationsCount orders the results by integrations count.

func ByInternalPolicies added in v0.6.1

func ByInternalPolicies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount added in v0.6.1

func ByInternalPoliciesCount(opts ...sql.OrderTermOption) OrderOption

ByInternalPoliciesCount orders the results by internal_policies count.

func ByInternalPolicyCreators added in v0.5.0

func ByInternalPolicyCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByInternalPolicyCreators orders the results by internal_policy_creators terms.

func ByInternalPolicyCreatorsCount added in v0.5.0

func ByInternalPolicyCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByInternalPolicyCreatorsCount orders the results by internal_policy_creators count.

func ByInvites

func ByInvites(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByInvites orders the results by invites terms.

func ByInvitesCount

func ByInvitesCount(opts ...sql.OrderTermOption) OrderOption

ByInvitesCount orders the results by invites count.

func ByJobResults added in v0.15.0

func ByJobResults(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByJobResults orders the results by job_results terms.

func ByJobResultsCount added in v0.15.0

func ByJobResultsCount(opts ...sql.OrderTermOption) OrderOption

ByJobResultsCount orders the results by job_results count.

func ByJobRunnerRegistrationTokens added in v0.14.1

func ByJobRunnerRegistrationTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByJobRunnerRegistrationTokens orders the results by job_runner_registration_tokens terms.

func ByJobRunnerRegistrationTokensCount added in v0.14.1

func ByJobRunnerRegistrationTokensCount(opts ...sql.OrderTermOption) OrderOption

ByJobRunnerRegistrationTokensCount orders the results by job_runner_registration_tokens count.

func ByJobRunnerTokens added in v0.14.1

func ByJobRunnerTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByJobRunnerTokens orders the results by job_runner_tokens terms.

func ByJobRunnerTokensCount added in v0.14.1

func ByJobRunnerTokensCount(opts ...sql.OrderTermOption) OrderOption

ByJobRunnerTokensCount orders the results by job_runner_tokens count.

func ByJobRunners added in v0.14.1

func ByJobRunners(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByJobRunners orders the results by job_runners terms.

func ByJobRunnersCount added in v0.14.1

func ByJobRunnersCount(opts ...sql.OrderTermOption) OrderOption

ByJobRunnersCount orders the results by job_runners count.

func ByJobTemplates added in v0.24.0

func ByJobTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByJobTemplates orders the results by job_templates terms.

func ByJobTemplatesCount added in v0.24.0

func ByJobTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByJobTemplatesCount orders the results by job_templates count.

func ByMappedControlCreators added in v0.16.0

func ByMappedControlCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByMappedControlCreators orders the results by mapped_control_creators terms.

func ByMappedControlCreatorsCount added in v0.16.0

func ByMappedControlCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByMappedControlCreatorsCount orders the results by mapped_control_creators count.

func ByMappedControls added in v0.16.0

func ByMappedControls(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByMappedControls orders the results by mapped_controls terms.

func ByMappedControlsCount added in v0.16.0

func ByMappedControlsCount(opts ...sql.OrderTermOption) OrderOption

ByMappedControlsCount orders the results by mapped_controls count.

func ByMembers

func ByMembers(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByMembers orders the results by members terms.

func ByMembersCount

func ByMembersCount(opts ...sql.OrderTermOption) OrderOption

ByMembersCount orders the results by members count.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByNarrativeCreators added in v0.5.0

func ByNarrativeCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNarrativeCreators orders the results by narrative_creators terms.

func ByNarrativeCreatorsCount added in v0.5.0

func ByNarrativeCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByNarrativeCreatorsCount orders the results by narrative_creators count.

func ByNarratives added in v0.4.4

func ByNarratives(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNarratives orders the results by narratives terms.

func ByNarrativesCount added in v0.4.4

func ByNarrativesCount(opts ...sql.OrderTermOption) OrderOption

ByNarrativesCount orders the results by narratives count.

func ByNotes

func ByNotes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNotes orders the results by notes terms.

func ByNotesCount

func ByNotesCount(opts ...sql.OrderTermOption) OrderOption

ByNotesCount orders the results by notes count.

func ByNotificationPreferences added in v1.7.0

func ByNotificationPreferences(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNotificationPreferences orders the results by notification_preferences terms.

func ByNotificationPreferencesCount added in v1.7.0

func ByNotificationPreferencesCount(opts ...sql.OrderTermOption) OrderOption

ByNotificationPreferencesCount orders the results by notification_preferences count.

func ByNotificationTemplates added in v1.7.0

func ByNotificationTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNotificationTemplates orders the results by notification_templates terms.

func ByNotificationTemplatesCount added in v1.7.0

func ByNotificationTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByNotificationTemplatesCount orders the results by notification_templates count.

func ByNotifications added in v0.45.13

func ByNotifications(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNotifications orders the results by notifications terms.

func ByNotificationsCount added in v0.45.13

func ByNotificationsCount(opts ...sql.OrderTermOption) OrderOption

ByNotificationsCount orders the results by notifications count.

func ByOrgModules added in v0.18.4

func ByOrgModules(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByOrgModules orders the results by org_modules terms.

func ByOrgModulesCount added in v0.18.4

func ByOrgModulesCount(opts ...sql.OrderTermOption) OrderOption

ByOrgModulesCount orders the results by org_modules count.

func ByOrgPrices added in v0.18.4

func ByOrgPrices(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByOrgPrices orders the results by org_prices terms.

func ByOrgPricesCount added in v0.18.4

func ByOrgPricesCount(opts ...sql.OrderTermOption) OrderOption

ByOrgPricesCount orders the results by org_prices count.

func ByOrgProducts added in v0.18.4

func ByOrgProducts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByOrgProducts orders the results by org_products terms.

func ByOrgProductsCount added in v0.18.4

func ByOrgProductsCount(opts ...sql.OrderTermOption) OrderOption

ByOrgProductsCount orders the results by org_products count.

func ByOrgSubscriptions added in v0.6.1

func ByOrgSubscriptions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByOrgSubscriptions orders the results by org_subscriptions terms.

func ByOrgSubscriptionsCount added in v0.6.1

func ByOrgSubscriptionsCount(opts ...sql.OrderTermOption) OrderOption

ByOrgSubscriptionsCount orders the results by org_subscriptions count.

func ByParentField

func ByParentField(field string, opts ...sql.OrderTermOption) OrderOption

ByParentField orders the results by parent field.

func ByParentOrganizationID

func ByParentOrganizationID(opts ...sql.OrderTermOption) OrderOption

ByParentOrganizationID orders the results by the parent_organization_id field.

func ByPersonalAccessTokens

func ByPersonalAccessTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByPersonalAccessTokens orders the results by personal_access_tokens terms.

func ByPersonalAccessTokensCount

func ByPersonalAccessTokensCount(opts ...sql.OrderTermOption) OrderOption

ByPersonalAccessTokensCount orders the results by personal_access_tokens count.

func ByPersonalOrg

func ByPersonalOrg(opts ...sql.OrderTermOption) OrderOption

ByPersonalOrg orders the results by the personal_org field.

func ByPlatforms added in v1.5.0

func ByPlatforms(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount added in v1.5.0

func ByPlatformsCount(opts ...sql.OrderTermOption) OrderOption

ByPlatformsCount orders the results by platforms count.

func ByProcedureCreators added in v0.5.0

func ByProcedureCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByProcedureCreators orders the results by procedure_creators terms.

func ByProcedureCreatorsCount added in v0.5.0

func ByProcedureCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByProcedureCreatorsCount orders the results by procedure_creators count.

func ByProcedures added in v0.4.2

func ByProcedures(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByProcedures orders the results by procedures terms.

func ByProceduresCount added in v0.4.2

func ByProceduresCount(opts ...sql.OrderTermOption) OrderOption

ByProceduresCount orders the results by procedures count.

func ByProgramCreators added in v0.5.0

func ByProgramCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByProgramCreators orders the results by program_creators terms.

func ByProgramCreatorsCount added in v0.5.0

func ByProgramCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByProgramCreatorsCount orders the results by program_creators count.

func ByPrograms added in v0.3.5

func ByPrograms(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByPrograms orders the results by programs terms.

func ByProgramsCount added in v0.3.5

func ByProgramsCount(opts ...sql.OrderTermOption) OrderOption

ByProgramsCount orders the results by programs count.

func ByRemediations added in v0.43.3

func ByRemediations(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRemediations orders the results by remediations terms.

func ByRemediationsCount added in v0.43.3

func ByRemediationsCount(opts ...sql.OrderTermOption) OrderOption

ByRemediationsCount orders the results by remediations count.

func ByReviews added in v0.43.3

func ByReviews(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByReviews orders the results by reviews terms.

func ByReviewsCount added in v0.43.3

func ByReviewsCount(opts ...sql.OrderTermOption) OrderOption

ByReviewsCount orders the results by reviews count.

func ByRiskCreators added in v0.5.0

func ByRiskCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRiskCreators orders the results by risk_creators terms.

func ByRiskCreatorsCount added in v0.5.0

func ByRiskCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByRiskCreatorsCount orders the results by risk_creators count.

func ByRisks added in v0.4.3

func ByRisks(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRisks orders the results by risks terms.

func ByRisksCount added in v0.4.3

func ByRisksCount(opts ...sql.OrderTermOption) OrderOption

ByRisksCount orders the results by risks count.

func ByScans added in v0.19.0

func ByScans(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByScans orders the results by scans terms.

func ByScansCount added in v0.19.0

func ByScansCount(opts ...sql.OrderTermOption) OrderOption

ByScansCount orders the results by scans count.

func ByScheduledJobCreators added in v0.16.0

func ByScheduledJobCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByScheduledJobCreators orders the results by scheduled_job_creators terms.

func ByScheduledJobCreatorsCount added in v0.16.0

func ByScheduledJobCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByScheduledJobCreatorsCount orders the results by scheduled_job_creators count.

func ByScheduledJobRuns added in v0.15.0

func ByScheduledJobRuns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByScheduledJobRuns orders the results by scheduled_job_runs terms.

func ByScheduledJobRunsCount added in v0.15.0

func ByScheduledJobRunsCount(opts ...sql.OrderTermOption) OrderOption

ByScheduledJobRunsCount orders the results by scheduled_job_runs count.

func ByScheduledJobs added in v0.15.0

func ByScheduledJobs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByScheduledJobs orders the results by scheduled_jobs terms.

func ByScheduledJobsCount added in v0.15.0

func ByScheduledJobsCount(opts ...sql.OrderTermOption) OrderOption

ByScheduledJobsCount orders the results by scheduled_jobs count.

func BySecrets

func BySecrets(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySecrets orders the results by secrets terms.

func BySecretsCount

func BySecretsCount(opts ...sql.OrderTermOption) OrderOption

BySecretsCount orders the results by secrets count.

func BySettingField

func BySettingField(field string, opts ...sql.OrderTermOption) OrderOption

BySettingField orders the results by setting field.

func ByStandardCreators added in v0.16.0

func ByStandardCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByStandardCreators orders the results by standard_creators terms.

func ByStandardCreatorsCount added in v0.16.0

func ByStandardCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByStandardCreatorsCount orders the results by standard_creators count.

func ByStandards added in v0.7.3

func ByStandards(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByStandards orders the results by standards terms.

func ByStandardsCount added in v0.7.3

func ByStandardsCount(opts ...sql.OrderTermOption) OrderOption

ByStandardsCount orders the results by standards count.

func ByStripeCustomerID added in v0.28.0

func ByStripeCustomerID(opts ...sql.OrderTermOption) OrderOption

ByStripeCustomerID orders the results by the stripe_customer_id field.

func BySubcontrols added in v0.5.0

func BySubcontrols(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount added in v0.5.0

func BySubcontrolsCount(opts ...sql.OrderTermOption) OrderOption

BySubcontrolsCount orders the results by subcontrols count.

func BySubprocessorCreators added in v0.46.4

func BySubprocessorCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySubprocessorCreators orders the results by subprocessor_creators terms.

func BySubprocessorCreatorsCount added in v0.46.4

func BySubprocessorCreatorsCount(opts ...sql.OrderTermOption) OrderOption

BySubprocessorCreatorsCount orders the results by subprocessor_creators count.

func BySubprocessors added in v0.22.3

func BySubprocessors(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySubprocessors orders the results by subprocessors terms.

func BySubprocessorsCount added in v0.22.3

func BySubprocessorsCount(opts ...sql.OrderTermOption) OrderOption

BySubprocessorsCount orders the results by subprocessors count.

func BySubscribers

func BySubscribers(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySubscribers orders the results by subscribers terms.

func BySubscribersCount

func BySubscribersCount(opts ...sql.OrderTermOption) OrderOption

BySubscribersCount orders the results by subscribers count.

func BySystemDetails added in v1.11.6

func BySystemDetails(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

BySystemDetails orders the results by system_details terms.

func BySystemDetailsCount added in v1.11.6

func BySystemDetailsCount(opts ...sql.OrderTermOption) OrderOption

BySystemDetailsCount orders the results by system_details count.

func ByTagDefinitions added in v0.43.0

func ByTagDefinitions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTagDefinitions orders the results by tag_definitions terms.

func ByTagDefinitionsCount added in v0.43.0

func ByTagDefinitionsCount(opts ...sql.OrderTermOption) OrderOption

ByTagDefinitionsCount orders the results by tag_definitions count.

func ByTasks added in v0.3.4

func ByTasks(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTasks orders the results by tasks terms.

func ByTasksCount added in v0.3.4

func ByTasksCount(opts ...sql.OrderTermOption) OrderOption

ByTasksCount orders the results by tasks count.

func ByTemplateCreators added in v0.5.0

func ByTemplateCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTemplateCreators orders the results by template_creators terms.

func ByTemplateCreatorsCount added in v0.5.0

func ByTemplateCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByTemplateCreatorsCount orders the results by template_creators count.

func ByTemplates

func ByTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTemplates orders the results by templates terms.

func ByTemplatesCount

func ByTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByTemplatesCount orders the results by templates count.

func ByTrustCenterDocCreators added in v0.47.3

func ByTrustCenterDocCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTrustCenterDocCreators orders the results by trust_center_doc_creators terms.

func ByTrustCenterDocCreatorsCount added in v0.47.3

func ByTrustCenterDocCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByTrustCenterDocCreatorsCount orders the results by trust_center_doc_creators count.

func ByTrustCenterSubprocessorCreators added in v0.47.3

func ByTrustCenterSubprocessorCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTrustCenterSubprocessorCreators orders the results by trust_center_subprocessor_creators terms.

func ByTrustCenterSubprocessorCreatorsCount added in v0.47.3

func ByTrustCenterSubprocessorCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByTrustCenterSubprocessorCreatorsCount orders the results by trust_center_subprocessor_creators count.

func ByTrustCenterWatermarkConfigs added in v0.34.5

func ByTrustCenterWatermarkConfigs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTrustCenterWatermarkConfigs orders the results by trust_center_watermark_configs terms.

func ByTrustCenterWatermarkConfigsCount added in v0.34.5

func ByTrustCenterWatermarkConfigsCount(opts ...sql.OrderTermOption) OrderOption

ByTrustCenterWatermarkConfigsCount orders the results by trust_center_watermark_configs count.

func ByTrustCenters added in v0.19.0

func ByTrustCenters(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTrustCenters orders the results by trust_centers terms.

func ByTrustCentersCount added in v0.19.0

func ByTrustCentersCount(opts ...sql.OrderTermOption) OrderOption

ByTrustCentersCount orders the results by trust_centers count.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption

ByUpdatedBy orders the results by the updated_by field.

func ByUsers

func ByUsers(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByUsers orders the results by users terms.

func ByUsersCount

func ByUsersCount(opts ...sql.OrderTermOption) OrderOption

ByUsersCount orders the results by users count.

func ByVulnerabilities added in v0.43.3

func ByVulnerabilities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount added in v0.43.3

func ByVulnerabilitiesCount(opts ...sql.OrderTermOption) OrderOption

ByVulnerabilitiesCount orders the results by vulnerabilities count.

func ByVulnerabilityCreators added in v1.0.3

func ByVulnerabilityCreators(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByVulnerabilityCreators orders the results by vulnerability_creators terms.

func ByVulnerabilityCreatorsCount added in v1.0.3

func ByVulnerabilityCreatorsCount(opts ...sql.OrderTermOption) OrderOption

ByVulnerabilityCreatorsCount orders the results by vulnerability_creators count.

func ByWorkflowAssignmentTargets added in v0.46.3

func ByWorkflowAssignmentTargets(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowAssignmentTargets orders the results by workflow_assignment_targets terms.

func ByWorkflowAssignmentTargetsCount added in v0.46.3

func ByWorkflowAssignmentTargetsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowAssignmentTargetsCount orders the results by workflow_assignment_targets count.

func ByWorkflowAssignments added in v0.46.3

func ByWorkflowAssignments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowAssignments orders the results by workflow_assignments terms.

func ByWorkflowAssignmentsCount added in v0.46.3

func ByWorkflowAssignmentsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowAssignmentsCount orders the results by workflow_assignments count.

func ByWorkflowDefinitions added in v0.46.3

func ByWorkflowDefinitions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowDefinitions orders the results by workflow_definitions terms.

func ByWorkflowDefinitionsCount added in v0.46.3

func ByWorkflowDefinitionsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowDefinitionsCount orders the results by workflow_definitions count.

func ByWorkflowEvents added in v0.46.3

func ByWorkflowEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowEvents orders the results by workflow_events terms.

func ByWorkflowEventsCount added in v0.46.3

func ByWorkflowEventsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowEventsCount orders the results by workflow_events count.

func ByWorkflowInstances added in v0.46.3

func ByWorkflowInstances(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowInstances orders the results by workflow_instances terms.

func ByWorkflowInstancesCount added in v0.46.3

func ByWorkflowInstancesCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowInstancesCount orders the results by workflow_instances count.

func ByWorkflowObjectRefs added in v0.46.3

func ByWorkflowObjectRefs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount added in v0.46.3

func ByWorkflowObjectRefsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

func ByWorkflowProposals added in v0.52.0

func ByWorkflowProposals(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowProposals orders the results by workflow_proposals terms.

func ByWorkflowProposalsCount added in v0.52.0

func ByWorkflowProposalsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowProposalsCount orders the results by workflow_proposals count.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL