@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_rest_message: {
        extends: "sys_metadata";
        name: "sys_rest_message";
        schema: {
            access: Typed;
            authentication_type: Typed;
            basic_auth_password: Typed;
            basic_auth_profile: Typed;
            basic_auth_user: Typed;
            description: Typed;
            name: Typed;
            oauth2_profile: Typed;
            protocol_name: Typed;
            rest_endpoint: Typed;
            use_basic_auth: Typed;
            use_mutual_auth: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sys_rest_message"
    • Readonlyschema: {
          access: Typed;
          authentication_type: Typed;
          basic_auth_password: Typed;
          basic_auth_profile: Typed;
          basic_auth_user: Typed;
          description: Typed;
          name: Typed;
          oauth2_profile: Typed;
          protocol_name: Typed;
          rest_endpoint: Typed;
          use_basic_auth: Typed;
          use_mutual_auth: Typed;
      }