ibm-cloud-sdk-core 4.0.6 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Authentication.md +2 -1
- package/CHANGELOG.md +14 -0
- package/auth/authenticators/basic-authenticator.d.ts +1 -1
- package/auth/authenticators/basic-authenticator.js +4 -4
- package/auth/authenticators/bearer-token-authenticator.d.ts +1 -1
- package/auth/authenticators/bearer-token-authenticator.js +3 -3
- package/auth/authenticators/cloud-pak-for-data-authenticator.d.ts +2 -2
- package/auth/authenticators/cloud-pak-for-data-authenticator.js +3 -3
- package/auth/authenticators/container-authenticator.d.ts +2 -2
- package/auth/authenticators/container-authenticator.js +3 -3
- package/auth/authenticators/iam-authenticator.d.ts +2 -2
- package/auth/authenticators/iam-authenticator.js +5 -5
- package/auth/authenticators/iam-request-based-authenticator.d.ts +2 -2
- package/auth/authenticators/iam-request-based-authenticator.js +3 -3
- package/auth/authenticators/index.d.ts +2 -2
- package/auth/authenticators/index.js +1 -1
- package/auth/authenticators/token-request-based-authenticator.d.ts +2 -2
- package/auth/authenticators/token-request-based-authenticator.js +3 -3
- package/auth/authenticators/vpc-instance-authenticator.d.ts +2 -2
- package/auth/authenticators/vpc-instance-authenticator.js +3 -3
- package/auth/token-managers/container-token-manager.d.ts +11 -1
- package/auth/token-managers/container-token-manager.js +41 -17
- package/auth/token-managers/cp4d-token-manager.d.ts +1 -1
- package/auth/token-managers/cp4d-token-manager.js +3 -3
- package/auth/token-managers/iam-request-based-token-manager.d.ts +1 -1
- package/auth/token-managers/iam-request-based-token-manager.js +6 -6
- package/auth/token-managers/iam-token-manager.d.ts +1 -1
- package/auth/token-managers/iam-token-manager.js +3 -3
- package/auth/token-managers/token-manager.d.ts +1 -1
- package/auth/token-managers/token-manager.js +4 -4
- package/auth/token-managers/vpc-instance-token-manager.js +2 -2
- package/auth/utils/file-reading-helpers.d.ts +1 -1
- package/auth/utils/file-reading-helpers.js +9 -13
- package/build/docs/ibm-cloud-sdk-core.atleastone.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.atmostone.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_basic.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_bearertoken.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_container.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_cp4d.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_iam.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_noauth.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_unknown.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.authtype_vpc.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.authenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticatorinterface.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticatorinterface.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.authenticatorinterface.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice.baseoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice.configureservice.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.createrequest.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.default_service_name.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice.default_service_url.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice.disableretries.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.enableretries.md +3 -3
- package/build/docs/ibm-cloud-sdk-core.baseservice.getauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.gethttpclient.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.baseservice.setdefaultheaders.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.setenablegzipcompression.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.baseservice.setserviceurl.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator.authheader.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.basicauthenticator.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.bearertokenauthenticator.setbearertoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.buildrequestfileobject.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.checkcredentials.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.cloudpakfordataauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.cloudpakfordataauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.cloudpakfordataauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.cloudpakfordataauthenticator.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.cloudpakfordataauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.computebasicauthheader.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.constructfilepath.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.constructserviceurl.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.setcrtokenfilename.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.setiamprofileid.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.setiamprofilename.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containerauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.getcrtoken.md +19 -0
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.md +3 -2
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.setcrtokenfilename.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.setiamprofileid.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.containertokenmanager.setiamprofilename.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.contenttype.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.cp4dtokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.cp4dtokenmanager.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.cp4dtokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.cp4dtokenmanager.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.fileexistsatpath.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.fileobject.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.fileobject.options.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.fileobject.value.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.fileoptions.contenttype.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.fileoptions.filename.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.fileoptions.md +3 -3
- package/build/docs/ibm-cloud-sdk-core.filestream.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.filestream.path.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.filewithmetadata.contenttype.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.filewithmetadata.data.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.filewithmetadata.filename.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.filewithmetadata.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.getauthenticatorfromenvironment.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getcontenttype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getcurrenttime.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getformat.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getmissingparams.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getnewlogger.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.getqueryparam.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamauthenticator.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.clientid.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.clientsecret.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.getrefreshtoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.scope.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.setclientidandsecret.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.setscope.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.formdata.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.getrefreshtoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.refreshtoken.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.savetokeninfo.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.setclientidandsecret.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestbasedtokenmanager.setscope.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamrequestoptions.clientid.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestoptions.clientsecret.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamrequestoptions.md +5 -5
- package/build/docs/ibm-cloud-sdk-core.iamrequestoptions.scope.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamtokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.iamtokenmanager.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.iamtokenmanager.requiredoptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.isemptyobject.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.isfiledata.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.isfilewithmetadata.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.ishtml.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.isjsonmimetype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager.savetokeninfo.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager.tokeninfo.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanager.tokenname.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.jwttokenmanageroptions.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.noauthauthenticator.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.noauthauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.noauthauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.onlyone.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.qs.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.readcredentialsfile.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.readcrtokenfile.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.readexternalsources.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.removesuffix.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.sdklogger.debug.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.sdklogger.error.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.sdklogger.info.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.sdklogger.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.sdklogger.verbose.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.sdklogger.warn.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.streamtopromise.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.striptrailingslash.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.accesstoken.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.disablesslverification.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.expiretime.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.gettoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.headers.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.pacedrequesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.refreshtime.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.requestwrapperinstance.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.savetokeninfo.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.setdisablesslverification.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.setheaders.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenmanager.url.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenmanageroptions.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.authenticate.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.disablesslverification.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.headers.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.setdisablesslverification.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.setheaders.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tokenrequestbasedauthenticator.url.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.tolowerkeys.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkforsuccessfulexecution.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkmediaheaders.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkurlandmethod.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkuserheader.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.expecttobepromise.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.unittestutils.getoptions.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.useroptions.authenticator.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.disablesslverification.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.headers.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.jar.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.md +8 -8
- package/build/docs/ibm-cloud-sdk-core.useroptions.serviceurl.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.url.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.useroptions.version.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.validateinput.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.validateparams.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator.authenticationtype.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator.setiamprofilecrn.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator.setiamprofileid.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstanceauthenticator.tokenmanager.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.vpcinstancetokenmanager._constructor_.md +1 -1
- package/build/docs/ibm-cloud-sdk-core.vpcinstancetokenmanager.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstancetokenmanager.requesttoken.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstancetokenmanager.setiamprofilecrn.md +2 -2
- package/build/docs/ibm-cloud-sdk-core.vpcinstancetokenmanager.setiamprofileid.md +2 -2
- package/docs/ibm-cloud-sdk-core.api.json +187 -43
- package/es/auth/authenticators/basic-authenticator.d.ts +1 -1
- package/es/auth/authenticators/basic-authenticator.js +2 -2
- package/es/auth/authenticators/bearer-token-authenticator.d.ts +1 -1
- package/es/auth/authenticators/bearer-token-authenticator.js +2 -2
- package/es/auth/authenticators/cloud-pak-for-data-authenticator.d.ts +2 -2
- package/es/auth/authenticators/cloud-pak-for-data-authenticator.js +2 -2
- package/es/auth/authenticators/container-authenticator.d.ts +2 -2
- package/es/auth/authenticators/container-authenticator.js +2 -2
- package/es/auth/authenticators/iam-authenticator.d.ts +2 -2
- package/es/auth/authenticators/iam-authenticator.js +3 -3
- package/es/auth/authenticators/iam-request-based-authenticator.d.ts +2 -2
- package/es/auth/authenticators/iam-request-based-authenticator.js +2 -2
- package/es/auth/authenticators/index.d.ts +2 -2
- package/es/auth/authenticators/index.js +1 -1
- package/es/auth/authenticators/token-request-based-authenticator.d.ts +2 -2
- package/es/auth/authenticators/token-request-based-authenticator.js +2 -2
- package/es/auth/authenticators/vpc-instance-authenticator.d.ts +2 -2
- package/es/auth/authenticators/vpc-instance-authenticator.js +2 -2
- package/es/auth/token-managers/container-token-manager.d.ts +11 -1
- package/es/auth/token-managers/container-token-manager.js +40 -12
- package/es/auth/token-managers/cp4d-token-manager.d.ts +1 -1
- package/es/auth/token-managers/cp4d-token-manager.js +2 -2
- package/es/auth/token-managers/iam-request-based-token-manager.d.ts +1 -1
- package/es/auth/token-managers/iam-request-based-token-manager.js +2 -2
- package/es/auth/token-managers/iam-token-manager.d.ts +1 -1
- package/es/auth/token-managers/iam-token-manager.js +2 -2
- package/es/auth/token-managers/token-manager.d.ts +1 -1
- package/es/auth/token-managers/token-manager.js +1 -1
- package/es/auth/token-managers/vpc-instance-token-manager.js +1 -1
- package/es/auth/utils/file-reading-helpers.d.ts +1 -1
- package/es/auth/utils/file-reading-helpers.js +9 -13
- package/es/tsdoc-metadata.json +1 -1
- package/etc/ibm-cloud-sdk-core.api.md +1 -0
- package/ibm-cloud-sdk-core.d.ts +11 -1
- package/package.json +1 -1
- package/temp/ibm-cloud-sdk-core.api.json +187 -43
- package/temp/ibm-cloud-sdk-core.api.md +1 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.34.9",
|
|
5
|
+
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
],
|
|
316
316
|
"fileUrlPath": "dist/es/auth/authenticators/authenticator.d.ts",
|
|
317
317
|
"releaseTag": "Public",
|
|
318
|
+
"isAbstract": false,
|
|
318
319
|
"name": "Authenticator",
|
|
319
320
|
"preserveMemberOrder": false,
|
|
320
321
|
"members": [
|
|
@@ -384,6 +385,7 @@
|
|
|
384
385
|
}
|
|
385
386
|
],
|
|
386
387
|
"isOptional": false,
|
|
388
|
+
"isAbstract": false,
|
|
387
389
|
"name": "authenticate"
|
|
388
390
|
},
|
|
389
391
|
{
|
|
@@ -414,6 +416,7 @@
|
|
|
414
416
|
"overloadIndex": 1,
|
|
415
417
|
"parameters": [],
|
|
416
418
|
"isOptional": false,
|
|
419
|
+
"isAbstract": false,
|
|
417
420
|
"name": "authenticationType"
|
|
418
421
|
},
|
|
419
422
|
{
|
|
@@ -443,7 +446,8 @@
|
|
|
443
446
|
"endIndex": 2
|
|
444
447
|
},
|
|
445
448
|
"isStatic": true,
|
|
446
|
-
"isProtected": false
|
|
449
|
+
"isProtected": false,
|
|
450
|
+
"isAbstract": false
|
|
447
451
|
},
|
|
448
452
|
{
|
|
449
453
|
"kind": "Property",
|
|
@@ -472,7 +476,8 @@
|
|
|
472
476
|
"endIndex": 2
|
|
473
477
|
},
|
|
474
478
|
"isStatic": true,
|
|
475
|
-
"isProtected": false
|
|
479
|
+
"isProtected": false,
|
|
480
|
+
"isAbstract": false
|
|
476
481
|
},
|
|
477
482
|
{
|
|
478
483
|
"kind": "Property",
|
|
@@ -501,7 +506,8 @@
|
|
|
501
506
|
"endIndex": 2
|
|
502
507
|
},
|
|
503
508
|
"isStatic": true,
|
|
504
|
-
"isProtected": false
|
|
509
|
+
"isProtected": false,
|
|
510
|
+
"isAbstract": false
|
|
505
511
|
},
|
|
506
512
|
{
|
|
507
513
|
"kind": "Property",
|
|
@@ -530,7 +536,8 @@
|
|
|
530
536
|
"endIndex": 2
|
|
531
537
|
},
|
|
532
538
|
"isStatic": true,
|
|
533
|
-
"isProtected": false
|
|
539
|
+
"isProtected": false,
|
|
540
|
+
"isAbstract": false
|
|
534
541
|
},
|
|
535
542
|
{
|
|
536
543
|
"kind": "Property",
|
|
@@ -559,7 +566,8 @@
|
|
|
559
566
|
"endIndex": 2
|
|
560
567
|
},
|
|
561
568
|
"isStatic": true,
|
|
562
|
-
"isProtected": false
|
|
569
|
+
"isProtected": false,
|
|
570
|
+
"isAbstract": false
|
|
563
571
|
},
|
|
564
572
|
{
|
|
565
573
|
"kind": "Property",
|
|
@@ -588,7 +596,8 @@
|
|
|
588
596
|
"endIndex": 2
|
|
589
597
|
},
|
|
590
598
|
"isStatic": true,
|
|
591
|
-
"isProtected": false
|
|
599
|
+
"isProtected": false,
|
|
600
|
+
"isAbstract": false
|
|
592
601
|
},
|
|
593
602
|
{
|
|
594
603
|
"kind": "Property",
|
|
@@ -617,7 +626,8 @@
|
|
|
617
626
|
"endIndex": 2
|
|
618
627
|
},
|
|
619
628
|
"isStatic": true,
|
|
620
|
-
"isProtected": false
|
|
629
|
+
"isProtected": false,
|
|
630
|
+
"isAbstract": false
|
|
621
631
|
},
|
|
622
632
|
{
|
|
623
633
|
"kind": "Property",
|
|
@@ -646,7 +656,8 @@
|
|
|
646
656
|
"endIndex": 2
|
|
647
657
|
},
|
|
648
658
|
"isStatic": true,
|
|
649
|
-
"isProtected": false
|
|
659
|
+
"isProtected": false,
|
|
660
|
+
"isAbstract": false
|
|
650
661
|
}
|
|
651
662
|
],
|
|
652
663
|
"implementsTokenRanges": [
|
|
@@ -765,6 +776,7 @@
|
|
|
765
776
|
],
|
|
766
777
|
"fileUrlPath": "dist/es/lib/base-service.d.ts",
|
|
767
778
|
"releaseTag": "Public",
|
|
779
|
+
"isAbstract": false,
|
|
768
780
|
"name": "BaseService",
|
|
769
781
|
"preserveMemberOrder": false,
|
|
770
782
|
"members": [
|
|
@@ -829,7 +841,8 @@
|
|
|
829
841
|
"endIndex": 2
|
|
830
842
|
},
|
|
831
843
|
"isStatic": false,
|
|
832
|
-
"isProtected": true
|
|
844
|
+
"isProtected": true,
|
|
845
|
+
"isAbstract": false
|
|
833
846
|
},
|
|
834
847
|
{
|
|
835
848
|
"kind": "Method",
|
|
@@ -876,6 +889,7 @@
|
|
|
876
889
|
}
|
|
877
890
|
],
|
|
878
891
|
"isOptional": false,
|
|
892
|
+
"isAbstract": false,
|
|
879
893
|
"name": "configureService"
|
|
880
894
|
},
|
|
881
895
|
{
|
|
@@ -928,6 +942,7 @@
|
|
|
928
942
|
}
|
|
929
943
|
],
|
|
930
944
|
"isOptional": false,
|
|
945
|
+
"isAbstract": false,
|
|
931
946
|
"name": "createRequest"
|
|
932
947
|
},
|
|
933
948
|
{
|
|
@@ -957,7 +972,8 @@
|
|
|
957
972
|
"endIndex": 2
|
|
958
973
|
},
|
|
959
974
|
"isStatic": true,
|
|
960
|
-
"isProtected": false
|
|
975
|
+
"isProtected": false,
|
|
976
|
+
"isAbstract": false
|
|
961
977
|
},
|
|
962
978
|
{
|
|
963
979
|
"kind": "Property",
|
|
@@ -986,7 +1002,8 @@
|
|
|
986
1002
|
"endIndex": 2
|
|
987
1003
|
},
|
|
988
1004
|
"isStatic": true,
|
|
989
|
-
"isProtected": false
|
|
1005
|
+
"isProtected": false,
|
|
1006
|
+
"isAbstract": false
|
|
990
1007
|
},
|
|
991
1008
|
{
|
|
992
1009
|
"kind": "Method",
|
|
@@ -1016,6 +1033,7 @@
|
|
|
1016
1033
|
"overloadIndex": 1,
|
|
1017
1034
|
"parameters": [],
|
|
1018
1035
|
"isOptional": false,
|
|
1036
|
+
"isAbstract": false,
|
|
1019
1037
|
"name": "disableRetries"
|
|
1020
1038
|
},
|
|
1021
1039
|
{
|
|
@@ -1064,6 +1082,7 @@
|
|
|
1064
1082
|
}
|
|
1065
1083
|
],
|
|
1066
1084
|
"isOptional": false,
|
|
1085
|
+
"isAbstract": false,
|
|
1067
1086
|
"name": "enableRetries"
|
|
1068
1087
|
},
|
|
1069
1088
|
{
|
|
@@ -1094,6 +1113,7 @@
|
|
|
1094
1113
|
"overloadIndex": 1,
|
|
1095
1114
|
"parameters": [],
|
|
1096
1115
|
"isOptional": false,
|
|
1116
|
+
"isAbstract": false,
|
|
1097
1117
|
"name": "getAuthenticator"
|
|
1098
1118
|
},
|
|
1099
1119
|
{
|
|
@@ -1129,6 +1149,7 @@
|
|
|
1129
1149
|
"overloadIndex": 1,
|
|
1130
1150
|
"parameters": [],
|
|
1131
1151
|
"isOptional": false,
|
|
1152
|
+
"isAbstract": false,
|
|
1132
1153
|
"name": "getHttpClient"
|
|
1133
1154
|
},
|
|
1134
1155
|
{
|
|
@@ -1177,6 +1198,7 @@
|
|
|
1177
1198
|
}
|
|
1178
1199
|
],
|
|
1179
1200
|
"isOptional": false,
|
|
1201
|
+
"isAbstract": false,
|
|
1180
1202
|
"name": "setDefaultHeaders"
|
|
1181
1203
|
},
|
|
1182
1204
|
{
|
|
@@ -1224,6 +1246,7 @@
|
|
|
1224
1246
|
}
|
|
1225
1247
|
],
|
|
1226
1248
|
"isOptional": false,
|
|
1249
|
+
"isAbstract": false,
|
|
1227
1250
|
"name": "setEnableGzipCompression"
|
|
1228
1251
|
},
|
|
1229
1252
|
{
|
|
@@ -1271,6 +1294,7 @@
|
|
|
1271
1294
|
}
|
|
1272
1295
|
],
|
|
1273
1296
|
"isOptional": false,
|
|
1297
|
+
"isAbstract": false,
|
|
1274
1298
|
"name": "setServiceUrl"
|
|
1275
1299
|
}
|
|
1276
1300
|
],
|
|
@@ -1297,6 +1321,7 @@
|
|
|
1297
1321
|
],
|
|
1298
1322
|
"fileUrlPath": "dist/es/auth/authenticators/basic-authenticator.d.ts",
|
|
1299
1323
|
"releaseTag": "Public",
|
|
1324
|
+
"isAbstract": false,
|
|
1300
1325
|
"name": "BasicAuthenticator",
|
|
1301
1326
|
"preserveMemberOrder": false,
|
|
1302
1327
|
"members": [
|
|
@@ -1384,6 +1409,7 @@
|
|
|
1384
1409
|
}
|
|
1385
1410
|
],
|
|
1386
1411
|
"isOptional": false,
|
|
1412
|
+
"isAbstract": false,
|
|
1387
1413
|
"name": "authenticate"
|
|
1388
1414
|
},
|
|
1389
1415
|
{
|
|
@@ -1414,6 +1440,7 @@
|
|
|
1414
1440
|
"overloadIndex": 1,
|
|
1415
1441
|
"parameters": [],
|
|
1416
1442
|
"isOptional": false,
|
|
1443
|
+
"isAbstract": false,
|
|
1417
1444
|
"name": "authenticationType"
|
|
1418
1445
|
},
|
|
1419
1446
|
{
|
|
@@ -1443,7 +1470,8 @@
|
|
|
1443
1470
|
"endIndex": 2
|
|
1444
1471
|
},
|
|
1445
1472
|
"isStatic": false,
|
|
1446
|
-
"isProtected": true
|
|
1473
|
+
"isProtected": true,
|
|
1474
|
+
"isAbstract": false
|
|
1447
1475
|
},
|
|
1448
1476
|
{
|
|
1449
1477
|
"kind": "Property",
|
|
@@ -1472,7 +1500,8 @@
|
|
|
1472
1500
|
"endIndex": 2
|
|
1473
1501
|
},
|
|
1474
1502
|
"isStatic": false,
|
|
1475
|
-
"isProtected": true
|
|
1503
|
+
"isProtected": true,
|
|
1504
|
+
"isAbstract": false
|
|
1476
1505
|
}
|
|
1477
1506
|
],
|
|
1478
1507
|
"extendsTokenRange": {
|
|
@@ -1502,6 +1531,7 @@
|
|
|
1502
1531
|
],
|
|
1503
1532
|
"fileUrlPath": "dist/es/auth/authenticators/bearer-token-authenticator.d.ts",
|
|
1504
1533
|
"releaseTag": "Public",
|
|
1534
|
+
"isAbstract": false,
|
|
1505
1535
|
"name": "BearerTokenAuthenticator",
|
|
1506
1536
|
"preserveMemberOrder": false,
|
|
1507
1537
|
"members": [
|
|
@@ -1589,6 +1619,7 @@
|
|
|
1589
1619
|
}
|
|
1590
1620
|
],
|
|
1591
1621
|
"isOptional": false,
|
|
1622
|
+
"isAbstract": false,
|
|
1592
1623
|
"name": "authenticate"
|
|
1593
1624
|
},
|
|
1594
1625
|
{
|
|
@@ -1619,6 +1650,7 @@
|
|
|
1619
1650
|
"overloadIndex": 1,
|
|
1620
1651
|
"parameters": [],
|
|
1621
1652
|
"isOptional": false,
|
|
1653
|
+
"isAbstract": false,
|
|
1622
1654
|
"name": "authenticationType"
|
|
1623
1655
|
},
|
|
1624
1656
|
{
|
|
@@ -1648,7 +1680,8 @@
|
|
|
1648
1680
|
"endIndex": 2
|
|
1649
1681
|
},
|
|
1650
1682
|
"isStatic": false,
|
|
1651
|
-
"isProtected": true
|
|
1683
|
+
"isProtected": true,
|
|
1684
|
+
"isAbstract": false
|
|
1652
1685
|
},
|
|
1653
1686
|
{
|
|
1654
1687
|
"kind": "Method",
|
|
@@ -1695,6 +1728,7 @@
|
|
|
1695
1728
|
}
|
|
1696
1729
|
],
|
|
1697
1730
|
"isOptional": false,
|
|
1731
|
+
"isAbstract": false,
|
|
1698
1732
|
"name": "setBearerToken"
|
|
1699
1733
|
}
|
|
1700
1734
|
],
|
|
@@ -1851,6 +1885,7 @@
|
|
|
1851
1885
|
],
|
|
1852
1886
|
"fileUrlPath": "dist/es/auth/authenticators/cloud-pak-for-data-authenticator.d.ts",
|
|
1853
1887
|
"releaseTag": "Public",
|
|
1888
|
+
"isAbstract": false,
|
|
1854
1889
|
"name": "CloudPakForDataAuthenticator",
|
|
1855
1890
|
"preserveMemberOrder": false,
|
|
1856
1891
|
"members": [
|
|
@@ -1915,6 +1950,7 @@
|
|
|
1915
1950
|
"overloadIndex": 1,
|
|
1916
1951
|
"parameters": [],
|
|
1917
1952
|
"isOptional": false,
|
|
1953
|
+
"isAbstract": false,
|
|
1918
1954
|
"name": "authenticationType"
|
|
1919
1955
|
},
|
|
1920
1956
|
{
|
|
@@ -1944,7 +1980,8 @@
|
|
|
1944
1980
|
"endIndex": 2
|
|
1945
1981
|
},
|
|
1946
1982
|
"isStatic": false,
|
|
1947
|
-
"isProtected": true
|
|
1983
|
+
"isProtected": true,
|
|
1984
|
+
"isAbstract": false
|
|
1948
1985
|
},
|
|
1949
1986
|
{
|
|
1950
1987
|
"kind": "Property",
|
|
@@ -1974,7 +2011,8 @@
|
|
|
1974
2011
|
"endIndex": 2
|
|
1975
2012
|
},
|
|
1976
2013
|
"isStatic": false,
|
|
1977
|
-
"isProtected": true
|
|
2014
|
+
"isProtected": true,
|
|
2015
|
+
"isAbstract": false
|
|
1978
2016
|
}
|
|
1979
2017
|
],
|
|
1980
2018
|
"extendsTokenRange": {
|
|
@@ -2197,6 +2235,7 @@
|
|
|
2197
2235
|
],
|
|
2198
2236
|
"fileUrlPath": "dist/es/auth/authenticators/container-authenticator.d.ts",
|
|
2199
2237
|
"releaseTag": "Public",
|
|
2238
|
+
"isAbstract": false,
|
|
2200
2239
|
"name": "ContainerAuthenticator",
|
|
2201
2240
|
"preserveMemberOrder": false,
|
|
2202
2241
|
"members": [
|
|
@@ -2261,6 +2300,7 @@
|
|
|
2261
2300
|
"overloadIndex": 1,
|
|
2262
2301
|
"parameters": [],
|
|
2263
2302
|
"isOptional": false,
|
|
2303
|
+
"isAbstract": false,
|
|
2264
2304
|
"name": "authenticationType"
|
|
2265
2305
|
},
|
|
2266
2306
|
{
|
|
@@ -2308,6 +2348,7 @@
|
|
|
2308
2348
|
}
|
|
2309
2349
|
],
|
|
2310
2350
|
"isOptional": false,
|
|
2351
|
+
"isAbstract": false,
|
|
2311
2352
|
"name": "setCrTokenFilename"
|
|
2312
2353
|
},
|
|
2313
2354
|
{
|
|
@@ -2355,6 +2396,7 @@
|
|
|
2355
2396
|
}
|
|
2356
2397
|
],
|
|
2357
2398
|
"isOptional": false,
|
|
2399
|
+
"isAbstract": false,
|
|
2358
2400
|
"name": "setIamProfileId"
|
|
2359
2401
|
},
|
|
2360
2402
|
{
|
|
@@ -2402,6 +2444,7 @@
|
|
|
2402
2444
|
}
|
|
2403
2445
|
],
|
|
2404
2446
|
"isOptional": false,
|
|
2447
|
+
"isAbstract": false,
|
|
2405
2448
|
"name": "setIamProfileName"
|
|
2406
2449
|
},
|
|
2407
2450
|
{
|
|
@@ -2432,7 +2475,8 @@
|
|
|
2432
2475
|
"endIndex": 2
|
|
2433
2476
|
},
|
|
2434
2477
|
"isStatic": false,
|
|
2435
|
-
"isProtected": true
|
|
2478
|
+
"isProtected": true,
|
|
2479
|
+
"isAbstract": false
|
|
2436
2480
|
}
|
|
2437
2481
|
],
|
|
2438
2482
|
"extendsTokenRange": {
|
|
@@ -2462,6 +2506,7 @@
|
|
|
2462
2506
|
],
|
|
2463
2507
|
"fileUrlPath": "dist/es/auth/token-managers/container-token-manager.d.ts",
|
|
2464
2508
|
"releaseTag": "Public",
|
|
2509
|
+
"isAbstract": false,
|
|
2465
2510
|
"name": "ContainerTokenManager",
|
|
2466
2511
|
"preserveMemberOrder": false,
|
|
2467
2512
|
"members": [
|
|
@@ -2498,6 +2543,37 @@
|
|
|
2498
2543
|
}
|
|
2499
2544
|
]
|
|
2500
2545
|
},
|
|
2546
|
+
{
|
|
2547
|
+
"kind": "Method",
|
|
2548
|
+
"canonicalReference": "ibm-cloud-sdk-core!ContainerTokenManager#getCrToken:member(1)",
|
|
2549
|
+
"docComment": "/**\n * Retrieves the CR token from a file using this search order: 1. User-specified filename (if specified) 2. Default file #1 (/var/run/secrets/tokens/vault-token) 3. Default file #2 (/var/run/secrets/tokens/sa-token) First one found wins.\n *\n * @returns the CR token value as a string\n */\n",
|
|
2550
|
+
"excerptTokens": [
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "Content",
|
|
2553
|
+
"text": "protected getCrToken(): "
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "Content",
|
|
2557
|
+
"text": "string"
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "Content",
|
|
2561
|
+
"text": ";"
|
|
2562
|
+
}
|
|
2563
|
+
],
|
|
2564
|
+
"isStatic": false,
|
|
2565
|
+
"returnTypeTokenRange": {
|
|
2566
|
+
"startIndex": 1,
|
|
2567
|
+
"endIndex": 2
|
|
2568
|
+
},
|
|
2569
|
+
"releaseTag": "Public",
|
|
2570
|
+
"isProtected": true,
|
|
2571
|
+
"overloadIndex": 1,
|
|
2572
|
+
"parameters": [],
|
|
2573
|
+
"isOptional": false,
|
|
2574
|
+
"isAbstract": false,
|
|
2575
|
+
"name": "getCrToken"
|
|
2576
|
+
},
|
|
2501
2577
|
{
|
|
2502
2578
|
"kind": "Method",
|
|
2503
2579
|
"canonicalReference": "ibm-cloud-sdk-core!ContainerTokenManager#requestToken:member(1)",
|
|
@@ -2531,6 +2607,7 @@
|
|
|
2531
2607
|
"overloadIndex": 1,
|
|
2532
2608
|
"parameters": [],
|
|
2533
2609
|
"isOptional": false,
|
|
2610
|
+
"isAbstract": false,
|
|
2534
2611
|
"name": "requestToken"
|
|
2535
2612
|
},
|
|
2536
2613
|
{
|
|
@@ -2578,6 +2655,7 @@
|
|
|
2578
2655
|
}
|
|
2579
2656
|
],
|
|
2580
2657
|
"isOptional": false,
|
|
2658
|
+
"isAbstract": false,
|
|
2581
2659
|
"name": "setCrTokenFilename"
|
|
2582
2660
|
},
|
|
2583
2661
|
{
|
|
@@ -2625,6 +2703,7 @@
|
|
|
2625
2703
|
}
|
|
2626
2704
|
],
|
|
2627
2705
|
"isOptional": false,
|
|
2706
|
+
"isAbstract": false,
|
|
2628
2707
|
"name": "setIamProfileId"
|
|
2629
2708
|
},
|
|
2630
2709
|
{
|
|
@@ -2672,6 +2751,7 @@
|
|
|
2672
2751
|
}
|
|
2673
2752
|
],
|
|
2674
2753
|
"isOptional": false,
|
|
2754
|
+
"isAbstract": false,
|
|
2675
2755
|
"name": "setIamProfileName"
|
|
2676
2756
|
}
|
|
2677
2757
|
],
|
|
@@ -2779,6 +2859,7 @@
|
|
|
2779
2859
|
],
|
|
2780
2860
|
"fileUrlPath": "dist/es/auth/token-managers/cp4d-token-manager.d.ts",
|
|
2781
2861
|
"releaseTag": "Public",
|
|
2862
|
+
"isAbstract": false,
|
|
2782
2863
|
"name": "Cp4dTokenManager",
|
|
2783
2864
|
"preserveMemberOrder": false,
|
|
2784
2865
|
"members": [
|
|
@@ -2848,6 +2929,7 @@
|
|
|
2848
2929
|
"overloadIndex": 1,
|
|
2849
2930
|
"parameters": [],
|
|
2850
2931
|
"isOptional": false,
|
|
2932
|
+
"isAbstract": false,
|
|
2851
2933
|
"name": "requestToken"
|
|
2852
2934
|
},
|
|
2853
2935
|
{
|
|
@@ -2877,7 +2959,8 @@
|
|
|
2877
2959
|
"endIndex": 2
|
|
2878
2960
|
},
|
|
2879
2961
|
"isStatic": false,
|
|
2880
|
-
"isProtected": true
|
|
2962
|
+
"isProtected": true,
|
|
2963
|
+
"isAbstract": false
|
|
2881
2964
|
}
|
|
2882
2965
|
],
|
|
2883
2966
|
"extendsTokenRange": {
|
|
@@ -3652,6 +3735,7 @@
|
|
|
3652
3735
|
],
|
|
3653
3736
|
"fileUrlPath": "dist/es/auth/authenticators/iam-authenticator.d.ts",
|
|
3654
3737
|
"releaseTag": "Public",
|
|
3738
|
+
"isAbstract": false,
|
|
3655
3739
|
"name": "IamAuthenticator",
|
|
3656
3740
|
"preserveMemberOrder": false,
|
|
3657
3741
|
"members": [
|
|
@@ -3716,6 +3800,7 @@
|
|
|
3716
3800
|
"overloadIndex": 1,
|
|
3717
3801
|
"parameters": [],
|
|
3718
3802
|
"isOptional": false,
|
|
3803
|
+
"isAbstract": false,
|
|
3719
3804
|
"name": "authenticationType"
|
|
3720
3805
|
},
|
|
3721
3806
|
{
|
|
@@ -3745,7 +3830,8 @@
|
|
|
3745
3830
|
"endIndex": 2
|
|
3746
3831
|
},
|
|
3747
3832
|
"isStatic": false,
|
|
3748
|
-
"isProtected": true
|
|
3833
|
+
"isProtected": true,
|
|
3834
|
+
"isAbstract": false
|
|
3749
3835
|
},
|
|
3750
3836
|
{
|
|
3751
3837
|
"kind": "Property",
|
|
@@ -3775,7 +3861,8 @@
|
|
|
3775
3861
|
"endIndex": 2
|
|
3776
3862
|
},
|
|
3777
3863
|
"isStatic": false,
|
|
3778
|
-
"isProtected": true
|
|
3864
|
+
"isProtected": true,
|
|
3865
|
+
"isAbstract": false
|
|
3779
3866
|
}
|
|
3780
3867
|
],
|
|
3781
3868
|
"extendsTokenRange": {
|
|
@@ -3805,6 +3892,7 @@
|
|
|
3805
3892
|
],
|
|
3806
3893
|
"fileUrlPath": "dist/es/auth/authenticators/iam-request-based-authenticator.d.ts",
|
|
3807
3894
|
"releaseTag": "Public",
|
|
3895
|
+
"isAbstract": false,
|
|
3808
3896
|
"name": "IamRequestBasedAuthenticator",
|
|
3809
3897
|
"preserveMemberOrder": false,
|
|
3810
3898
|
"members": [
|
|
@@ -3868,7 +3956,8 @@
|
|
|
3868
3956
|
"endIndex": 2
|
|
3869
3957
|
},
|
|
3870
3958
|
"isStatic": false,
|
|
3871
|
-
"isProtected": true
|
|
3959
|
+
"isProtected": true,
|
|
3960
|
+
"isAbstract": false
|
|
3872
3961
|
},
|
|
3873
3962
|
{
|
|
3874
3963
|
"kind": "Property",
|
|
@@ -3897,7 +3986,8 @@
|
|
|
3897
3986
|
"endIndex": 2
|
|
3898
3987
|
},
|
|
3899
3988
|
"isStatic": false,
|
|
3900
|
-
"isProtected": true
|
|
3989
|
+
"isProtected": true,
|
|
3990
|
+
"isAbstract": false
|
|
3901
3991
|
},
|
|
3902
3992
|
{
|
|
3903
3993
|
"kind": "Method",
|
|
@@ -3927,6 +4017,7 @@
|
|
|
3927
4017
|
"overloadIndex": 1,
|
|
3928
4018
|
"parameters": [],
|
|
3929
4019
|
"isOptional": false,
|
|
4020
|
+
"isAbstract": false,
|
|
3930
4021
|
"name": "getRefreshToken"
|
|
3931
4022
|
},
|
|
3932
4023
|
{
|
|
@@ -3956,7 +4047,8 @@
|
|
|
3956
4047
|
"endIndex": 2
|
|
3957
4048
|
},
|
|
3958
4049
|
"isStatic": false,
|
|
3959
|
-
"isProtected": true
|
|
4050
|
+
"isProtected": true,
|
|
4051
|
+
"isAbstract": false
|
|
3960
4052
|
},
|
|
3961
4053
|
{
|
|
3962
4054
|
"kind": "Method",
|
|
@@ -4019,6 +4111,7 @@
|
|
|
4019
4111
|
}
|
|
4020
4112
|
],
|
|
4021
4113
|
"isOptional": false,
|
|
4114
|
+
"isAbstract": false,
|
|
4022
4115
|
"name": "setClientIdAndSecret"
|
|
4023
4116
|
},
|
|
4024
4117
|
{
|
|
@@ -4066,6 +4159,7 @@
|
|
|
4066
4159
|
}
|
|
4067
4160
|
],
|
|
4068
4161
|
"isOptional": false,
|
|
4162
|
+
"isAbstract": false,
|
|
4069
4163
|
"name": "setScope"
|
|
4070
4164
|
},
|
|
4071
4165
|
{
|
|
@@ -4096,7 +4190,8 @@
|
|
|
4096
4190
|
"endIndex": 2
|
|
4097
4191
|
},
|
|
4098
4192
|
"isStatic": false,
|
|
4099
|
-
"isProtected": true
|
|
4193
|
+
"isProtected": true,
|
|
4194
|
+
"isAbstract": false
|
|
4100
4195
|
}
|
|
4101
4196
|
],
|
|
4102
4197
|
"extendsTokenRange": {
|
|
@@ -4126,6 +4221,7 @@
|
|
|
4126
4221
|
],
|
|
4127
4222
|
"fileUrlPath": "dist/es/auth/token-managers/iam-request-based-token-manager.d.ts",
|
|
4128
4223
|
"releaseTag": "Public",
|
|
4224
|
+
"isAbstract": false,
|
|
4129
4225
|
"name": "IamRequestBasedTokenManager",
|
|
4130
4226
|
"preserveMemberOrder": false,
|
|
4131
4227
|
"members": [
|
|
@@ -4189,7 +4285,8 @@
|
|
|
4189
4285
|
"endIndex": 2
|
|
4190
4286
|
},
|
|
4191
4287
|
"isStatic": false,
|
|
4192
|
-
"isProtected": true
|
|
4288
|
+
"isProtected": true,
|
|
4289
|
+
"isAbstract": false
|
|
4193
4290
|
},
|
|
4194
4291
|
{
|
|
4195
4292
|
"kind": "Method",
|
|
@@ -4219,6 +4316,7 @@
|
|
|
4219
4316
|
"overloadIndex": 1,
|
|
4220
4317
|
"parameters": [],
|
|
4221
4318
|
"isOptional": false,
|
|
4319
|
+
"isAbstract": false,
|
|
4222
4320
|
"name": "getRefreshToken"
|
|
4223
4321
|
},
|
|
4224
4322
|
{
|
|
@@ -4248,7 +4346,8 @@
|
|
|
4248
4346
|
"endIndex": 2
|
|
4249
4347
|
},
|
|
4250
4348
|
"isStatic": false,
|
|
4251
|
-
"isProtected": true
|
|
4349
|
+
"isProtected": true,
|
|
4350
|
+
"isAbstract": false
|
|
4252
4351
|
},
|
|
4253
4352
|
{
|
|
4254
4353
|
"kind": "Method",
|
|
@@ -4283,6 +4382,7 @@
|
|
|
4283
4382
|
"overloadIndex": 1,
|
|
4284
4383
|
"parameters": [],
|
|
4285
4384
|
"isOptional": false,
|
|
4385
|
+
"isAbstract": false,
|
|
4286
4386
|
"name": "requestToken"
|
|
4287
4387
|
},
|
|
4288
4388
|
{
|
|
@@ -4330,6 +4430,7 @@
|
|
|
4330
4430
|
}
|
|
4331
4431
|
],
|
|
4332
4432
|
"isOptional": false,
|
|
4433
|
+
"isAbstract": false,
|
|
4333
4434
|
"name": "saveTokenInfo"
|
|
4334
4435
|
},
|
|
4335
4436
|
{
|
|
@@ -4393,6 +4494,7 @@
|
|
|
4393
4494
|
}
|
|
4394
4495
|
],
|
|
4395
4496
|
"isOptional": false,
|
|
4497
|
+
"isAbstract": false,
|
|
4396
4498
|
"name": "setClientIdAndSecret"
|
|
4397
4499
|
},
|
|
4398
4500
|
{
|
|
@@ -4440,6 +4542,7 @@
|
|
|
4440
4542
|
}
|
|
4441
4543
|
],
|
|
4442
4544
|
"isOptional": false,
|
|
4545
|
+
"isAbstract": false,
|
|
4443
4546
|
"name": "setScope"
|
|
4444
4547
|
}
|
|
4445
4548
|
],
|
|
@@ -4583,6 +4686,7 @@
|
|
|
4583
4686
|
],
|
|
4584
4687
|
"fileUrlPath": "dist/es/auth/token-managers/iam-token-manager.d.ts",
|
|
4585
4688
|
"releaseTag": "Public",
|
|
4689
|
+
"isAbstract": false,
|
|
4586
4690
|
"name": "IamTokenManager",
|
|
4587
4691
|
"preserveMemberOrder": false,
|
|
4588
4692
|
"members": [
|
|
@@ -4646,7 +4750,8 @@
|
|
|
4646
4750
|
"endIndex": 2
|
|
4647
4751
|
},
|
|
4648
4752
|
"isStatic": false,
|
|
4649
|
-
"isProtected": true
|
|
4753
|
+
"isProtected": true,
|
|
4754
|
+
"isAbstract": false
|
|
4650
4755
|
}
|
|
4651
4756
|
],
|
|
4652
4757
|
"extendsTokenRange": {
|
|
@@ -4930,6 +5035,7 @@
|
|
|
4930
5035
|
],
|
|
4931
5036
|
"fileUrlPath": "dist/es/auth/token-managers/jwt-token-manager.d.ts",
|
|
4932
5037
|
"releaseTag": "Public",
|
|
5038
|
+
"isAbstract": false,
|
|
4933
5039
|
"name": "JwtTokenManager",
|
|
4934
5040
|
"preserveMemberOrder": false,
|
|
4935
5041
|
"members": [
|
|
@@ -4999,6 +5105,7 @@
|
|
|
4999
5105
|
"overloadIndex": 1,
|
|
5000
5106
|
"parameters": [],
|
|
5001
5107
|
"isOptional": false,
|
|
5108
|
+
"isAbstract": false,
|
|
5002
5109
|
"name": "requestToken"
|
|
5003
5110
|
},
|
|
5004
5111
|
{
|
|
@@ -5046,6 +5153,7 @@
|
|
|
5046
5153
|
}
|
|
5047
5154
|
],
|
|
5048
5155
|
"isOptional": false,
|
|
5156
|
+
"isAbstract": false,
|
|
5049
5157
|
"name": "saveTokenInfo"
|
|
5050
5158
|
},
|
|
5051
5159
|
{
|
|
@@ -5075,7 +5183,8 @@
|
|
|
5075
5183
|
"endIndex": 2
|
|
5076
5184
|
},
|
|
5077
5185
|
"isStatic": false,
|
|
5078
|
-
"isProtected": true
|
|
5186
|
+
"isProtected": true,
|
|
5187
|
+
"isAbstract": false
|
|
5079
5188
|
},
|
|
5080
5189
|
{
|
|
5081
5190
|
"kind": "Property",
|
|
@@ -5104,7 +5213,8 @@
|
|
|
5104
5213
|
"endIndex": 2
|
|
5105
5214
|
},
|
|
5106
5215
|
"isStatic": false,
|
|
5107
|
-
"isProtected": true
|
|
5216
|
+
"isProtected": true,
|
|
5217
|
+
"isAbstract": false
|
|
5108
5218
|
}
|
|
5109
5219
|
],
|
|
5110
5220
|
"extendsTokenRange": {
|
|
@@ -5161,6 +5271,7 @@
|
|
|
5161
5271
|
],
|
|
5162
5272
|
"fileUrlPath": "dist/es/auth/authenticators/no-auth-authenticator.d.ts",
|
|
5163
5273
|
"releaseTag": "Public",
|
|
5274
|
+
"isAbstract": false,
|
|
5164
5275
|
"name": "NoAuthAuthenticator",
|
|
5165
5276
|
"preserveMemberOrder": false,
|
|
5166
5277
|
"members": [
|
|
@@ -5215,6 +5326,7 @@
|
|
|
5215
5326
|
}
|
|
5216
5327
|
],
|
|
5217
5328
|
"isOptional": false,
|
|
5329
|
+
"isAbstract": false,
|
|
5218
5330
|
"name": "authenticate"
|
|
5219
5331
|
},
|
|
5220
5332
|
{
|
|
@@ -5245,6 +5357,7 @@
|
|
|
5245
5357
|
"overloadIndex": 1,
|
|
5246
5358
|
"parameters": [],
|
|
5247
5359
|
"isOptional": false,
|
|
5360
|
+
"isAbstract": false,
|
|
5248
5361
|
"name": "authenticationType"
|
|
5249
5362
|
}
|
|
5250
5363
|
],
|
|
@@ -5792,6 +5905,7 @@
|
|
|
5792
5905
|
],
|
|
5793
5906
|
"fileUrlPath": "dist/es/auth/token-managers/token-manager.d.ts",
|
|
5794
5907
|
"releaseTag": "Public",
|
|
5908
|
+
"isAbstract": false,
|
|
5795
5909
|
"name": "TokenManager",
|
|
5796
5910
|
"preserveMemberOrder": false,
|
|
5797
5911
|
"members": [
|
|
@@ -5855,7 +5969,8 @@
|
|
|
5855
5969
|
"endIndex": 2
|
|
5856
5970
|
},
|
|
5857
5971
|
"isStatic": false,
|
|
5858
|
-
"isProtected": true
|
|
5972
|
+
"isProtected": true,
|
|
5973
|
+
"isAbstract": false
|
|
5859
5974
|
},
|
|
5860
5975
|
{
|
|
5861
5976
|
"kind": "Property",
|
|
@@ -5884,7 +5999,8 @@
|
|
|
5884
5999
|
"endIndex": 2
|
|
5885
6000
|
},
|
|
5886
6001
|
"isStatic": false,
|
|
5887
|
-
"isProtected": true
|
|
6002
|
+
"isProtected": true,
|
|
6003
|
+
"isAbstract": false
|
|
5888
6004
|
},
|
|
5889
6005
|
{
|
|
5890
6006
|
"kind": "Property",
|
|
@@ -5913,7 +6029,8 @@
|
|
|
5913
6029
|
"endIndex": 2
|
|
5914
6030
|
},
|
|
5915
6031
|
"isStatic": false,
|
|
5916
|
-
"isProtected": true
|
|
6032
|
+
"isProtected": true,
|
|
6033
|
+
"isAbstract": false
|
|
5917
6034
|
},
|
|
5918
6035
|
{
|
|
5919
6036
|
"kind": "Method",
|
|
@@ -5948,6 +6065,7 @@
|
|
|
5948
6065
|
"overloadIndex": 1,
|
|
5949
6066
|
"parameters": [],
|
|
5950
6067
|
"isOptional": false,
|
|
6068
|
+
"isAbstract": false,
|
|
5951
6069
|
"name": "getToken"
|
|
5952
6070
|
},
|
|
5953
6071
|
{
|
|
@@ -5978,7 +6096,8 @@
|
|
|
5978
6096
|
"endIndex": 2
|
|
5979
6097
|
},
|
|
5980
6098
|
"isStatic": false,
|
|
5981
|
-
"isProtected": true
|
|
6099
|
+
"isProtected": true,
|
|
6100
|
+
"isAbstract": false
|
|
5982
6101
|
},
|
|
5983
6102
|
{
|
|
5984
6103
|
"kind": "Method",
|
|
@@ -6013,6 +6132,7 @@
|
|
|
6013
6132
|
"overloadIndex": 1,
|
|
6014
6133
|
"parameters": [],
|
|
6015
6134
|
"isOptional": false,
|
|
6135
|
+
"isAbstract": false,
|
|
6016
6136
|
"name": "pacedRequestToken"
|
|
6017
6137
|
},
|
|
6018
6138
|
{
|
|
@@ -6042,7 +6162,8 @@
|
|
|
6042
6162
|
"endIndex": 2
|
|
6043
6163
|
},
|
|
6044
6164
|
"isStatic": false,
|
|
6045
|
-
"isProtected": true
|
|
6165
|
+
"isProtected": true,
|
|
6166
|
+
"isAbstract": false
|
|
6046
6167
|
},
|
|
6047
6168
|
{
|
|
6048
6169
|
"kind": "Method",
|
|
@@ -6077,6 +6198,7 @@
|
|
|
6077
6198
|
"overloadIndex": 1,
|
|
6078
6199
|
"parameters": [],
|
|
6079
6200
|
"isOptional": false,
|
|
6201
|
+
"isAbstract": false,
|
|
6080
6202
|
"name": "requestToken"
|
|
6081
6203
|
},
|
|
6082
6204
|
{
|
|
@@ -6107,7 +6229,8 @@
|
|
|
6107
6229
|
"endIndex": 2
|
|
6108
6230
|
},
|
|
6109
6231
|
"isStatic": false,
|
|
6110
|
-
"isProtected": true
|
|
6232
|
+
"isProtected": true,
|
|
6233
|
+
"isAbstract": false
|
|
6111
6234
|
},
|
|
6112
6235
|
{
|
|
6113
6236
|
"kind": "Method",
|
|
@@ -6154,6 +6277,7 @@
|
|
|
6154
6277
|
}
|
|
6155
6278
|
],
|
|
6156
6279
|
"isOptional": false,
|
|
6280
|
+
"isAbstract": false,
|
|
6157
6281
|
"name": "saveTokenInfo"
|
|
6158
6282
|
},
|
|
6159
6283
|
{
|
|
@@ -6201,6 +6325,7 @@
|
|
|
6201
6325
|
}
|
|
6202
6326
|
],
|
|
6203
6327
|
"isOptional": false,
|
|
6328
|
+
"isAbstract": false,
|
|
6204
6329
|
"name": "setDisableSslVerification"
|
|
6205
6330
|
},
|
|
6206
6331
|
{
|
|
@@ -6249,6 +6374,7 @@
|
|
|
6249
6374
|
}
|
|
6250
6375
|
],
|
|
6251
6376
|
"isOptional": false,
|
|
6377
|
+
"isAbstract": false,
|
|
6252
6378
|
"name": "setHeaders"
|
|
6253
6379
|
},
|
|
6254
6380
|
{
|
|
@@ -6278,7 +6404,8 @@
|
|
|
6278
6404
|
"endIndex": 2
|
|
6279
6405
|
},
|
|
6280
6406
|
"isStatic": false,
|
|
6281
|
-
"isProtected": true
|
|
6407
|
+
"isProtected": true,
|
|
6408
|
+
"isAbstract": false
|
|
6282
6409
|
}
|
|
6283
6410
|
],
|
|
6284
6411
|
"implementsTokenRanges": []
|
|
@@ -6339,6 +6466,7 @@
|
|
|
6339
6466
|
],
|
|
6340
6467
|
"fileUrlPath": "dist/es/auth/authenticators/token-request-based-authenticator.d.ts",
|
|
6341
6468
|
"releaseTag": "Public",
|
|
6469
|
+
"isAbstract": false,
|
|
6342
6470
|
"name": "TokenRequestBasedAuthenticator",
|
|
6343
6471
|
"preserveMemberOrder": false,
|
|
6344
6472
|
"members": [
|
|
@@ -6426,6 +6554,7 @@
|
|
|
6426
6554
|
}
|
|
6427
6555
|
],
|
|
6428
6556
|
"isOptional": false,
|
|
6557
|
+
"isAbstract": false,
|
|
6429
6558
|
"name": "authenticate"
|
|
6430
6559
|
},
|
|
6431
6560
|
{
|
|
@@ -6455,7 +6584,8 @@
|
|
|
6455
6584
|
"endIndex": 2
|
|
6456
6585
|
},
|
|
6457
6586
|
"isStatic": false,
|
|
6458
|
-
"isProtected": true
|
|
6587
|
+
"isProtected": true,
|
|
6588
|
+
"isAbstract": false
|
|
6459
6589
|
},
|
|
6460
6590
|
{
|
|
6461
6591
|
"kind": "Property",
|
|
@@ -6485,7 +6615,8 @@
|
|
|
6485
6615
|
"endIndex": 2
|
|
6486
6616
|
},
|
|
6487
6617
|
"isStatic": false,
|
|
6488
|
-
"isProtected": true
|
|
6618
|
+
"isProtected": true,
|
|
6619
|
+
"isAbstract": false
|
|
6489
6620
|
},
|
|
6490
6621
|
{
|
|
6491
6622
|
"kind": "Method",
|
|
@@ -6532,6 +6663,7 @@
|
|
|
6532
6663
|
}
|
|
6533
6664
|
],
|
|
6534
6665
|
"isOptional": false,
|
|
6666
|
+
"isAbstract": false,
|
|
6535
6667
|
"name": "setDisableSslVerification"
|
|
6536
6668
|
},
|
|
6537
6669
|
{
|
|
@@ -6580,6 +6712,7 @@
|
|
|
6580
6712
|
}
|
|
6581
6713
|
],
|
|
6582
6714
|
"isOptional": false,
|
|
6715
|
+
"isAbstract": false,
|
|
6583
6716
|
"name": "setHeaders"
|
|
6584
6717
|
},
|
|
6585
6718
|
{
|
|
@@ -6610,7 +6743,8 @@
|
|
|
6610
6743
|
"endIndex": 2
|
|
6611
6744
|
},
|
|
6612
6745
|
"isStatic": false,
|
|
6613
|
-
"isProtected": true
|
|
6746
|
+
"isProtected": true,
|
|
6747
|
+
"isAbstract": false
|
|
6614
6748
|
},
|
|
6615
6749
|
{
|
|
6616
6750
|
"kind": "Property",
|
|
@@ -6639,7 +6773,8 @@
|
|
|
6639
6773
|
"endIndex": 2
|
|
6640
6774
|
},
|
|
6641
6775
|
"isStatic": false,
|
|
6642
|
-
"isProtected": true
|
|
6776
|
+
"isProtected": true,
|
|
6777
|
+
"isAbstract": false
|
|
6643
6778
|
}
|
|
6644
6779
|
],
|
|
6645
6780
|
"extendsTokenRange": {
|
|
@@ -7495,6 +7630,7 @@
|
|
|
7495
7630
|
],
|
|
7496
7631
|
"fileUrlPath": "dist/es/auth/authenticators/vpc-instance-authenticator.d.ts",
|
|
7497
7632
|
"releaseTag": "Public",
|
|
7633
|
+
"isAbstract": false,
|
|
7498
7634
|
"name": "VpcInstanceAuthenticator",
|
|
7499
7635
|
"preserveMemberOrder": false,
|
|
7500
7636
|
"members": [
|
|
@@ -7559,6 +7695,7 @@
|
|
|
7559
7695
|
"overloadIndex": 1,
|
|
7560
7696
|
"parameters": [],
|
|
7561
7697
|
"isOptional": false,
|
|
7698
|
+
"isAbstract": false,
|
|
7562
7699
|
"name": "authenticationType"
|
|
7563
7700
|
},
|
|
7564
7701
|
{
|
|
@@ -7606,6 +7743,7 @@
|
|
|
7606
7743
|
}
|
|
7607
7744
|
],
|
|
7608
7745
|
"isOptional": false,
|
|
7746
|
+
"isAbstract": false,
|
|
7609
7747
|
"name": "setIamProfileCrn"
|
|
7610
7748
|
},
|
|
7611
7749
|
{
|
|
@@ -7653,6 +7791,7 @@
|
|
|
7653
7791
|
}
|
|
7654
7792
|
],
|
|
7655
7793
|
"isOptional": false,
|
|
7794
|
+
"isAbstract": false,
|
|
7656
7795
|
"name": "setIamProfileId"
|
|
7657
7796
|
},
|
|
7658
7797
|
{
|
|
@@ -7683,7 +7822,8 @@
|
|
|
7683
7822
|
"endIndex": 2
|
|
7684
7823
|
},
|
|
7685
7824
|
"isStatic": false,
|
|
7686
|
-
"isProtected": true
|
|
7825
|
+
"isProtected": true,
|
|
7826
|
+
"isAbstract": false
|
|
7687
7827
|
}
|
|
7688
7828
|
],
|
|
7689
7829
|
"extendsTokenRange": {
|
|
@@ -7713,6 +7853,7 @@
|
|
|
7713
7853
|
],
|
|
7714
7854
|
"fileUrlPath": "dist/es/auth/token-managers/vpc-instance-token-manager.d.ts",
|
|
7715
7855
|
"releaseTag": "Public",
|
|
7856
|
+
"isAbstract": false,
|
|
7716
7857
|
"name": "VpcInstanceTokenManager",
|
|
7717
7858
|
"preserveMemberOrder": false,
|
|
7718
7859
|
"members": [
|
|
@@ -7782,6 +7923,7 @@
|
|
|
7782
7923
|
"overloadIndex": 1,
|
|
7783
7924
|
"parameters": [],
|
|
7784
7925
|
"isOptional": false,
|
|
7926
|
+
"isAbstract": false,
|
|
7785
7927
|
"name": "requestToken"
|
|
7786
7928
|
},
|
|
7787
7929
|
{
|
|
@@ -7829,6 +7971,7 @@
|
|
|
7829
7971
|
}
|
|
7830
7972
|
],
|
|
7831
7973
|
"isOptional": false,
|
|
7974
|
+
"isAbstract": false,
|
|
7832
7975
|
"name": "setIamProfileCrn"
|
|
7833
7976
|
},
|
|
7834
7977
|
{
|
|
@@ -7876,6 +8019,7 @@
|
|
|
7876
8019
|
}
|
|
7877
8020
|
],
|
|
7878
8021
|
"isOptional": false,
|
|
8022
|
+
"isAbstract": false,
|
|
7879
8023
|
"name": "setIamProfileId"
|
|
7880
8024
|
}
|
|
7881
8025
|
],
|