Skip to main content

Variable: RuleFieldValueKey

const RuleFieldValueKey: {
APPROVED_FORMATS: "approved_formats";
APPROVED_LOCATIONS: "approved_locations";
APPROVED_LICENSES: "approved_licenses";
DENY_ORGS: "deny_orgs";
DENIED_ORG_MODELS: "denied_org_models";
APPROVED_ORG_MODELS: "approved_org_models";
};

Defined in: src/models/model-security-enums.ts:208

Allowed keys for rule field values configuration.

Type Declaration

APPROVED_FORMATS

readonly APPROVED_FORMATS: "approved_formats" = 'approved_formats';

APPROVED_LOCATIONS

readonly APPROVED_LOCATIONS: "approved_locations" = 'approved_locations';

APPROVED_LICENSES

readonly APPROVED_LICENSES: "approved_licenses" = 'approved_licenses';

DENY_ORGS

readonly DENY_ORGS: "deny_orgs" = 'deny_orgs';

DENIED_ORG_MODELS

readonly DENIED_ORG_MODELS: "denied_org_models" = 'denied_org_models';

APPROVED_ORG_MODELS

readonly APPROVED_ORG_MODELS: "approved_org_models" = 'approved_org_models';