@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias LicensingConfig

    LicensingConfig:
        | {
            is_fulfillment?: never;
            isFulfillment?: boolean;
            license_condition?: never;
            license_model?: never;
            license_roles?: never;
            licenseCondition?: string;
            licenseModel?: "none"
            | "fulfiller"
            | "producer";
            licenseRoles?: string[];
            op_delete?: never;
            op_insert?: never;
            op_update?: never;
            opDelete?: boolean;
            opInsert?: boolean;
            opUpdate?: boolean;
            owner_condition?: never;
            ownerCondition?: string;
        }
        | {
            is_fulfillment?: boolean;
            isFulfillment?: never;
            license_condition?: string;
            license_model?: "none"
            | "fulfiller"
            | "producer";
            license_roles?: string[];
            licenseCondition?: never;
            licenseModel?: never;
            licenseRoles?: never;
            op_delete?: boolean;
            op_insert?: boolean;
            op_update?: boolean;
            opDelete?: never;
            opInsert?: never;
            opUpdate?: never;
            owner_condition?: string;
            ownerCondition?: never;
        }

    Type Declaration

    • {
          is_fulfillment?: never;
          isFulfillment?: boolean;
          license_condition?: never;
          license_model?: never;
          license_roles?: never;
          licenseCondition?: string;
          licenseModel?: "none" | "fulfiller" | "producer";
          licenseRoles?: string[];
          op_delete?: never;
          op_insert?: never;
          op_update?: never;
          opDelete?: boolean;
          opInsert?: boolean;
          opUpdate?: boolean;
          owner_condition?: never;
          ownerCondition?: string;
      }
      • Optionalis_fulfillment?: never

        use isFulfillment instead

      • OptionalisFulfillment?: boolean

        Flag that indicates whether to disallow updates by users who aren't subscribed to the application.

      • Optionallicense_condition?: never

        use licenseCondition instead

      • Optionallicense_model?: never

        use licenseModel instead

      • Optionallicense_roles?: never

        use licenseRoles instead

      • OptionallicenseCondition?: string

        A filter query that determines conditions for counting operations toward a subscription.

      • OptionallicenseModel?: "none" | "fulfiller" | "producer"

        The model for tracking subscription usage.

      • OptionallicenseRoles?: string[]

        A list of roles for which any operations on records in the table count toward the subscription.

      • Optionalop_delete?: never

        use opDelete instead

      • Optionalop_insert?: never

        use opInsert instead

      • Optionalop_update?: never

        use opUpdate instead

      • OptionalopDelete?: boolean

        Flag that indicates whether a subscription is required to delete records for tables with the producer model.

      • OptionalopInsert?: boolean

        Flag that indicates whether a subscription is required to insert records for tables with the producer model.

      • OptionalopUpdate?: boolean

        Flag that indicates whether a subscription is required to update records for tables with the producer model.

      • Optionalowner_condition?: never

        use ownerCondition instead

      • OptionalownerCondition?: string

        A filter query that determines whether a user owns a record for the fulfiller model.

    • {
          is_fulfillment?: boolean;
          isFulfillment?: never;
          license_condition?: string;
          license_model?: "none" | "fulfiller" | "producer";
          license_roles?: string[];
          licenseCondition?: never;
          licenseModel?: never;
          licenseRoles?: never;
          op_delete?: boolean;
          op_insert?: boolean;
          op_update?: boolean;
          opDelete?: never;
          opInsert?: never;
          opUpdate?: never;
          owner_condition?: string;
          ownerCondition?: never;
      }
      • Optionalis_fulfillment?: boolean

        use isFulfillment instead

      • OptionalisFulfillment?: never

        Flag that indicates whether to disallow updates by users who aren't subscribed to the application.

      • Optionallicense_condition?: string

        use licenseCondition instead

      • Optionallicense_model?: "none" | "fulfiller" | "producer"

        use licenseModel instead

      • Optionallicense_roles?: string[]

        use licenseRoles instead

      • OptionallicenseCondition?: never

        A filter query that determines conditions for counting operations toward a subscription.

      • OptionallicenseModel?: never

        The model for tracking subscription usage.

      • OptionallicenseRoles?: never

        A list of roles for which any operations on records in the table count toward the subscription.

      • Optionalop_delete?: boolean

        use opDelete instead

      • Optionalop_insert?: boolean

        use opInsert instead

      • Optionalop_update?: boolean

        use opUpdate instead

      • OptionalopDelete?: never

        Flag that indicates whether a subscription is required to delete records for tables with the producer model.

      • OptionalopInsert?: never

        Flag that indicates whether a subscription is required to insert records for tables with the producer model.

      • OptionalopUpdate?: never

        Flag that indicates whether a subscription is required to update records for tables with the producer model.

      • Optionalowner_condition?: string

        use ownerCondition instead

      • OptionalownerCondition?: never

        A filter query that determines whether a user owns a record for the fulfiller model.