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

    Auth credential fields shared by message-level and function-level auth

    type RestMessageAuthCredentials = {
        basicAuthProfile?: string;
        oauthProfile?: string;
    }
    Index

    Properties

    basicAuthProfile?: string

    sys_id of sys_auth_profile_basic. Required when authenticationType is 'basic'.

    oauthProfile?: string

    sys_id of oauth_entity_profile. Required when authenticationType is 'oauth2'.