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

    Variable sys_security_attributeConst

    sys_security_attribute: {
        extends: "sys_metadata";
        name: "sys_security_attribute";
        schema: {
            active: Typed;
            condition: Typed;
            description: Typed;
            is_dynamic: Typed;
            is_localized: Typed;
            is_system: Typed;
            label: Typed;
            lookup_table: Typed;
            lookup_table_column: Typed;
            type: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sys_security_attribute"
    • Readonlyschema: {
          active: Typed;
          condition: Typed;
          description: Typed;
          is_dynamic: Typed;
          is_localized: Typed;
          is_system: Typed;
          label: Typed;
          lookup_table: Typed;
          lookup_table_column: Typed;
          type: Typed;
      }