@alicloud/eiam20211201 2.17.0 → 2.17.2
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/dist/client.d.ts +240 -240
- package/dist/client.js +261 -240
- package/dist/client.js.map +1 -1
- package/dist/models/AddApplicationAccountToUserRequest.d.ts +1 -1
- package/dist/models/AddApplicationAccountToUserResponseBody.d.ts +1 -1
- package/dist/models/AddUserToOrganizationalUnitsRequest.d.ts +1 -1
- package/dist/models/AddUsersToGroupRequest.d.ts +1 -1
- package/dist/models/AuthorizeApplicationToGroupsRequest.d.ts +2 -2
- package/dist/models/AuthorizeApplicationToUsersRequest.d.ts +2 -2
- package/dist/models/AuthorizeResourceServerScopesToClientRequest.d.ts +3 -3
- package/dist/models/AuthorizeResourceServerScopesToGroupRequest.d.ts +3 -3
- package/dist/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.d.ts +4 -4
- package/dist/models/AuthorizeResourceServerScopesToUserRequest.d.ts +4 -4
- package/dist/models/AuthorizeResourceServerToClientRequest.d.ts +2 -2
- package/dist/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.d.ts +1 -1
- package/dist/models/CreateApplicationClientSecretRequest.d.ts +1 -1
- package/dist/models/CreateApplicationClientSecretResponseBody.d.ts +3 -3
- package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +165 -3
- package/dist/models/CreateApplicationFederatedCredentialRequest.js +170 -1
- package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +10 -16
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationRoleRequest.d.ts +3 -3
- package/dist/models/CreateApplicationRoleResponseBody.d.ts +1 -1
- package/dist/models/CreateClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/CreateClientPublicKeyResponseBody.d.ts +1 -1
- package/dist/models/CreateCloudAccountRequest.d.ts +9 -10
- package/dist/models/CreateCloudAccountRequest.js.map +1 -1
- package/dist/models/CreateCloudAccountResponseBody.d.ts +2 -2
- package/dist/models/CreateCredentialProviderRequest.d.ts +25 -34
- package/dist/models/CreateCredentialProviderRequest.js.map +1 -1
- package/dist/models/CreateCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialRequest.d.ts +14 -19
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateFederatedCredentialProviderRequest.d.ts +24 -24
- package/dist/models/CreateFederatedCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/CreateGroupRequest.d.ts +4 -4
- package/dist/models/CreateGroupResponseBody.d.ts +2 -2
- package/dist/models/CreateIdentityProviderRequest.d.ts +125 -132
- package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
- package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
- package/dist/models/CreateOrganizationalUnitRequest.d.ts +5 -5
- package/dist/models/CreateOrganizationalUnitResponseBody.d.ts +2 -2
- package/dist/models/CreateUserRequest.d.ts +24 -29
- package/dist/models/CreateUserRequest.js.map +1 -1
- package/dist/models/CreateUserResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationClientSecretRequest.d.ts +3 -3
- package/dist/models/DeleteApplicationClientSecretResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/DeleteApplicationRequest.d.ts +2 -2
- package/dist/models/DeleteApplicationResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationTokenRequest.d.ts +1 -1
- package/dist/models/DeleteCredentialProviderRequest.d.ts +2 -2
- package/dist/models/DeleteCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/DeleteGroupRequest.d.ts +2 -2
- package/dist/models/DeleteGroupResponseBody.d.ts +1 -1
- package/dist/models/DeleteIdentityProviderRequest.d.ts +2 -2
- package/dist/models/DeleteOrganizationalUnitChildrenRequest.d.ts +2 -2
- package/dist/models/DeleteOrganizationalUnitChildrenResponseBody.d.ts +1 -1
- package/dist/models/DeleteOrganizationalUnitRequest.d.ts +1 -1
- package/dist/models/DeleteResourceServerScopeRequest.d.ts +3 -3
- package/dist/models/DeleteResourceServerScopeResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/DisableApplicationRequest.d.ts +2 -2
- package/dist/models/DisableApplicationResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationTokenRequest.d.ts +1 -1
- package/dist/models/DisableClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/DisableIdentityProviderUdPullRequest.d.ts +2 -2
- package/dist/models/DisableIdentityProviderUdPullResponseBody.d.ts +1 -1
- package/dist/models/DisableUserRequest.d.ts +1 -1
- package/dist/models/EnableClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/EnableCredentialRequest.d.ts +1 -1
- package/dist/models/EnableIdentityProviderAuthnRequest.d.ts +1 -1
- package/dist/models/EnableIdentityProviderUdPullRequest.d.ts +2 -2
- package/dist/models/EnableIdentityProviderUdPullResponseBody.d.ts +1 -1
- package/dist/models/GenerateOauthTokenRequest.d.ts +1 -1
- package/dist/models/GenerateOauthTokenResponseBody.d.ts +3 -3
- package/dist/models/GetApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +150 -6
- package/dist/models/GetApplicationFederatedCredentialResponseBody.js +170 -1
- package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
- package/dist/models/GetApplicationGrantScopeRequest.d.ts +2 -2
- package/dist/models/GetApplicationGrantScopeResponseBody.d.ts +3 -3
- package/dist/models/GetApplicationResponseBody.d.ts +34 -75
- package/dist/models/GetApplicationResponseBody.js.map +1 -1
- package/dist/models/GetApplicationRoleRequest.d.ts +3 -3
- package/dist/models/GetApplicationRoleResponseBody.d.ts +8 -8
- package/dist/models/GetApplicationTemplateRequest.d.ts +1 -1
- package/dist/models/GetApplicationTemplateResponseBody.d.ts +10 -10
- package/dist/models/GetAuthorizationServerRequest.d.ts +2 -2
- package/dist/models/GetAuthorizationServerResponseBody.d.ts +28 -11
- package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -1
- package/dist/models/GetClientPublicKeyRequest.d.ts +1 -1
- package/dist/models/GetClientPublicKeyResponseBody.d.ts +5 -5
- package/dist/models/GetCloudAccountRequest.d.ts +1 -1
- package/dist/models/GetCloudAccountResponseBody.d.ts +23 -26
- package/dist/models/GetCloudAccountResponseBody.js +2 -0
- package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
- package/dist/models/GetCloudAccountRoleRequest.d.ts +2 -2
- package/dist/models/GetCloudAccountRoleResponseBody.d.ts +27 -34
- package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
- package/dist/models/GetCredentialProviderRequest.d.ts +2 -2
- package/dist/models/GetCredentialProviderResponseBody.d.ts +34 -39
- package/dist/models/GetCredentialProviderResponseBody.js.map +1 -1
- package/dist/models/GetCredentialRequest.d.ts +2 -2
- package/dist/models/GetCredentialResponseBody.d.ts +25 -34
- package/dist/models/GetCredentialResponseBody.js.map +1 -1
- package/dist/models/GetGroupResponseBody.d.ts +9 -10
- package/dist/models/GetGroupResponseBody.js.map +1 -1
- package/dist/models/GetIdentityProviderResponseBody.d.ts +115 -115
- package/dist/models/GetIdentityProviderUdPullConfigurationRequest.d.ts +1 -1
- package/dist/models/GetIdentityProviderUdPullConfigurationResponseBody.d.ts +31 -31
- package/dist/models/GetOrganizationalUnitRequest.d.ts +2 -2
- package/dist/models/GetOrganizationalUnitResponseBody.d.ts +20 -23
- package/dist/models/GetOrganizationalUnitResponseBody.js.map +1 -1
- package/dist/models/GetResourceServerScopeRequest.d.ts +1 -1
- package/dist/models/GetResourceServerScopeResponseBody.d.ts +5 -5
- package/dist/models/GetUserRequest.d.ts +2 -2
- package/dist/models/GetUserResponseBody.d.ts +39 -41
- package/dist/models/GetUserResponseBody.js.map +1 -1
- package/dist/models/ListApplicationAccountsRequest.d.ts +1 -1
- package/dist/models/ListApplicationAccountsResponseBody.d.ts +5 -5
- package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +4 -4
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +158 -9
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js +172 -1
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
- package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +4 -4
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +158 -9
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.js +172 -1
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.d.ts +4 -6
- package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationTokensRequest.d.ts +1 -1
- package/dist/models/ListApplicationTokensResponseBody.d.ts +7 -7
- package/dist/models/ListApplicationsForGroupRequest.d.ts +5 -5
- package/dist/models/ListApplicationsForGroupResponseBody.d.ts +10 -11
- package/dist/models/ListApplicationsForGroupResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForOrganizationalUnitRequest.d.ts +3 -3
- package/dist/models/ListApplicationsForOrganizationalUnitResponseBody.d.ts +4 -4
- package/dist/models/ListApplicationsRequest.d.ts +16 -19
- package/dist/models/ListApplicationsRequest.js +4 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +33 -49
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountRolesRequest.d.ts +9 -13
- package/dist/models/ListCloudAccountRolesRequest.js.map +1 -1
- package/dist/models/ListCloudAccountRolesResponseBody.d.ts +27 -36
- package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountsRequest.d.ts +9 -11
- package/dist/models/ListCloudAccountsRequest.js.map +1 -1
- package/dist/models/ListCloudAccountsResponseBody.d.ts +24 -28
- package/dist/models/ListCloudAccountsResponseBody.js +2 -0
- package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
- package/dist/models/ListConditionalAccessPoliciesForApplicationRequest.d.ts +2 -2
- package/dist/models/ListConditionalAccessPoliciesForApplicationResponseBody.d.ts +33 -33
- package/dist/models/ListCredentialProvidersRequest.d.ts +11 -12
- package/dist/models/ListCredentialProvidersRequest.js.map +1 -1
- package/dist/models/ListCredentialProvidersResponseBody.d.ts +35 -40
- package/dist/models/ListCredentialProvidersResponseBody.js.map +1 -1
- package/dist/models/ListCredentialsRequest.d.ts +7 -10
- package/dist/models/ListCredentialsRequest.js.map +1 -1
- package/dist/models/ListCredentialsResponseBody.d.ts +29 -38
- package/dist/models/ListCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListEventTypesRequest.d.ts +2 -2
- package/dist/models/ListEventTypesResponseBody.d.ts +4 -4
- package/dist/models/ListFederatedCredentialProvidersRequest.d.ts +5 -5
- package/dist/models/ListFederatedCredentialProvidersResponseBody.d.ts +33 -33
- package/dist/models/ListGroupsForUserRequest.d.ts +2 -2
- package/dist/models/ListGroupsForUserResponseBody.d.ts +17 -5
- package/dist/models/ListGroupsForUserResponseBody.js.map +1 -1
- package/dist/models/ListGroupsRequest.d.ts +7 -7
- package/dist/models/ListGroupsResponseBody.d.ts +13 -12
- package/dist/models/ListGroupsResponseBody.js.map +1 -1
- package/dist/models/ListIdentityProvidersRequest.d.ts +4 -4
- package/dist/models/ListIdentityProvidersResponseBody.d.ts +31 -31
- package/dist/models/ListInstancesRequest.d.ts +4 -1
- package/dist/models/ListInstancesRequest.js.map +1 -1
- package/dist/models/ListInstancesResponseBody.d.ts +33 -5
- package/dist/models/ListInstancesResponseBody.js.map +1 -1
- package/dist/models/ListOrganizationalUnitParentsRequest.d.ts +1 -1
- package/dist/models/ListOrganizationalUnitParentsResponseBody.d.ts +3 -3
- package/dist/models/ListResourceServerScopesRequest.d.ts +10 -10
- package/dist/models/ListResourceServerScopesResponseBody.d.ts +13 -13
- package/dist/models/ListResourceServersForUserRequest.d.ts +2 -2
- package/dist/models/ListResourceServersForUserResponseBody.d.ts +10 -8
- package/dist/models/ListResourceServersForUserResponseBody.js.map +1 -1
- package/dist/models/ListUsersRequest.d.ts +24 -31
- package/dist/models/ListUsersRequest.js.map +1 -1
- package/dist/models/ListUsersResponseBody.d.ts +32 -38
- package/dist/models/ListUsersResponseBody.js.map +1 -1
- package/dist/models/ObtainApplicationClientSecretResponseBody.d.ts +5 -7
- package/dist/models/ObtainApplicationClientSecretResponseBody.js.map +1 -1
- package/dist/models/ObtainApplicationTokenResponseBody.d.ts +4 -4
- package/dist/models/ObtainCredentialResponseBody.d.ts +23 -32
- package/dist/models/ObtainCredentialResponseBody.js.map +1 -1
- package/dist/models/ObtainDomainProxyTokenRequest.d.ts +2 -2
- package/dist/models/ObtainDomainProxyTokenResponseBody.d.ts +10 -11
- package/dist/models/ObtainDomainProxyTokenResponseBody.js.map +1 -1
- package/dist/models/RemoveApplicationAccountFromUserRequest.d.ts +4 -4
- package/dist/models/RemoveApplicationAccountFromUserResponseBody.d.ts +1 -1
- package/dist/models/RevokeApplicationFromGroupsRequest.d.ts +2 -2
- package/dist/models/RevokeApplicationFromUsersRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerFromClientRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerScopesFromClientRequest.d.ts +3 -3
- package/dist/models/RevokeResourceServerScopesFromGroupRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.d.ts +3 -3
- package/dist/models/RevokeResourceServerScopesFromUserRequest.d.ts +2 -2
- package/dist/models/SetApplicationProvisioningConfigRequest.d.ts +31 -48
- package/dist/models/SetApplicationProvisioningConfigRequest.js.map +1 -1
- package/dist/models/SetApplicationSsoConfigRequest.d.ts +48 -56
- package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
- package/dist/models/SetDefaultDomainRequest.d.ts +1 -1
- package/dist/models/SetIdentityProviderAuthnConfigurationRequest.d.ts +18 -18
- package/dist/models/SetIdentityProviderUdPullConfigurationRequest.d.ts +21 -22
- package/dist/models/SetIdentityProviderUdPullConfigurationRequest.js.map +1 -1
- package/dist/models/UpdateApplicationAdvancedConfigRequest.d.ts +3 -3
- package/dist/models/UpdateApplicationClientSecretExpirationTimeRequest.d.ts +2 -2
- package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +147 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js +168 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/UpdateApplicationInfoRequest.d.ts +2 -2
- package/dist/models/UpdateApplicationInfoResponseBody.d.ts +1 -1
- package/dist/models/UpdateConditionalAccessPolicyDescriptionRequest.d.ts +2 -2
- package/dist/models/UpdateConditionalAccessPolicyRequest.d.ts +14 -14
- package/dist/models/UpdateCredentialDescriptionRequest.d.ts +3 -3
- package/dist/models/UpdateCredentialDescriptionResponseBody.d.ts +1 -1
- package/dist/models/UpdateCredentialProviderRequest.d.ts +23 -33
- package/dist/models/UpdateCredentialProviderRequest.js.map +1 -1
- package/dist/models/UpdateCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/UpdateFederatedCredentialProviderDescriptionRequest.d.ts +2 -2
- package/dist/models/UpdateFederatedCredentialProviderRequest.d.ts +12 -12
- package/dist/models/UpdateIdentityProviderRequest.d.ts +53 -89
- package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
- package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
- package/dist/models/UpdateNetworkZoneRequest.d.ts +2 -2
- package/dist/models/UpdateUserRequest.d.ts +13 -16
- package/dist/models/UpdateUserRequest.js.map +1 -1
- package/dist/models/model.d.ts +30 -0
- package/dist/models/model.js +104 -44
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +268 -240
- package/src/models/AddApplicationAccountToUserRequest.ts +1 -1
- package/src/models/AddApplicationAccountToUserResponseBody.ts +1 -1
- package/src/models/AddUserToOrganizationalUnitsRequest.ts +1 -1
- package/src/models/AddUsersToGroupRequest.ts +1 -1
- package/src/models/AuthorizeApplicationToGroupsRequest.ts +2 -2
- package/src/models/AuthorizeApplicationToUsersRequest.ts +2 -2
- package/src/models/AuthorizeResourceServerScopesToClientRequest.ts +3 -3
- package/src/models/AuthorizeResourceServerScopesToGroupRequest.ts +3 -3
- package/src/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.ts +4 -4
- package/src/models/AuthorizeResourceServerScopesToUserRequest.ts +4 -4
- package/src/models/AuthorizeResourceServerToClientRequest.ts +2 -2
- package/src/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.ts +1 -1
- package/src/models/CreateApplicationClientSecretRequest.ts +1 -1
- package/src/models/CreateApplicationClientSecretResponseBody.ts +3 -3
- package/src/models/CreateApplicationFederatedCredentialRequest.ts +280 -3
- package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
- package/src/models/CreateApplicationRequest.ts +10 -16
- package/src/models/CreateApplicationRoleRequest.ts +3 -3
- package/src/models/CreateApplicationRoleResponseBody.ts +1 -1
- package/src/models/CreateClientPublicKeyRequest.ts +2 -2
- package/src/models/CreateClientPublicKeyResponseBody.ts +1 -1
- package/src/models/CreateCloudAccountRequest.ts +9 -10
- package/src/models/CreateCloudAccountResponseBody.ts +2 -2
- package/src/models/CreateCredentialProviderRequest.ts +25 -34
- package/src/models/CreateCredentialProviderResponseBody.ts +1 -1
- package/src/models/CreateCredentialRequest.ts +14 -19
- package/src/models/CreateFederatedCredentialProviderRequest.ts +24 -24
- package/src/models/CreateFederatedCredentialProviderResponseBody.ts +1 -1
- package/src/models/CreateGroupRequest.ts +4 -4
- package/src/models/CreateGroupResponseBody.ts +2 -2
- package/src/models/CreateIdentityProviderRequest.ts +125 -132
- package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
- package/src/models/CreateOrganizationalUnitRequest.ts +5 -5
- package/src/models/CreateOrganizationalUnitResponseBody.ts +2 -2
- package/src/models/CreateUserRequest.ts +24 -29
- package/src/models/CreateUserResponseBody.ts +1 -1
- package/src/models/DeleteApplicationClientSecretRequest.ts +3 -3
- package/src/models/DeleteApplicationClientSecretResponseBody.ts +1 -1
- package/src/models/DeleteApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/DeleteApplicationRequest.ts +2 -2
- package/src/models/DeleteApplicationResponseBody.ts +1 -1
- package/src/models/DeleteApplicationTokenRequest.ts +1 -1
- package/src/models/DeleteCredentialProviderRequest.ts +2 -2
- package/src/models/DeleteCredentialProviderResponseBody.ts +1 -1
- package/src/models/DeleteGroupRequest.ts +2 -2
- package/src/models/DeleteGroupResponseBody.ts +1 -1
- package/src/models/DeleteIdentityProviderRequest.ts +2 -2
- package/src/models/DeleteOrganizationalUnitChildrenRequest.ts +2 -2
- package/src/models/DeleteOrganizationalUnitChildrenResponseBody.ts +1 -1
- package/src/models/DeleteOrganizationalUnitRequest.ts +1 -1
- package/src/models/DeleteResourceServerScopeRequest.ts +3 -3
- package/src/models/DeleteResourceServerScopeResponseBody.ts +1 -1
- package/src/models/DisableApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/DisableApplicationRequest.ts +2 -2
- package/src/models/DisableApplicationResponseBody.ts +1 -1
- package/src/models/DisableApplicationTokenRequest.ts +1 -1
- package/src/models/DisableClientPublicKeyRequest.ts +2 -2
- package/src/models/DisableIdentityProviderUdPullRequest.ts +2 -2
- package/src/models/DisableIdentityProviderUdPullResponseBody.ts +1 -1
- package/src/models/DisableUserRequest.ts +1 -1
- package/src/models/EnableClientPublicKeyRequest.ts +2 -2
- package/src/models/EnableCredentialRequest.ts +1 -1
- package/src/models/EnableIdentityProviderAuthnRequest.ts +1 -1
- package/src/models/EnableIdentityProviderUdPullRequest.ts +2 -2
- package/src/models/EnableIdentityProviderUdPullResponseBody.ts +1 -1
- package/src/models/GenerateOauthTokenRequest.ts +1 -1
- package/src/models/GenerateOauthTokenResponseBody.ts +3 -3
- package/src/models/GetApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/GetApplicationFederatedCredentialResponseBody.ts +265 -6
- package/src/models/GetApplicationGrantScopeRequest.ts +2 -2
- package/src/models/GetApplicationGrantScopeResponseBody.ts +3 -3
- package/src/models/GetApplicationResponseBody.ts +34 -75
- package/src/models/GetApplicationRoleRequest.ts +3 -3
- package/src/models/GetApplicationRoleResponseBody.ts +8 -8
- package/src/models/GetApplicationTemplateRequest.ts +1 -1
- package/src/models/GetApplicationTemplateResponseBody.ts +10 -10
- package/src/models/GetAuthorizationServerRequest.ts +2 -2
- package/src/models/GetAuthorizationServerResponseBody.ts +28 -11
- package/src/models/GetClientPublicKeyRequest.ts +1 -1
- package/src/models/GetClientPublicKeyResponseBody.ts +5 -5
- package/src/models/GetCloudAccountRequest.ts +1 -1
- package/src/models/GetCloudAccountResponseBody.ts +25 -26
- package/src/models/GetCloudAccountRoleRequest.ts +2 -2
- package/src/models/GetCloudAccountRoleResponseBody.ts +27 -34
- package/src/models/GetCredentialProviderRequest.ts +2 -2
- package/src/models/GetCredentialProviderResponseBody.ts +34 -39
- package/src/models/GetCredentialRequest.ts +2 -2
- package/src/models/GetCredentialResponseBody.ts +25 -34
- package/src/models/GetGroupResponseBody.ts +9 -10
- package/src/models/GetIdentityProviderResponseBody.ts +115 -115
- package/src/models/GetIdentityProviderUdPullConfigurationRequest.ts +1 -1
- package/src/models/GetIdentityProviderUdPullConfigurationResponseBody.ts +31 -31
- package/src/models/GetOrganizationalUnitRequest.ts +2 -2
- package/src/models/GetOrganizationalUnitResponseBody.ts +20 -23
- package/src/models/GetResourceServerScopeRequest.ts +1 -1
- package/src/models/GetResourceServerScopeResponseBody.ts +5 -5
- package/src/models/GetUserRequest.ts +2 -2
- package/src/models/GetUserResponseBody.ts +39 -41
- package/src/models/ListApplicationAccountsRequest.ts +1 -1
- package/src/models/ListApplicationAccountsResponseBody.ts +5 -5
- package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +4 -4
- package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +275 -9
- package/src/models/ListApplicationFederatedCredentialsRequest.ts +4 -4
- package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +275 -9
- package/src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts +4 -6
- package/src/models/ListApplicationTokensRequest.ts +1 -1
- package/src/models/ListApplicationTokensResponseBody.ts +7 -7
- package/src/models/ListApplicationsForGroupRequest.ts +5 -5
- package/src/models/ListApplicationsForGroupResponseBody.ts +10 -11
- package/src/models/ListApplicationsForOrganizationalUnitRequest.ts +3 -3
- package/src/models/ListApplicationsForOrganizationalUnitResponseBody.ts +4 -4
- package/src/models/ListApplicationsRequest.ts +20 -19
- package/src/models/ListApplicationsResponseBody.ts +33 -49
- package/src/models/ListCloudAccountRolesRequest.ts +9 -13
- package/src/models/ListCloudAccountRolesResponseBody.ts +27 -36
- package/src/models/ListCloudAccountsRequest.ts +9 -11
- package/src/models/ListCloudAccountsResponseBody.ts +26 -28
- package/src/models/ListConditionalAccessPoliciesForApplicationRequest.ts +2 -2
- package/src/models/ListConditionalAccessPoliciesForApplicationResponseBody.ts +33 -33
- package/src/models/ListCredentialProvidersRequest.ts +11 -12
- package/src/models/ListCredentialProvidersResponseBody.ts +35 -40
- package/src/models/ListCredentialsRequest.ts +7 -10
- package/src/models/ListCredentialsResponseBody.ts +29 -38
- package/src/models/ListEventTypesRequest.ts +2 -2
- package/src/models/ListEventTypesResponseBody.ts +4 -4
- package/src/models/ListFederatedCredentialProvidersRequest.ts +5 -5
- package/src/models/ListFederatedCredentialProvidersResponseBody.ts +33 -33
- package/src/models/ListGroupsForUserRequest.ts +2 -2
- package/src/models/ListGroupsForUserResponseBody.ts +17 -5
- package/src/models/ListGroupsRequest.ts +7 -7
- package/src/models/ListGroupsResponseBody.ts +13 -12
- package/src/models/ListIdentityProvidersRequest.ts +4 -4
- package/src/models/ListIdentityProvidersResponseBody.ts +31 -31
- package/src/models/ListInstancesRequest.ts +4 -1
- package/src/models/ListInstancesResponseBody.ts +33 -5
- package/src/models/ListOrganizationalUnitParentsRequest.ts +1 -1
- package/src/models/ListOrganizationalUnitParentsResponseBody.ts +3 -3
- package/src/models/ListResourceServerScopesRequest.ts +10 -10
- package/src/models/ListResourceServerScopesResponseBody.ts +13 -13
- package/src/models/ListResourceServersForUserRequest.ts +2 -2
- package/src/models/ListResourceServersForUserResponseBody.ts +10 -8
- package/src/models/ListUsersRequest.ts +24 -31
- package/src/models/ListUsersResponseBody.ts +32 -38
- package/src/models/ObtainApplicationClientSecretResponseBody.ts +5 -7
- package/src/models/ObtainApplicationTokenResponseBody.ts +4 -4
- package/src/models/ObtainCredentialResponseBody.ts +23 -32
- package/src/models/ObtainDomainProxyTokenRequest.ts +2 -2
- package/src/models/ObtainDomainProxyTokenResponseBody.ts +10 -11
- package/src/models/RemoveApplicationAccountFromUserRequest.ts +4 -4
- package/src/models/RemoveApplicationAccountFromUserResponseBody.ts +1 -1
- package/src/models/RevokeApplicationFromGroupsRequest.ts +2 -2
- package/src/models/RevokeApplicationFromUsersRequest.ts +2 -2
- package/src/models/RevokeResourceServerFromClientRequest.ts +2 -2
- package/src/models/RevokeResourceServerScopesFromClientRequest.ts +3 -3
- package/src/models/RevokeResourceServerScopesFromGroupRequest.ts +2 -2
- package/src/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.ts +3 -3
- package/src/models/RevokeResourceServerScopesFromUserRequest.ts +2 -2
- package/src/models/SetApplicationProvisioningConfigRequest.ts +31 -48
- package/src/models/SetApplicationSsoConfigRequest.ts +48 -56
- package/src/models/SetDefaultDomainRequest.ts +1 -1
- package/src/models/SetIdentityProviderAuthnConfigurationRequest.ts +18 -18
- package/src/models/SetIdentityProviderUdPullConfigurationRequest.ts +21 -22
- package/src/models/UpdateApplicationAdvancedConfigRequest.ts +3 -3
- package/src/models/UpdateApplicationClientSecretExpirationTimeRequest.ts +2 -2
- package/src/models/UpdateApplicationFederatedCredentialRequest.ts +260 -1
- package/src/models/UpdateApplicationInfoRequest.ts +2 -2
- package/src/models/UpdateApplicationInfoResponseBody.ts +1 -1
- package/src/models/UpdateConditionalAccessPolicyDescriptionRequest.ts +2 -2
- package/src/models/UpdateConditionalAccessPolicyRequest.ts +14 -14
- package/src/models/UpdateCredentialDescriptionRequest.ts +3 -3
- package/src/models/UpdateCredentialDescriptionResponseBody.ts +1 -1
- package/src/models/UpdateCredentialProviderRequest.ts +23 -33
- package/src/models/UpdateCredentialProviderResponseBody.ts +1 -1
- package/src/models/UpdateFederatedCredentialProviderDescriptionRequest.ts +2 -2
- package/src/models/UpdateFederatedCredentialProviderRequest.ts +12 -12
- package/src/models/UpdateIdentityProviderRequest.ts +53 -89
- package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
- package/src/models/UpdateNetworkZoneRequest.ts +2 -2
- package/src/models/UpdateUserRequest.ts +13 -16
- package/src/models/model.ts +30 -0
package/dist/client.js
CHANGED
|
@@ -70,7 +70,7 @@ class Client extends openapi_core_1.default {
|
|
|
70
70
|
return openapi_core_2.OpenApiUtil.getEndpointRules(productId, regionId, endpointRule, network, suffix);
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
* Adds an application account
|
|
73
|
+
* Adds an application account for a specified employee under the current application.
|
|
74
74
|
*
|
|
75
75
|
* @param request - AddApplicationAccountToUserRequest
|
|
76
76
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -108,7 +108,7 @@ class Client extends openapi_core_1.default {
|
|
|
108
108
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddApplicationAccountToUserResponse({}));
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
* Adds an application account
|
|
111
|
+
* Adds an application account for a specified employee under the current application.
|
|
112
112
|
*
|
|
113
113
|
* @param request - AddApplicationAccountToUserRequest
|
|
114
114
|
* @returns AddApplicationAccountToUserResponse
|
|
@@ -331,7 +331,7 @@ class Client extends openapi_core_1.default {
|
|
|
331
331
|
return await this.addUserToAuthorizationRuleWithOptions(request, runtime);
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
|
-
* Adds a specified EIAM account to
|
|
334
|
+
* Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
|
|
335
335
|
*
|
|
336
336
|
* @param request - AddUserToOrganizationalUnitsRequest
|
|
337
337
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -366,7 +366,7 @@ class Client extends openapi_core_1.default {
|
|
|
366
366
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUserToOrganizationalUnitsResponse({}));
|
|
367
367
|
}
|
|
368
368
|
/**
|
|
369
|
-
* Adds a specified EIAM account to
|
|
369
|
+
* Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
|
|
370
370
|
*
|
|
371
371
|
* @param request - AddUserToOrganizationalUnitsRequest
|
|
372
372
|
* @returns AddUserToOrganizationalUnitsResponse
|
|
@@ -376,7 +376,7 @@ class Client extends openapi_core_1.default {
|
|
|
376
376
|
return await this.addUserToOrganizationalUnitsWithOptions(request, runtime);
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
|
-
* Adds Employee Identity and Access Management (EIAM) accounts to
|
|
379
|
+
* Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
|
|
380
380
|
*
|
|
381
381
|
* @param request - AddUsersToGroupRequest
|
|
382
382
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -411,7 +411,7 @@ class Client extends openapi_core_1.default {
|
|
|
411
411
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUsersToGroupResponse({}));
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
|
-
* Adds Employee Identity and Access Management (EIAM) accounts to
|
|
414
|
+
* Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
|
|
415
415
|
*
|
|
416
416
|
* @param request - AddUsersToGroupRequest
|
|
417
417
|
* @returns AddUsersToGroupResponse
|
|
@@ -421,7 +421,7 @@ class Client extends openapi_core_1.default {
|
|
|
421
421
|
return await this.addUsersToGroupWithOptions(request, runtime);
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
|
-
* Grants multiple EIAM groups access to an application.
|
|
424
|
+
* Grants multiple EIAM groups access to an application in a batch.
|
|
425
425
|
*
|
|
426
426
|
* @param request - AuthorizeApplicationToGroupsRequest
|
|
427
427
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -459,7 +459,7 @@ class Client extends openapi_core_1.default {
|
|
|
459
459
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeApplicationToGroupsResponse({}));
|
|
460
460
|
}
|
|
461
461
|
/**
|
|
462
|
-
* Grants multiple EIAM groups access to an application.
|
|
462
|
+
* Grants multiple EIAM groups access to an application in a batch.
|
|
463
463
|
*
|
|
464
464
|
* @param request - AuthorizeApplicationToGroupsRequest
|
|
465
465
|
* @returns AuthorizeApplicationToGroupsResponse
|
|
@@ -517,7 +517,7 @@ class Client extends openapi_core_1.default {
|
|
|
517
517
|
return await this.authorizeApplicationToOrganizationalUnitsWithOptions(request, runtime);
|
|
518
518
|
}
|
|
519
519
|
/**
|
|
520
|
-
* Grants
|
|
520
|
+
* Grants multiple EIAM accounts access to an application in a batch.
|
|
521
521
|
*
|
|
522
522
|
* @param request - AuthorizeApplicationToUsersRequest
|
|
523
523
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -555,7 +555,7 @@ class Client extends openapi_core_1.default {
|
|
|
555
555
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeApplicationToUsersResponse({}));
|
|
556
556
|
}
|
|
557
557
|
/**
|
|
558
|
-
* Grants
|
|
558
|
+
* Grants multiple EIAM accounts access to an application in a batch.
|
|
559
559
|
*
|
|
560
560
|
* @param request - AuthorizeApplicationToUsersRequest
|
|
561
561
|
* @returns AuthorizeApplicationToUsersResponse
|
|
@@ -565,7 +565,7 @@ class Client extends openapi_core_1.default {
|
|
|
565
565
|
return await this.authorizeApplicationToUsersWithOptions(request, runtime);
|
|
566
566
|
}
|
|
567
567
|
/**
|
|
568
|
-
* Grants
|
|
568
|
+
* Grants Scope permissions under a specified ResourceServer to a Client application.
|
|
569
569
|
*
|
|
570
570
|
* @param request - AuthorizeResourceServerScopesToClientRequest
|
|
571
571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -603,7 +603,7 @@ class Client extends openapi_core_1.default {
|
|
|
603
603
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeResourceServerScopesToClientResponse({}));
|
|
604
604
|
}
|
|
605
605
|
/**
|
|
606
|
-
* Grants
|
|
606
|
+
* Grants Scope permissions under a specified ResourceServer to a Client application.
|
|
607
607
|
*
|
|
608
608
|
* @param request - AuthorizeResourceServerScopesToClientRequest
|
|
609
609
|
* @returns AuthorizeResourceServerScopesToClientResponse
|
|
@@ -613,7 +613,7 @@ class Client extends openapi_core_1.default {
|
|
|
613
613
|
return await this.authorizeResourceServerScopesToClientWithOptions(request, runtime);
|
|
614
614
|
}
|
|
615
615
|
/**
|
|
616
|
-
* Grants
|
|
616
|
+
* Grants Scope permissions under a specified ResourceServer to a group.
|
|
617
617
|
*
|
|
618
618
|
* @param request - AuthorizeResourceServerScopesToGroupRequest
|
|
619
619
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -654,7 +654,7 @@ class Client extends openapi_core_1.default {
|
|
|
654
654
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeResourceServerScopesToGroupResponse({}));
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
|
-
* Grants
|
|
657
|
+
* Grants Scope permissions under a specified ResourceServer to a group.
|
|
658
658
|
*
|
|
659
659
|
* @param request - AuthorizeResourceServerScopesToGroupRequest
|
|
660
660
|
* @returns AuthorizeResourceServerScopesToGroupResponse
|
|
@@ -664,7 +664,7 @@ class Client extends openapi_core_1.default {
|
|
|
664
664
|
return await this.authorizeResourceServerScopesToGroupWithOptions(request, runtime);
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
|
-
* Grants scope permissions
|
|
667
|
+
* Grants scope permissions under a specified ResourceServer to an organizational unit.
|
|
668
668
|
*
|
|
669
669
|
* @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
|
|
670
670
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -705,7 +705,7 @@ class Client extends openapi_core_1.default {
|
|
|
705
705
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeResourceServerScopesToOrganizationalUnitResponse({}));
|
|
706
706
|
}
|
|
707
707
|
/**
|
|
708
|
-
* Grants scope permissions
|
|
708
|
+
* Grants scope permissions under a specified ResourceServer to an organizational unit.
|
|
709
709
|
*
|
|
710
710
|
* @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
|
|
711
711
|
* @returns AuthorizeResourceServerScopesToOrganizationalUnitResponse
|
|
@@ -715,7 +715,7 @@ class Client extends openapi_core_1.default {
|
|
|
715
715
|
return await this.authorizeResourceServerScopesToOrganizationalUnitWithOptions(request, runtime);
|
|
716
716
|
}
|
|
717
717
|
/**
|
|
718
|
-
* Grants
|
|
718
|
+
* Grants Scope permissions under a specified ResourceServer to an account.
|
|
719
719
|
*
|
|
720
720
|
* @param request - AuthorizeResourceServerScopesToUserRequest
|
|
721
721
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -756,7 +756,7 @@ class Client extends openapi_core_1.default {
|
|
|
756
756
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeResourceServerScopesToUserResponse({}));
|
|
757
757
|
}
|
|
758
758
|
/**
|
|
759
|
-
* Grants
|
|
759
|
+
* Grants Scope permissions under a specified ResourceServer to an account.
|
|
760
760
|
*
|
|
761
761
|
* @param request - AuthorizeResourceServerScopesToUserRequest
|
|
762
762
|
* @returns AuthorizeResourceServerScopesToUserResponse
|
|
@@ -766,7 +766,7 @@ class Client extends openapi_core_1.default {
|
|
|
766
766
|
return await this.authorizeResourceServerScopesToUserWithOptions(request, runtime);
|
|
767
767
|
}
|
|
768
768
|
/**
|
|
769
|
-
* Authorizes a
|
|
769
|
+
* Authorizes a specified ResourceServer for a Client application.
|
|
770
770
|
*
|
|
771
771
|
* @param request - AuthorizeResourceServerToClientRequest
|
|
772
772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -801,7 +801,7 @@ class Client extends openapi_core_1.default {
|
|
|
801
801
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AuthorizeResourceServerToClientResponse({}));
|
|
802
802
|
}
|
|
803
803
|
/**
|
|
804
|
-
* Authorizes a
|
|
804
|
+
* Authorizes a specified ResourceServer for a Client application.
|
|
805
805
|
*
|
|
806
806
|
* @param request - AuthorizeResourceServerToClientRequest
|
|
807
807
|
* @returns AuthorizeResourceServerToClientResponse
|
|
@@ -859,7 +859,7 @@ class Client extends openapi_core_1.default {
|
|
|
859
859
|
return await this.bindUserAuthnSourceMappingWithOptions(request, runtime);
|
|
860
860
|
}
|
|
861
861
|
/**
|
|
862
|
-
* Checks whether the primary
|
|
862
|
+
* Checks whether the primary organization for application synchronization is within the application synchronization scope.
|
|
863
863
|
*
|
|
864
864
|
* @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
|
|
865
865
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -894,7 +894,7 @@ class Client extends openapi_core_1.default {
|
|
|
894
894
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse({}));
|
|
895
895
|
}
|
|
896
896
|
/**
|
|
897
|
-
* Checks whether the primary
|
|
897
|
+
* Checks whether the primary organization for application synchronization is within the application synchronization scope.
|
|
898
898
|
*
|
|
899
899
|
* @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
|
|
900
900
|
* @returns CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse
|
|
@@ -991,10 +991,10 @@ class Client extends openapi_core_1.default {
|
|
|
991
991
|
return await this.checkInstanceModuleStatusWithOptions(request, runtime);
|
|
992
992
|
}
|
|
993
993
|
/**
|
|
994
|
-
* Creates an application in
|
|
994
|
+
* Creates an application resource in a specified EIAM instance.
|
|
995
995
|
*
|
|
996
996
|
* @remarks
|
|
997
|
-
*
|
|
997
|
+
* EIAM supports two standard SSO protocols for application access: SAML 2.0 and OIDC. This parameter cannot be changed after it is specified. Create the application based on the SSO protocol type used in your business scenario.
|
|
998
998
|
*
|
|
999
999
|
* @param request - CreateApplicationRequest
|
|
1000
1000
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1050,10 +1050,10 @@ class Client extends openapi_core_1.default {
|
|
|
1050
1050
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationResponse({}));
|
|
1051
1051
|
}
|
|
1052
1052
|
/**
|
|
1053
|
-
* Creates an application in
|
|
1053
|
+
* Creates an application resource in a specified EIAM instance.
|
|
1054
1054
|
*
|
|
1055
1055
|
* @remarks
|
|
1056
|
-
*
|
|
1056
|
+
* EIAM supports two standard SSO protocols for application access: SAML 2.0 and OIDC. This parameter cannot be changed after it is specified. Create the application based on the SSO protocol type used in your business scenario.
|
|
1057
1057
|
*
|
|
1058
1058
|
* @param request - CreateApplicationRequest
|
|
1059
1059
|
* @returns CreateApplicationResponse
|
|
@@ -1063,7 +1063,7 @@ class Client extends openapi_core_1.default {
|
|
|
1063
1063
|
return await this.createApplicationWithOptions(request, runtime);
|
|
1064
1064
|
}
|
|
1065
1065
|
/**
|
|
1066
|
-
* Creates a client secret for an EIAM application. You can create
|
|
1066
|
+
* Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
|
|
1067
1067
|
*
|
|
1068
1068
|
* @param request - CreateApplicationClientSecretRequest
|
|
1069
1069
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1098,7 +1098,7 @@ class Client extends openapi_core_1.default {
|
|
|
1098
1098
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationClientSecretResponse({}));
|
|
1099
1099
|
}
|
|
1100
1100
|
/**
|
|
1101
|
-
* Creates a client secret for an EIAM application. You can create
|
|
1101
|
+
* Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
|
|
1102
1102
|
*
|
|
1103
1103
|
* @param request - CreateApplicationClientSecretRequest
|
|
1104
1104
|
* @returns CreateApplicationClientSecretResponse
|
|
@@ -1108,7 +1108,7 @@ class Client extends openapi_core_1.default {
|
|
|
1108
1108
|
return await this.createApplicationClientSecretWithOptions(request, runtime);
|
|
1109
1109
|
}
|
|
1110
1110
|
/**
|
|
1111
|
-
* Creates an application federated credential.
|
|
1111
|
+
* Creates an application federated identity credential.
|
|
1112
1112
|
*
|
|
1113
1113
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1114
1114
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1138,9 +1138,18 @@ class Client extends openapi_core_1.default {
|
|
|
1138
1138
|
if (!$dara.isNull(request.instanceId)) {
|
|
1139
1139
|
query["InstanceId"] = request.instanceId;
|
|
1140
1140
|
}
|
|
1141
|
+
if (!$dara.isNull(request.oidcVerificationConfig)) {
|
|
1142
|
+
query["OidcVerificationConfig"] = request.oidcVerificationConfig;
|
|
1143
|
+
}
|
|
1144
|
+
if (!$dara.isNull(request.pkcs7VerificationConfig)) {
|
|
1145
|
+
query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
|
|
1146
|
+
}
|
|
1141
1147
|
if (!$dara.isNull(request.verificationCondition)) {
|
|
1142
1148
|
query["VerificationCondition"] = request.verificationCondition;
|
|
1143
1149
|
}
|
|
1150
|
+
if (!$dara.isNull(request.verificationMode)) {
|
|
1151
|
+
query["VerificationMode"] = request.verificationMode;
|
|
1152
|
+
}
|
|
1144
1153
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1145
1154
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1146
1155
|
});
|
|
@@ -1158,7 +1167,7 @@ class Client extends openapi_core_1.default {
|
|
|
1158
1167
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateApplicationFederatedCredentialResponse({}));
|
|
1159
1168
|
}
|
|
1160
1169
|
/**
|
|
1161
|
-
* Creates an application federated credential.
|
|
1170
|
+
* Creates an application federated identity credential.
|
|
1162
1171
|
*
|
|
1163
1172
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1164
1173
|
* @returns CreateApplicationFederatedCredentialResponse
|
|
@@ -1418,7 +1427,7 @@ class Client extends openapi_core_1.default {
|
|
|
1418
1427
|
return await this.createBrandWithOptions(request, runtime);
|
|
1419
1428
|
}
|
|
1420
1429
|
/**
|
|
1421
|
-
* Creates a
|
|
1430
|
+
* Creates a ClientPublicKey for an application. When an M2M client uses the PRIVATE_KEY_JWT method to request the token endpoint, this public key is used by the M2M authorization server to verify the assertion carried in the client\\"s token endpoint request.
|
|
1422
1431
|
*
|
|
1423
1432
|
* @param request - CreateClientPublicKeyRequest
|
|
1424
1433
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1459,7 +1468,7 @@ class Client extends openapi_core_1.default {
|
|
|
1459
1468
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateClientPublicKeyResponse({}));
|
|
1460
1469
|
}
|
|
1461
1470
|
/**
|
|
1462
|
-
* Creates a
|
|
1471
|
+
* Creates a ClientPublicKey for an application. When an M2M client uses the PRIVATE_KEY_JWT method to request the token endpoint, this public key is used by the M2M authorization server to verify the assertion carried in the client\\"s token endpoint request.
|
|
1463
1472
|
*
|
|
1464
1473
|
* @param request - CreateClientPublicKeyRequest
|
|
1465
1474
|
* @returns CreateClientPublicKeyResponse
|
|
@@ -1469,10 +1478,10 @@ class Client extends openapi_core_1.default {
|
|
|
1469
1478
|
return await this.createClientPublicKeyWithOptions(request, runtime);
|
|
1470
1479
|
}
|
|
1471
1480
|
/**
|
|
1472
|
-
* Creates a cloud account in
|
|
1481
|
+
* Creates a cloud account resource in a specified EIAM instance.
|
|
1473
1482
|
*
|
|
1474
1483
|
* @remarks
|
|
1475
|
-
* *Before you call this operation,
|
|
1484
|
+
* *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1476
1485
|
*
|
|
1477
1486
|
* @param request - CreateCloudAccountRequest
|
|
1478
1487
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1522,10 +1531,10 @@ class Client extends openapi_core_1.default {
|
|
|
1522
1531
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCloudAccountResponse({}));
|
|
1523
1532
|
}
|
|
1524
1533
|
/**
|
|
1525
|
-
* Creates a cloud account in
|
|
1534
|
+
* Creates a cloud account resource in a specified EIAM instance.
|
|
1526
1535
|
*
|
|
1527
1536
|
* @remarks
|
|
1528
|
-
* *Before you call this operation,
|
|
1537
|
+
* *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
|
|
1529
1538
|
*
|
|
1530
1539
|
* @param request - CreateCloudAccountRequest
|
|
1531
1540
|
* @returns CreateCloudAccountResponse
|
|
@@ -1661,7 +1670,7 @@ class Client extends openapi_core_1.default {
|
|
|
1661
1670
|
return await this.createConditionalAccessPolicyWithOptions(request, runtime);
|
|
1662
1671
|
}
|
|
1663
1672
|
/**
|
|
1664
|
-
* Creates a credential in a specified EIAM instance.
|
|
1673
|
+
* Creates a credential resource in a specified EIAM instance.
|
|
1665
1674
|
*
|
|
1666
1675
|
* @param request - CreateCredentialRequest
|
|
1667
1676
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1726,7 +1735,7 @@ class Client extends openapi_core_1.default {
|
|
|
1726
1735
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCredentialResponse({}));
|
|
1727
1736
|
}
|
|
1728
1737
|
/**
|
|
1729
|
-
* Creates a credential in a specified EIAM instance.
|
|
1738
|
+
* Creates a credential resource in a specified EIAM instance.
|
|
1730
1739
|
*
|
|
1731
1740
|
* @param request - CreateCredentialRequest
|
|
1732
1741
|
* @returns CreateCredentialResponse
|
|
@@ -2012,7 +2021,7 @@ class Client extends openapi_core_1.default {
|
|
|
2012
2021
|
return await this.createDomainProxyTokenWithOptions(request, runtime);
|
|
2013
2022
|
}
|
|
2014
2023
|
/**
|
|
2015
|
-
*
|
|
2024
|
+
* Creates a federated trust source.
|
|
2016
2025
|
*
|
|
2017
2026
|
* @param request - CreateFederatedCredentialProviderRequest
|
|
2018
2027
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2065,7 +2074,7 @@ class Client extends openapi_core_1.default {
|
|
|
2065
2074
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateFederatedCredentialProviderResponse({}));
|
|
2066
2075
|
}
|
|
2067
2076
|
/**
|
|
2068
|
-
*
|
|
2077
|
+
* Creates a federated trust source.
|
|
2069
2078
|
*
|
|
2070
2079
|
* @param request - CreateFederatedCredentialProviderRequest
|
|
2071
2080
|
* @returns CreateFederatedCredentialProviderResponse
|
|
@@ -2075,7 +2084,7 @@ class Client extends openapi_core_1.default {
|
|
|
2075
2084
|
return await this.createFederatedCredentialProviderWithOptions(request, runtime);
|
|
2076
2085
|
}
|
|
2077
2086
|
/**
|
|
2078
|
-
*
|
|
2087
|
+
* Create an EIAM account group.
|
|
2079
2088
|
*
|
|
2080
2089
|
* @param request - CreateGroupRequest
|
|
2081
2090
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2113,7 +2122,7 @@ class Client extends openapi_core_1.default {
|
|
|
2113
2122
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGroupResponse({}));
|
|
2114
2123
|
}
|
|
2115
2124
|
/**
|
|
2116
|
-
*
|
|
2125
|
+
* Create an EIAM account group.
|
|
2117
2126
|
*
|
|
2118
2127
|
* @param request - CreateGroupRequest
|
|
2119
2128
|
* @returns CreateGroupResponse
|
|
@@ -2123,7 +2132,7 @@ class Client extends openapi_core_1.default {
|
|
|
2123
2132
|
return await this.createGroupWithOptions(request, runtime);
|
|
2124
2133
|
}
|
|
2125
2134
|
/**
|
|
2126
|
-
*
|
|
2135
|
+
* Create an identity provider.
|
|
2127
2136
|
*
|
|
2128
2137
|
* @param request - CreateIdentityProviderRequest
|
|
2129
2138
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2203,7 +2212,7 @@ class Client extends openapi_core_1.default {
|
|
|
2203
2212
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIdentityProviderResponse({}));
|
|
2204
2213
|
}
|
|
2205
2214
|
/**
|
|
2206
|
-
*
|
|
2215
|
+
* Create an identity provider.
|
|
2207
2216
|
*
|
|
2208
2217
|
* @param request - CreateIdentityProviderRequest
|
|
2209
2218
|
* @returns CreateIdentityProviderResponse
|
|
@@ -2447,7 +2456,7 @@ class Client extends openapi_core_1.default {
|
|
|
2447
2456
|
return await this.createNetworkZoneWithOptions(request, runtime);
|
|
2448
2457
|
}
|
|
2449
2458
|
/**
|
|
2450
|
-
* Creates an organization
|
|
2459
|
+
* Creates an EIAM organization under a specified organization.
|
|
2451
2460
|
*
|
|
2452
2461
|
* @param request - CreateOrganizationalUnitRequest
|
|
2453
2462
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2488,7 +2497,7 @@ class Client extends openapi_core_1.default {
|
|
|
2488
2497
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateOrganizationalUnitResponse({}));
|
|
2489
2498
|
}
|
|
2490
2499
|
/**
|
|
2491
|
-
* Creates an organization
|
|
2500
|
+
* Creates an EIAM organization under a specified organization.
|
|
2492
2501
|
*
|
|
2493
2502
|
* @param request - CreateOrganizationalUnitRequest
|
|
2494
2503
|
* @returns CreateOrganizationalUnitResponse
|
|
@@ -2552,7 +2561,7 @@ class Client extends openapi_core_1.default {
|
|
|
2552
2561
|
return await this.createResourceServerScopeWithOptions(request, runtime);
|
|
2553
2562
|
}
|
|
2554
2563
|
/**
|
|
2555
|
-
*
|
|
2564
|
+
* Creates an EIAM account in a specified EIAM instance.
|
|
2556
2565
|
*
|
|
2557
2566
|
* @param request - CreateUserRequest
|
|
2558
2567
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2626,7 +2635,7 @@ class Client extends openapi_core_1.default {
|
|
|
2626
2635
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateUserResponse({}));
|
|
2627
2636
|
}
|
|
2628
2637
|
/**
|
|
2629
|
-
*
|
|
2638
|
+
* Creates an EIAM account in a specified EIAM instance.
|
|
2630
2639
|
*
|
|
2631
2640
|
* @param request - CreateUserRequest
|
|
2632
2641
|
* @returns CreateUserResponse
|
|
@@ -2636,10 +2645,10 @@ class Client extends openapi_core_1.default {
|
|
|
2636
2645
|
return await this.createUserWithOptions(request, runtime);
|
|
2637
2646
|
}
|
|
2638
2647
|
/**
|
|
2639
|
-
* Deletes an
|
|
2648
|
+
* Deletes an EIAM application resource.
|
|
2640
2649
|
*
|
|
2641
2650
|
* @remarks
|
|
2642
|
-
*
|
|
2651
|
+
* Before deleting a specified EIAM application, make sure the application is no longer in use. After the application is deleted, all configuration data is permanently deleted and cannot be recovered.
|
|
2643
2652
|
*
|
|
2644
2653
|
* @param request - DeleteApplicationRequest
|
|
2645
2654
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2671,10 +2680,10 @@ class Client extends openapi_core_1.default {
|
|
|
2671
2680
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApplicationResponse({}));
|
|
2672
2681
|
}
|
|
2673
2682
|
/**
|
|
2674
|
-
* Deletes an
|
|
2683
|
+
* Deletes an EIAM application resource.
|
|
2675
2684
|
*
|
|
2676
2685
|
* @remarks
|
|
2677
|
-
*
|
|
2686
|
+
* Before deleting a specified EIAM application, make sure the application is no longer in use. After the application is deleted, all configuration data is permanently deleted and cannot be recovered.
|
|
2678
2687
|
*
|
|
2679
2688
|
* @param request - DeleteApplicationRequest
|
|
2680
2689
|
* @returns DeleteApplicationResponse
|
|
@@ -2684,7 +2693,7 @@ class Client extends openapi_core_1.default {
|
|
|
2684
2693
|
return await this.deleteApplicationWithOptions(request, runtime);
|
|
2685
2694
|
}
|
|
2686
2695
|
/**
|
|
2687
|
-
* Deletes a client
|
|
2696
|
+
* Deletes a client secret of an EIAM application.
|
|
2688
2697
|
*
|
|
2689
2698
|
* @param request - DeleteApplicationClientSecretRequest
|
|
2690
2699
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2719,7 +2728,7 @@ class Client extends openapi_core_1.default {
|
|
|
2719
2728
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApplicationClientSecretResponse({}));
|
|
2720
2729
|
}
|
|
2721
2730
|
/**
|
|
2722
|
-
* Deletes a client
|
|
2731
|
+
* Deletes a client secret of an EIAM application.
|
|
2723
2732
|
*
|
|
2724
2733
|
* @param request - DeleteApplicationClientSecretRequest
|
|
2725
2734
|
* @returns DeleteApplicationClientSecretResponse
|
|
@@ -2729,7 +2738,7 @@ class Client extends openapi_core_1.default {
|
|
|
2729
2738
|
return await this.deleteApplicationClientSecretWithOptions(request, runtime);
|
|
2730
2739
|
}
|
|
2731
2740
|
/**
|
|
2732
|
-
* Deletes a federated credential
|
|
2741
|
+
* Deletes a federated identity credential of an application.
|
|
2733
2742
|
*
|
|
2734
2743
|
* @param request - DeleteApplicationFederatedCredentialRequest
|
|
2735
2744
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2764,7 +2773,7 @@ class Client extends openapi_core_1.default {
|
|
|
2764
2773
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApplicationFederatedCredentialResponse({}));
|
|
2765
2774
|
}
|
|
2766
2775
|
/**
|
|
2767
|
-
* Deletes a federated credential
|
|
2776
|
+
* Deletes a federated identity credential of an application.
|
|
2768
2777
|
*
|
|
2769
2778
|
* @param request - DeleteApplicationFederatedCredentialRequest
|
|
2770
2779
|
* @returns DeleteApplicationFederatedCredentialResponse
|
|
@@ -2819,7 +2828,7 @@ class Client extends openapi_core_1.default {
|
|
|
2819
2828
|
return await this.deleteApplicationRoleWithOptions(request, runtime);
|
|
2820
2829
|
}
|
|
2821
2830
|
/**
|
|
2822
|
-
* Deletes an
|
|
2831
|
+
* Deletes an ApplicationToken.
|
|
2823
2832
|
*
|
|
2824
2833
|
* @param request - DeleteApplicationTokenRequest
|
|
2825
2834
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2854,7 +2863,7 @@ class Client extends openapi_core_1.default {
|
|
|
2854
2863
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteApplicationTokenResponse({}));
|
|
2855
2864
|
}
|
|
2856
2865
|
/**
|
|
2857
|
-
* Deletes an
|
|
2866
|
+
* Deletes an ApplicationToken.
|
|
2858
2867
|
*
|
|
2859
2868
|
* @param request - DeleteApplicationTokenRequest
|
|
2860
2869
|
* @returns DeleteApplicationTokenResponse
|
|
@@ -2993,7 +3002,7 @@ class Client extends openapi_core_1.default {
|
|
|
2993
3002
|
return await this.deleteBrandWithOptions(request, runtime);
|
|
2994
3003
|
}
|
|
2995
3004
|
/**
|
|
2996
|
-
* Deletes
|
|
3005
|
+
* Deletes a specified application ClientPublicKey.
|
|
2997
3006
|
*
|
|
2998
3007
|
* @param request - DeleteClientPublicKeyRequest
|
|
2999
3008
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3028,7 +3037,7 @@ class Client extends openapi_core_1.default {
|
|
|
3028
3037
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteClientPublicKeyResponse({}));
|
|
3029
3038
|
}
|
|
3030
3039
|
/**
|
|
3031
|
-
* Deletes
|
|
3040
|
+
* Deletes a specified application ClientPublicKey.
|
|
3032
3041
|
*
|
|
3033
3042
|
* @param request - DeleteClientPublicKeyRequest
|
|
3034
3043
|
* @returns DeleteClientPublicKeyResponse
|
|
@@ -3476,7 +3485,7 @@ class Client extends openapi_core_1.default {
|
|
|
3476
3485
|
return await this.deleteFederatedCredentialProviderWithOptions(request, runtime);
|
|
3477
3486
|
}
|
|
3478
3487
|
/**
|
|
3479
|
-
*
|
|
3488
|
+
* Delete an EIAM account group.
|
|
3480
3489
|
*
|
|
3481
3490
|
* @param request - DeleteGroupRequest
|
|
3482
3491
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3508,7 +3517,7 @@ class Client extends openapi_core_1.default {
|
|
|
3508
3517
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGroupResponse({}));
|
|
3509
3518
|
}
|
|
3510
3519
|
/**
|
|
3511
|
-
*
|
|
3520
|
+
* Delete an EIAM account group.
|
|
3512
3521
|
*
|
|
3513
3522
|
* @param request - DeleteGroupRequest
|
|
3514
3523
|
* @returns DeleteGroupResponse
|
|
@@ -3518,7 +3527,7 @@ class Client extends openapi_core_1.default {
|
|
|
3518
3527
|
return await this.deleteGroupWithOptions(request, runtime);
|
|
3519
3528
|
}
|
|
3520
3529
|
/**
|
|
3521
|
-
*
|
|
3530
|
+
* Deletes an identity provider.
|
|
3522
3531
|
*
|
|
3523
3532
|
* @param request - DeleteIdentityProviderRequest
|
|
3524
3533
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3550,7 +3559,7 @@ class Client extends openapi_core_1.default {
|
|
|
3550
3559
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteIdentityProviderResponse({}));
|
|
3551
3560
|
}
|
|
3552
3561
|
/**
|
|
3553
|
-
*
|
|
3562
|
+
* Deletes an identity provider.
|
|
3554
3563
|
*
|
|
3555
3564
|
* @param request - DeleteIdentityProviderRequest
|
|
3556
3565
|
* @returns DeleteIdentityProviderResponse
|
|
@@ -3689,7 +3698,7 @@ class Client extends openapi_core_1.default {
|
|
|
3689
3698
|
return await this.deleteNetworkZoneWithOptions(request, runtime);
|
|
3690
3699
|
}
|
|
3691
3700
|
/**
|
|
3692
|
-
* Deletes
|
|
3701
|
+
* Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
|
|
3693
3702
|
*
|
|
3694
3703
|
* @param request - DeleteOrganizationalUnitRequest
|
|
3695
3704
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3721,7 +3730,7 @@ class Client extends openapi_core_1.default {
|
|
|
3721
3730
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteOrganizationalUnitResponse({}));
|
|
3722
3731
|
}
|
|
3723
3732
|
/**
|
|
3724
|
-
* Deletes
|
|
3733
|
+
* Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
|
|
3725
3734
|
*
|
|
3726
3735
|
* @param request - DeleteOrganizationalUnitRequest
|
|
3727
3736
|
* @returns DeleteOrganizationalUnitResponse
|
|
@@ -3731,7 +3740,7 @@ class Client extends openapi_core_1.default {
|
|
|
3731
3740
|
return await this.deleteOrganizationalUnitWithOptions(request, runtime);
|
|
3732
3741
|
}
|
|
3733
3742
|
/**
|
|
3734
|
-
* Deletes
|
|
3743
|
+
* Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
|
|
3735
3744
|
*
|
|
3736
3745
|
* @param request - DeleteOrganizationalUnitChildrenRequest
|
|
3737
3746
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3763,7 +3772,7 @@ class Client extends openapi_core_1.default {
|
|
|
3763
3772
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteOrganizationalUnitChildrenResponse({}));
|
|
3764
3773
|
}
|
|
3765
3774
|
/**
|
|
3766
|
-
* Deletes
|
|
3775
|
+
* Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
|
|
3767
3776
|
*
|
|
3768
3777
|
* @param request - DeleteOrganizationalUnitChildrenRequest
|
|
3769
3778
|
* @returns DeleteOrganizationalUnitChildrenResponse
|
|
@@ -3773,7 +3782,7 @@ class Client extends openapi_core_1.default {
|
|
|
3773
3782
|
return await this.deleteOrganizationalUnitChildrenWithOptions(request, runtime);
|
|
3774
3783
|
}
|
|
3775
3784
|
/**
|
|
3776
|
-
* Deletes a scope permission
|
|
3785
|
+
* Deletes a scope permission under a specified ResourceServer.
|
|
3777
3786
|
*
|
|
3778
3787
|
* @param request - DeleteResourceServerScopeRequest
|
|
3779
3788
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3808,7 +3817,7 @@ class Client extends openapi_core_1.default {
|
|
|
3808
3817
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteResourceServerScopeResponse({}));
|
|
3809
3818
|
}
|
|
3810
3819
|
/**
|
|
3811
|
-
* Deletes a scope permission
|
|
3820
|
+
* Deletes a scope permission under a specified ResourceServer.
|
|
3812
3821
|
*
|
|
3813
3822
|
* @param request - DeleteResourceServerScopeRequest
|
|
3814
3823
|
* @returns DeleteResourceServerScopeResponse
|
|
@@ -3818,7 +3827,7 @@ class Client extends openapi_core_1.default {
|
|
|
3818
3827
|
return await this.deleteResourceServerScopeWithOptions(request, runtime);
|
|
3819
3828
|
}
|
|
3820
3829
|
/**
|
|
3821
|
-
* Deletes a specified EIAM
|
|
3830
|
+
* Deletes a specified EIAM account and purges all information associated with the account.
|
|
3822
3831
|
*
|
|
3823
3832
|
* @param request - DeleteUserRequest
|
|
3824
3833
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3850,7 +3859,7 @@ class Client extends openapi_core_1.default {
|
|
|
3850
3859
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteUserResponse({}));
|
|
3851
3860
|
}
|
|
3852
3861
|
/**
|
|
3853
|
-
* Deletes a specified EIAM
|
|
3862
|
+
* Deletes a specified EIAM account and purges all information associated with the account.
|
|
3854
3863
|
*
|
|
3855
3864
|
* @param request - DeleteUserRequest
|
|
3856
3865
|
* @returns DeleteUserResponse
|
|
@@ -3947,10 +3956,10 @@ class Client extends openapi_core_1.default {
|
|
|
3947
3956
|
return await this.deleteWebAuthnAuthenticatorWithOptions(request, runtime);
|
|
3948
3957
|
}
|
|
3949
3958
|
/**
|
|
3950
|
-
* Disables an
|
|
3959
|
+
* Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
|
|
3951
3960
|
*
|
|
3952
3961
|
* @remarks
|
|
3953
|
-
*
|
|
3962
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable (such as SSO and account synchronization). Confirm that you are aware of the risks that this operation may cause.
|
|
3954
3963
|
*
|
|
3955
3964
|
* @param request - DisableApplicationRequest
|
|
3956
3965
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3982,10 +3991,10 @@ class Client extends openapi_core_1.default {
|
|
|
3982
3991
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableApplicationResponse({}));
|
|
3983
3992
|
}
|
|
3984
3993
|
/**
|
|
3985
|
-
* Disables an
|
|
3994
|
+
* Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
|
|
3986
3995
|
*
|
|
3987
3996
|
* @remarks
|
|
3988
|
-
*
|
|
3997
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable (such as SSO and account synchronization). Confirm that you are aware of the risks that this operation may cause.
|
|
3989
3998
|
*
|
|
3990
3999
|
* @param request - DisableApplicationRequest
|
|
3991
4000
|
* @returns DisableApplicationResponse
|
|
@@ -4082,7 +4091,7 @@ class Client extends openapi_core_1.default {
|
|
|
4082
4091
|
return await this.disableApplicationClientSecretWithOptions(request, runtime);
|
|
4083
4092
|
}
|
|
4084
4093
|
/**
|
|
4085
|
-
* Disables a federated credential for an application.
|
|
4094
|
+
* Disables a federated identity credential for an application.
|
|
4086
4095
|
*
|
|
4087
4096
|
* @param request - DisableApplicationFederatedCredentialRequest
|
|
4088
4097
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4117,7 +4126,7 @@ class Client extends openapi_core_1.default {
|
|
|
4117
4126
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableApplicationFederatedCredentialResponse({}));
|
|
4118
4127
|
}
|
|
4119
4128
|
/**
|
|
4120
|
-
* Disables a federated credential for an application.
|
|
4129
|
+
* Disables a federated identity credential for an application.
|
|
4121
4130
|
*
|
|
4122
4131
|
* @param request - DisableApplicationFederatedCredentialRequest
|
|
4123
4132
|
* @returns DisableApplicationFederatedCredentialResponse
|
|
@@ -4211,7 +4220,7 @@ class Client extends openapi_core_1.default {
|
|
|
4211
4220
|
return await this.disableApplicationProvisioningWithOptions(request, runtime);
|
|
4212
4221
|
}
|
|
4213
4222
|
/**
|
|
4214
|
-
* Disables the
|
|
4223
|
+
* Disables the ResourceServer capability of a specified application.
|
|
4215
4224
|
*
|
|
4216
4225
|
* @param request - DisableApplicationResourceServerRequest
|
|
4217
4226
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4243,7 +4252,7 @@ class Client extends openapi_core_1.default {
|
|
|
4243
4252
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableApplicationResourceServerResponse({}));
|
|
4244
4253
|
}
|
|
4245
4254
|
/**
|
|
4246
|
-
* Disables the
|
|
4255
|
+
* Disables the ResourceServer capability of a specified application.
|
|
4247
4256
|
*
|
|
4248
4257
|
* @param request - DisableApplicationResourceServerRequest
|
|
4249
4258
|
* @returns DisableApplicationResourceServerResponse
|
|
@@ -4298,7 +4307,7 @@ class Client extends openapi_core_1.default {
|
|
|
4298
4307
|
* Disables an application token.
|
|
4299
4308
|
*
|
|
4300
4309
|
* @remarks
|
|
4301
|
-
* When you change
|
|
4310
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
|
|
4302
4311
|
*
|
|
4303
4312
|
* @param request - DisableApplicationTokenRequest
|
|
4304
4313
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4336,7 +4345,7 @@ class Client extends openapi_core_1.default {
|
|
|
4336
4345
|
* Disables an application token.
|
|
4337
4346
|
*
|
|
4338
4347
|
* @remarks
|
|
4339
|
-
* When you change
|
|
4348
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
|
|
4340
4349
|
*
|
|
4341
4350
|
* @param request - DisableApplicationTokenRequest
|
|
4342
4351
|
* @returns DisableApplicationTokenResponse
|
|
@@ -4435,7 +4444,7 @@ class Client extends openapi_core_1.default {
|
|
|
4435
4444
|
return await this.disableBrandWithOptions(request, runtime);
|
|
4436
4445
|
}
|
|
4437
4446
|
/**
|
|
4438
|
-
* Disables
|
|
4447
|
+
* Disables a specified application ClientPublicKey.
|
|
4439
4448
|
*
|
|
4440
4449
|
* @param request - DisableClientPublicKeyRequest
|
|
4441
4450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4473,7 +4482,7 @@ class Client extends openapi_core_1.default {
|
|
|
4473
4482
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableClientPublicKeyResponse({}));
|
|
4474
4483
|
}
|
|
4475
4484
|
/**
|
|
4476
|
-
* Disables
|
|
4485
|
+
* Disables a specified application ClientPublicKey.
|
|
4477
4486
|
*
|
|
4478
4487
|
* @param request - DisableClientPublicKeyRequest
|
|
4479
4488
|
* @returns DisableClientPublicKeyResponse
|
|
@@ -4882,7 +4891,7 @@ class Client extends openapi_core_1.default {
|
|
|
4882
4891
|
* Disables authentication.
|
|
4883
4892
|
*
|
|
4884
4893
|
* @remarks
|
|
4885
|
-
* When you
|
|
4894
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
|
|
4886
4895
|
*
|
|
4887
4896
|
* @param request - DisableIdentityProviderAuthnRequest
|
|
4888
4897
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4917,7 +4926,7 @@ class Client extends openapi_core_1.default {
|
|
|
4917
4926
|
* Disables authentication.
|
|
4918
4927
|
*
|
|
4919
4928
|
* @remarks
|
|
4920
|
-
* When you
|
|
4929
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
|
|
4921
4930
|
*
|
|
4922
4931
|
* @param request - DisableIdentityProviderAuthnRequest
|
|
4923
4932
|
* @returns DisableIdentityProviderAuthnResponse
|
|
@@ -4927,7 +4936,7 @@ class Client extends openapi_core_1.default {
|
|
|
4927
4936
|
return await this.disableIdentityProviderAuthnWithOptions(request, runtime);
|
|
4928
4937
|
}
|
|
4929
4938
|
/**
|
|
4930
|
-
*
|
|
4939
|
+
* Disables the inbound synchronization feature of an identity provider.
|
|
4931
4940
|
*
|
|
4932
4941
|
* @param request - DisableIdentityProviderUdPullRequest
|
|
4933
4942
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4959,7 +4968,7 @@ class Client extends openapi_core_1.default {
|
|
|
4959
4968
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableIdentityProviderUdPullResponse({}));
|
|
4960
4969
|
}
|
|
4961
4970
|
/**
|
|
4962
|
-
*
|
|
4971
|
+
* Disables the inbound synchronization feature of an identity provider.
|
|
4963
4972
|
*
|
|
4964
4973
|
* @param request - DisableIdentityProviderUdPullRequest
|
|
4965
4974
|
* @returns DisableIdentityProviderUdPullResponse
|
|
@@ -5092,7 +5101,7 @@ class Client extends openapi_core_1.default {
|
|
|
5092
5101
|
return await this.disableResourceServerCustomSubjectWithOptions(request, runtime);
|
|
5093
5102
|
}
|
|
5094
5103
|
/**
|
|
5095
|
-
*
|
|
5104
|
+
* Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
|
|
5096
5105
|
*
|
|
5097
5106
|
* @param request - DisableUserRequest
|
|
5098
5107
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5124,7 +5133,7 @@ class Client extends openapi_core_1.default {
|
|
|
5124
5133
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableUserResponse({}));
|
|
5125
5134
|
}
|
|
5126
5135
|
/**
|
|
5127
|
-
*
|
|
5136
|
+
* Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
|
|
5128
5137
|
*
|
|
5129
5138
|
* @param request - DisableUserRequest
|
|
5130
5139
|
* @returns DisableUserResponse
|
|
@@ -5434,7 +5443,7 @@ class Client extends openapi_core_1.default {
|
|
|
5434
5443
|
return await this.enableApplicationResourceServerWithOptions(request, runtime);
|
|
5435
5444
|
}
|
|
5436
5445
|
/**
|
|
5437
|
-
* Enables
|
|
5446
|
+
* Enables the SSO feature for an EIAM application.
|
|
5438
5447
|
*
|
|
5439
5448
|
* @param request - EnableApplicationSsoRequest
|
|
5440
5449
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5466,7 +5475,7 @@ class Client extends openapi_core_1.default {
|
|
|
5466
5475
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableApplicationSsoResponse({}));
|
|
5467
5476
|
}
|
|
5468
5477
|
/**
|
|
5469
|
-
* Enables
|
|
5478
|
+
* Enables the SSO feature for an EIAM application.
|
|
5470
5479
|
*
|
|
5471
5480
|
* @param request - EnableApplicationSsoRequest
|
|
5472
5481
|
* @returns EnableApplicationSsoResponse
|
|
@@ -5610,7 +5619,7 @@ class Client extends openapi_core_1.default {
|
|
|
5610
5619
|
return await this.enableBrandWithOptions(request, runtime);
|
|
5611
5620
|
}
|
|
5612
5621
|
/**
|
|
5613
|
-
* Enables
|
|
5622
|
+
* Enables a specified application ClientPublicKey.
|
|
5614
5623
|
*
|
|
5615
5624
|
* @param request - EnableClientPublicKeyRequest
|
|
5616
5625
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5648,7 +5657,7 @@ class Client extends openapi_core_1.default {
|
|
|
5648
5657
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableClientPublicKeyResponse({}));
|
|
5649
5658
|
}
|
|
5650
5659
|
/**
|
|
5651
|
-
* Enables
|
|
5660
|
+
* Enables a specified application ClientPublicKey.
|
|
5652
5661
|
*
|
|
5653
5662
|
* @param request - EnableClientPublicKeyRequest
|
|
5654
5663
|
* @returns EnableClientPublicKeyResponse
|
|
@@ -6063,7 +6072,7 @@ class Client extends openapi_core_1.default {
|
|
|
6063
6072
|
* Enables authentication.
|
|
6064
6073
|
*
|
|
6065
6074
|
* @remarks
|
|
6066
|
-
* When a conditional access policy
|
|
6075
|
+
* When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
|
|
6067
6076
|
*
|
|
6068
6077
|
* @param request - EnableIdentityProviderAuthnRequest
|
|
6069
6078
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6098,7 +6107,7 @@ class Client extends openapi_core_1.default {
|
|
|
6098
6107
|
* Enables authentication.
|
|
6099
6108
|
*
|
|
6100
6109
|
* @remarks
|
|
6101
|
-
* When a conditional access policy
|
|
6110
|
+
* When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
|
|
6102
6111
|
*
|
|
6103
6112
|
* @param request - EnableIdentityProviderAuthnRequest
|
|
6104
6113
|
* @returns EnableIdentityProviderAuthnResponse
|
|
@@ -6108,7 +6117,7 @@ class Client extends openapi_core_1.default {
|
|
|
6108
6117
|
return await this.enableIdentityProviderAuthnWithOptions(request, runtime);
|
|
6109
6118
|
}
|
|
6110
6119
|
/**
|
|
6111
|
-
*
|
|
6120
|
+
* Enables the inbound synchronization feature for an identity provider.
|
|
6112
6121
|
*
|
|
6113
6122
|
* @param request - EnableIdentityProviderUdPullRequest
|
|
6114
6123
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6140,7 +6149,7 @@ class Client extends openapi_core_1.default {
|
|
|
6140
6149
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableIdentityProviderUdPullResponse({}));
|
|
6141
6150
|
}
|
|
6142
6151
|
/**
|
|
6143
|
-
*
|
|
6152
|
+
* Enables the inbound synchronization feature for an identity provider.
|
|
6144
6153
|
*
|
|
6145
6154
|
* @param request - EnableIdentityProviderUdPullRequest
|
|
6146
6155
|
* @returns EnableIdentityProviderUdPullResponse
|
|
@@ -6273,7 +6282,7 @@ class Client extends openapi_core_1.default {
|
|
|
6273
6282
|
return await this.enableResourceServerCustomSubjectWithOptions(request, runtime);
|
|
6274
6283
|
}
|
|
6275
6284
|
/**
|
|
6276
|
-
*
|
|
6285
|
+
* Sets an account to the enabled state.
|
|
6277
6286
|
*
|
|
6278
6287
|
* @param request - EnableUserRequest
|
|
6279
6288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6305,7 +6314,7 @@ class Client extends openapi_core_1.default {
|
|
|
6305
6314
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableUserResponse({}));
|
|
6306
6315
|
}
|
|
6307
6316
|
/**
|
|
6308
|
-
*
|
|
6317
|
+
* Sets an account to the enabled state.
|
|
6309
6318
|
*
|
|
6310
6319
|
* @param request - EnableUserRequest
|
|
6311
6320
|
* @returns EnableUserResponse
|
|
@@ -6450,7 +6459,7 @@ class Client extends openapi_core_1.default {
|
|
|
6450
6459
|
return await this.generateFileImportTemplateWithOptions(request, runtime);
|
|
6451
6460
|
}
|
|
6452
6461
|
/**
|
|
6453
|
-
*
|
|
6462
|
+
* Obtains an access token for accessing a resource server by using a specified application as the client identity.
|
|
6454
6463
|
*
|
|
6455
6464
|
* @param request - GenerateOauthTokenRequest
|
|
6456
6465
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6488,7 +6497,7 @@ class Client extends openapi_core_1.default {
|
|
|
6488
6497
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GenerateOauthTokenResponse({}));
|
|
6489
6498
|
}
|
|
6490
6499
|
/**
|
|
6491
|
-
*
|
|
6500
|
+
* Obtains an access token for accessing a resource server by using a specified application as the client identity.
|
|
6492
6501
|
*
|
|
6493
6502
|
* @param request - GenerateOauthTokenRequest
|
|
6494
6503
|
* @returns GenerateOauthTokenResponse
|
|
@@ -6672,7 +6681,7 @@ class Client extends openapi_core_1.default {
|
|
|
6672
6681
|
return await this.getApplicationAdvancedConfigWithOptions(request, runtime);
|
|
6673
6682
|
}
|
|
6674
6683
|
/**
|
|
6675
|
-
* Retrieves the federated credential
|
|
6684
|
+
* Retrieves the federated identity credential of an application.
|
|
6676
6685
|
*
|
|
6677
6686
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
6678
6687
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6707,7 +6716,7 @@ class Client extends openapi_core_1.default {
|
|
|
6707
6716
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationFederatedCredentialResponse({}));
|
|
6708
6717
|
}
|
|
6709
6718
|
/**
|
|
6710
|
-
* Retrieves the federated credential
|
|
6719
|
+
* Retrieves the federated identity credential of an application.
|
|
6711
6720
|
*
|
|
6712
6721
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
6713
6722
|
* @returns GetApplicationFederatedCredentialResponse
|
|
@@ -6717,7 +6726,7 @@ class Client extends openapi_core_1.default {
|
|
|
6717
6726
|
return await this.getApplicationFederatedCredentialWithOptions(request, runtime);
|
|
6718
6727
|
}
|
|
6719
6728
|
/**
|
|
6720
|
-
* Queries the
|
|
6729
|
+
* Queries the Developer API authorization scope of an EIAM application.
|
|
6721
6730
|
*
|
|
6722
6731
|
* @param request - GetApplicationGrantScopeRequest
|
|
6723
6732
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6749,7 +6758,7 @@ class Client extends openapi_core_1.default {
|
|
|
6749
6758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationGrantScopeResponse({}));
|
|
6750
6759
|
}
|
|
6751
6760
|
/**
|
|
6752
|
-
* Queries the
|
|
6761
|
+
* Queries the Developer API authorization scope of an EIAM application.
|
|
6753
6762
|
*
|
|
6754
6763
|
* @param request - GetApplicationGrantScopeRequest
|
|
6755
6764
|
* @returns GetApplicationGrantScopeResponse
|
|
@@ -6885,7 +6894,7 @@ class Client extends openapi_core_1.default {
|
|
|
6885
6894
|
return await this.getApplicationProvisioningUserPrimaryOrganizationalUnitWithOptions(request, runtime);
|
|
6886
6895
|
}
|
|
6887
6896
|
/**
|
|
6888
|
-
* Retrieves
|
|
6897
|
+
* Retrieves application role information.
|
|
6889
6898
|
*
|
|
6890
6899
|
* @param request - GetApplicationRoleRequest
|
|
6891
6900
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6920,7 +6929,7 @@ class Client extends openapi_core_1.default {
|
|
|
6920
6929
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationRoleResponse({}));
|
|
6921
6930
|
}
|
|
6922
6931
|
/**
|
|
6923
|
-
* Retrieves
|
|
6932
|
+
* Retrieves application role information.
|
|
6924
6933
|
*
|
|
6925
6934
|
* @param request - GetApplicationRoleRequest
|
|
6926
6935
|
* @returns GetApplicationRoleResponse
|
|
@@ -6972,7 +6981,7 @@ class Client extends openapi_core_1.default {
|
|
|
6972
6981
|
return await this.getApplicationSsoConfigWithOptions(request, runtime);
|
|
6973
6982
|
}
|
|
6974
6983
|
/**
|
|
6975
|
-
* Retrieves
|
|
6984
|
+
* Retrieves application template information.
|
|
6976
6985
|
*
|
|
6977
6986
|
* @param request - GetApplicationTemplateRequest
|
|
6978
6987
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7001,7 +7010,7 @@ class Client extends openapi_core_1.default {
|
|
|
7001
7010
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetApplicationTemplateResponse({}));
|
|
7002
7011
|
}
|
|
7003
7012
|
/**
|
|
7004
|
-
* Retrieves
|
|
7013
|
+
* Retrieves application template information.
|
|
7005
7014
|
*
|
|
7006
7015
|
* @param request - GetApplicationTemplateRequest
|
|
7007
7016
|
* @returns GetApplicationTemplateResponse
|
|
@@ -7098,7 +7107,7 @@ class Client extends openapi_core_1.default {
|
|
|
7098
7107
|
return await this.getAuthorizationRuleWithOptions(request, runtime);
|
|
7099
7108
|
}
|
|
7100
7109
|
/**
|
|
7101
|
-
*
|
|
7110
|
+
* Queries an authorization server.
|
|
7102
7111
|
*
|
|
7103
7112
|
* @param request - GetAuthorizationServerRequest
|
|
7104
7113
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7130,7 +7139,7 @@ class Client extends openapi_core_1.default {
|
|
|
7130
7139
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuthorizationServerResponse({}));
|
|
7131
7140
|
}
|
|
7132
7141
|
/**
|
|
7133
|
-
*
|
|
7142
|
+
* Queries an authorization server.
|
|
7134
7143
|
*
|
|
7135
7144
|
* @param request - GetAuthorizationServerRequest
|
|
7136
7145
|
* @returns GetAuthorizationServerResponse
|
|
@@ -7182,7 +7191,7 @@ class Client extends openapi_core_1.default {
|
|
|
7182
7191
|
return await this.getBrandWithOptions(request, runtime);
|
|
7183
7192
|
}
|
|
7184
7193
|
/**
|
|
7185
|
-
*
|
|
7194
|
+
* Queries the ClientPublicKey of a specified application.
|
|
7186
7195
|
*
|
|
7187
7196
|
* @param request - GetClientPublicKeyRequest
|
|
7188
7197
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7217,7 +7226,7 @@ class Client extends openapi_core_1.default {
|
|
|
7217
7226
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetClientPublicKeyResponse({}));
|
|
7218
7227
|
}
|
|
7219
7228
|
/**
|
|
7220
|
-
*
|
|
7229
|
+
* Queries the ClientPublicKey of a specified application.
|
|
7221
7230
|
*
|
|
7222
7231
|
* @param request - GetClientPublicKeyRequest
|
|
7223
7232
|
* @returns GetClientPublicKeyResponse
|
|
@@ -7227,7 +7236,7 @@ class Client extends openapi_core_1.default {
|
|
|
7227
7236
|
return await this.getClientPublicKeyWithOptions(request, runtime);
|
|
7228
7237
|
}
|
|
7229
7238
|
/**
|
|
7230
|
-
*
|
|
7239
|
+
* Queries the resource information of a cloud account.
|
|
7231
7240
|
*
|
|
7232
7241
|
* @param request - GetCloudAccountRequest
|
|
7233
7242
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7259,7 +7268,7 @@ class Client extends openapi_core_1.default {
|
|
|
7259
7268
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCloudAccountResponse({}));
|
|
7260
7269
|
}
|
|
7261
7270
|
/**
|
|
7262
|
-
*
|
|
7271
|
+
* Queries the resource information of a cloud account.
|
|
7263
7272
|
*
|
|
7264
7273
|
* @param request - GetCloudAccountRequest
|
|
7265
7274
|
* @returns GetCloudAccountResponse
|
|
@@ -7269,7 +7278,7 @@ class Client extends openapi_core_1.default {
|
|
|
7269
7278
|
return await this.getCloudAccountWithOptions(request, runtime);
|
|
7270
7279
|
}
|
|
7271
7280
|
/**
|
|
7272
|
-
*
|
|
7281
|
+
* Queries the resource information of a cloud role.
|
|
7273
7282
|
*
|
|
7274
7283
|
* @param request - GetCloudAccountRoleRequest
|
|
7275
7284
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7304,7 +7313,7 @@ class Client extends openapi_core_1.default {
|
|
|
7304
7313
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCloudAccountRoleResponse({}));
|
|
7305
7314
|
}
|
|
7306
7315
|
/**
|
|
7307
|
-
*
|
|
7316
|
+
* Queries the resource information of a cloud role.
|
|
7308
7317
|
*
|
|
7309
7318
|
* @param request - GetCloudAccountRoleRequest
|
|
7310
7319
|
* @returns GetCloudAccountRoleResponse
|
|
@@ -7362,7 +7371,7 @@ class Client extends openapi_core_1.default {
|
|
|
7362
7371
|
return await this.getConditionalAccessPolicyWithOptions(request, runtime);
|
|
7363
7372
|
}
|
|
7364
7373
|
/**
|
|
7365
|
-
*
|
|
7374
|
+
* Queries the information about a credential resource.
|
|
7366
7375
|
*
|
|
7367
7376
|
* @param request - GetCredentialRequest
|
|
7368
7377
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7394,7 +7403,7 @@ class Client extends openapi_core_1.default {
|
|
|
7394
7403
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCredentialResponse({}));
|
|
7395
7404
|
}
|
|
7396
7405
|
/**
|
|
7397
|
-
*
|
|
7406
|
+
* Queries the information about a credential resource.
|
|
7398
7407
|
*
|
|
7399
7408
|
* @param request - GetCredentialRequest
|
|
7400
7409
|
* @returns GetCredentialResponse
|
|
@@ -7404,7 +7413,7 @@ class Client extends openapi_core_1.default {
|
|
|
7404
7413
|
return await this.getCredentialWithOptions(request, runtime);
|
|
7405
7414
|
}
|
|
7406
7415
|
/**
|
|
7407
|
-
*
|
|
7416
|
+
* Queries the details of a credential provider.
|
|
7408
7417
|
*
|
|
7409
7418
|
* @param request - GetCredentialProviderRequest
|
|
7410
7419
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7436,7 +7445,7 @@ class Client extends openapi_core_1.default {
|
|
|
7436
7445
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCredentialProviderResponse({}));
|
|
7437
7446
|
}
|
|
7438
7447
|
/**
|
|
7439
|
-
*
|
|
7448
|
+
* Queries the details of a credential provider.
|
|
7440
7449
|
*
|
|
7441
7450
|
* @param request - GetCredentialProviderRequest
|
|
7442
7451
|
* @returns GetCredentialProviderResponse
|
|
@@ -7695,7 +7704,7 @@ class Client extends openapi_core_1.default {
|
|
|
7695
7704
|
return await this.getForgetPasswordConfigurationWithOptions(request, runtime);
|
|
7696
7705
|
}
|
|
7697
7706
|
/**
|
|
7698
|
-
*
|
|
7707
|
+
* Queries the details of an EIAM account group.
|
|
7699
7708
|
*
|
|
7700
7709
|
* @param request - GetGroupRequest
|
|
7701
7710
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7727,7 +7736,7 @@ class Client extends openapi_core_1.default {
|
|
|
7727
7736
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetGroupResponse({}));
|
|
7728
7737
|
}
|
|
7729
7738
|
/**
|
|
7730
|
-
*
|
|
7739
|
+
* Queries the details of an EIAM account group.
|
|
7731
7740
|
*
|
|
7732
7741
|
* @param request - GetGroupRequest
|
|
7733
7742
|
* @returns GetGroupResponse
|
|
@@ -7737,7 +7746,7 @@ class Client extends openapi_core_1.default {
|
|
|
7737
7746
|
return await this.getGroupWithOptions(request, runtime);
|
|
7738
7747
|
}
|
|
7739
7748
|
/**
|
|
7740
|
-
*
|
|
7749
|
+
* Retrieves an identity provider.
|
|
7741
7750
|
*
|
|
7742
7751
|
* @param request - GetIdentityProviderRequest
|
|
7743
7752
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7769,7 +7778,7 @@ class Client extends openapi_core_1.default {
|
|
|
7769
7778
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIdentityProviderResponse({}));
|
|
7770
7779
|
}
|
|
7771
7780
|
/**
|
|
7772
|
-
*
|
|
7781
|
+
* Retrieves an identity provider.
|
|
7773
7782
|
*
|
|
7774
7783
|
* @param request - GetIdentityProviderRequest
|
|
7775
7784
|
* @returns GetIdentityProviderResponse
|
|
@@ -7866,7 +7875,7 @@ class Client extends openapi_core_1.default {
|
|
|
7866
7875
|
return await this.getIdentityProviderStatusCheckJobWithOptions(request, runtime);
|
|
7867
7876
|
}
|
|
7868
7877
|
/**
|
|
7869
|
-
*
|
|
7878
|
+
* Retrieves the inbound synchronization configuration of an identity provider (IdP).
|
|
7870
7879
|
*
|
|
7871
7880
|
* @param request - GetIdentityProviderUdPullConfigurationRequest
|
|
7872
7881
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7898,7 +7907,7 @@ class Client extends openapi_core_1.default {
|
|
|
7898
7907
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIdentityProviderUdPullConfigurationResponse({}));
|
|
7899
7908
|
}
|
|
7900
7909
|
/**
|
|
7901
|
-
*
|
|
7910
|
+
* Retrieves the inbound synchronization configuration of an identity provider (IdP).
|
|
7902
7911
|
*
|
|
7903
7912
|
* @param request - GetIdentityProviderUdPullConfigurationRequest
|
|
7904
7913
|
* @returns GetIdentityProviderUdPullConfigurationResponse
|
|
@@ -8364,7 +8373,7 @@ class Client extends openapi_core_1.default {
|
|
|
8364
8373
|
return await this.getNetworkZoneWithOptions(request, runtime);
|
|
8365
8374
|
}
|
|
8366
8375
|
/**
|
|
8367
|
-
* Queries the information
|
|
8376
|
+
* Queries the information of an EIAM organizational unit.
|
|
8368
8377
|
*
|
|
8369
8378
|
* @param request - GetOrganizationalUnitRequest
|
|
8370
8379
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8396,7 +8405,7 @@ class Client extends openapi_core_1.default {
|
|
|
8396
8405
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOrganizationalUnitResponse({}));
|
|
8397
8406
|
}
|
|
8398
8407
|
/**
|
|
8399
|
-
* Queries the information
|
|
8408
|
+
* Queries the information of an EIAM organizational unit.
|
|
8400
8409
|
*
|
|
8401
8410
|
* @param request - GetOrganizationalUnitRequest
|
|
8402
8411
|
* @returns GetOrganizationalUnitResponse
|
|
@@ -8562,7 +8571,7 @@ class Client extends openapi_core_1.default {
|
|
|
8562
8571
|
return await this.getPasswordInitializationConfigurationWithOptions(request, runtime);
|
|
8563
8572
|
}
|
|
8564
8573
|
/**
|
|
8565
|
-
*
|
|
8574
|
+
* Queries the scope permissions under a specified ResourceServer.
|
|
8566
8575
|
*
|
|
8567
8576
|
* @param request - GetResourceServerScopeRequest
|
|
8568
8577
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8597,7 +8606,7 @@ class Client extends openapi_core_1.default {
|
|
|
8597
8606
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetResourceServerScopeResponse({}));
|
|
8598
8607
|
}
|
|
8599
8608
|
/**
|
|
8600
|
-
*
|
|
8609
|
+
* Queries the scope permissions under a specified ResourceServer.
|
|
8601
8610
|
*
|
|
8602
8611
|
* @param request - GetResourceServerScopeRequest
|
|
8603
8612
|
* @returns GetResourceServerScopeResponse
|
|
@@ -8727,7 +8736,7 @@ class Client extends openapi_core_1.default {
|
|
|
8727
8736
|
return await this.getSynchronizationJobWithOptions(request, runtime);
|
|
8728
8737
|
}
|
|
8729
8738
|
/**
|
|
8730
|
-
*
|
|
8739
|
+
* Queries the details of an EIAM account.
|
|
8731
8740
|
*
|
|
8732
8741
|
* @param request - GetUserRequest
|
|
8733
8742
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8759,7 +8768,7 @@ class Client extends openapi_core_1.default {
|
|
|
8759
8768
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUserResponse({}));
|
|
8760
8769
|
}
|
|
8761
8770
|
/**
|
|
8762
|
-
*
|
|
8771
|
+
* Queries the details of an EIAM account.
|
|
8763
8772
|
*
|
|
8764
8773
|
* @param request - GetUserRequest
|
|
8765
8774
|
* @returns GetUserResponse
|
|
@@ -8817,7 +8826,7 @@ class Client extends openapi_core_1.default {
|
|
|
8817
8826
|
return await this.listActionTrackEventTypesWithOptions(request, runtime);
|
|
8818
8827
|
}
|
|
8819
8828
|
/**
|
|
8820
|
-
*
|
|
8829
|
+
* Queries the application accounts of an application by paging.
|
|
8821
8830
|
*
|
|
8822
8831
|
* @param request - ListApplicationAccountsRequest
|
|
8823
8832
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8855,7 +8864,7 @@ class Client extends openapi_core_1.default {
|
|
|
8855
8864
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationAccountsResponse({}));
|
|
8856
8865
|
}
|
|
8857
8866
|
/**
|
|
8858
|
-
*
|
|
8867
|
+
* Queries the application accounts of an application by paging.
|
|
8859
8868
|
*
|
|
8860
8869
|
* @param request - ListApplicationAccountsRequest
|
|
8861
8870
|
* @returns ListApplicationAccountsResponse
|
|
@@ -8958,7 +8967,7 @@ class Client extends openapi_core_1.default {
|
|
|
8958
8967
|
return await this.listApplicationClientSecretsWithOptions(request, runtime);
|
|
8959
8968
|
}
|
|
8960
8969
|
/**
|
|
8961
|
-
*
|
|
8970
|
+
* Queries a list of application federated credentials.
|
|
8962
8971
|
*
|
|
8963
8972
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
8964
8973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9002,7 +9011,7 @@ class Client extends openapi_core_1.default {
|
|
|
9002
9011
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationFederatedCredentialsResponse({}));
|
|
9003
9012
|
}
|
|
9004
9013
|
/**
|
|
9005
|
-
*
|
|
9014
|
+
* Queries a list of application federated credentials.
|
|
9006
9015
|
*
|
|
9007
9016
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
9008
9017
|
* @returns ListApplicationFederatedCredentialsResponse
|
|
@@ -9012,7 +9021,7 @@ class Client extends openapi_core_1.default {
|
|
|
9012
9021
|
return await this.listApplicationFederatedCredentialsWithOptions(request, runtime);
|
|
9013
9022
|
}
|
|
9014
9023
|
/**
|
|
9015
|
-
*
|
|
9024
|
+
* Queries the list of application federated credentials by federated trust source ID.
|
|
9016
9025
|
*
|
|
9017
9026
|
* @param request - ListApplicationFederatedCredentialsForProviderRequest
|
|
9018
9027
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9053,7 +9062,7 @@ class Client extends openapi_core_1.default {
|
|
|
9053
9062
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationFederatedCredentialsForProviderResponse({}));
|
|
9054
9063
|
}
|
|
9055
9064
|
/**
|
|
9056
|
-
*
|
|
9065
|
+
* Queries the list of application federated credentials by federated trust source ID.
|
|
9057
9066
|
*
|
|
9058
9067
|
* @param request - ListApplicationFederatedCredentialsForProviderRequest
|
|
9059
9068
|
* @returns ListApplicationFederatedCredentialsForProviderResponse
|
|
@@ -9114,7 +9123,7 @@ class Client extends openapi_core_1.default {
|
|
|
9114
9123
|
return await this.listApplicationRolesWithOptions(request, runtime);
|
|
9115
9124
|
}
|
|
9116
9125
|
/**
|
|
9117
|
-
*
|
|
9126
|
+
* Queries the list of account synchronization types supported by an application.
|
|
9118
9127
|
*
|
|
9119
9128
|
* @param request - ListApplicationSupportedProvisionProtocolTypesRequest
|
|
9120
9129
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9146,7 +9155,7 @@ class Client extends openapi_core_1.default {
|
|
|
9146
9155
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationSupportedProvisionProtocolTypesResponse({}));
|
|
9147
9156
|
}
|
|
9148
9157
|
/**
|
|
9149
|
-
*
|
|
9158
|
+
* Queries the list of account synchronization types supported by an application.
|
|
9150
9159
|
*
|
|
9151
9160
|
* @param request - ListApplicationSupportedProvisionProtocolTypesRequest
|
|
9152
9161
|
* @returns ListApplicationSupportedProvisionProtocolTypesResponse
|
|
@@ -9156,7 +9165,7 @@ class Client extends openapi_core_1.default {
|
|
|
9156
9165
|
return await this.listApplicationSupportedProvisionProtocolTypesWithOptions(request, runtime);
|
|
9157
9166
|
}
|
|
9158
9167
|
/**
|
|
9159
|
-
* Retrieves
|
|
9168
|
+
* Retrieves the list of application tokens.
|
|
9160
9169
|
*
|
|
9161
9170
|
* @param request - ListApplicationTokensRequest
|
|
9162
9171
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9191,7 +9200,7 @@ class Client extends openapi_core_1.default {
|
|
|
9191
9200
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationTokensResponse({}));
|
|
9192
9201
|
}
|
|
9193
9202
|
/**
|
|
9194
|
-
* Retrieves
|
|
9203
|
+
* Retrieves the list of application tokens.
|
|
9195
9204
|
*
|
|
9196
9205
|
* @param request - ListApplicationTokensRequest
|
|
9197
9206
|
* @returns ListApplicationTokensResponse
|
|
@@ -9201,7 +9210,7 @@ class Client extends openapi_core_1.default {
|
|
|
9201
9210
|
return await this.listApplicationTokensWithOptions(request, runtime);
|
|
9202
9211
|
}
|
|
9203
9212
|
/**
|
|
9204
|
-
*
|
|
9213
|
+
* Performs a paged query to retrieve information about one or more EIAM applications with paging.
|
|
9205
9214
|
*
|
|
9206
9215
|
* @param request - ListApplicationsRequest
|
|
9207
9216
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9234,6 +9243,9 @@ class Client extends openapi_core_1.default {
|
|
|
9234
9243
|
if (!$dara.isNull(request.m2MClientStatus)) {
|
|
9235
9244
|
query["M2MClientStatus"] = request.m2MClientStatus;
|
|
9236
9245
|
}
|
|
9246
|
+
if (!$dara.isNull(request.managedServiceCode)) {
|
|
9247
|
+
query["ManagedServiceCode"] = request.managedServiceCode;
|
|
9248
|
+
}
|
|
9237
9249
|
if (!$dara.isNull(request.pageNumber)) {
|
|
9238
9250
|
query["PageNumber"] = request.pageNumber;
|
|
9239
9251
|
}
|
|
@@ -9243,6 +9255,9 @@ class Client extends openapi_core_1.default {
|
|
|
9243
9255
|
if (!$dara.isNull(request.resourceServerStatus)) {
|
|
9244
9256
|
query["ResourceServerStatus"] = request.resourceServerStatus;
|
|
9245
9257
|
}
|
|
9258
|
+
if (!$dara.isNull(request.serviceManaged)) {
|
|
9259
|
+
query["ServiceManaged"] = request.serviceManaged;
|
|
9260
|
+
}
|
|
9246
9261
|
if (!$dara.isNull(request.ssoType)) {
|
|
9247
9262
|
query["SsoType"] = request.ssoType;
|
|
9248
9263
|
}
|
|
@@ -9266,7 +9281,7 @@ class Client extends openapi_core_1.default {
|
|
|
9266
9281
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsResponse({}));
|
|
9267
9282
|
}
|
|
9268
9283
|
/**
|
|
9269
|
-
*
|
|
9284
|
+
* Performs a paged query to retrieve information about one or more EIAM applications with paging.
|
|
9270
9285
|
*
|
|
9271
9286
|
* @param request - ListApplicationsRequest
|
|
9272
9287
|
* @returns ListApplicationsResponse
|
|
@@ -9327,7 +9342,7 @@ class Client extends openapi_core_1.default {
|
|
|
9327
9342
|
return await this.listApplicationsForAuthorizationRuleWithOptions(request, runtime);
|
|
9328
9343
|
}
|
|
9329
9344
|
/**
|
|
9330
|
-
*
|
|
9345
|
+
* Query the list of applications accessible to an EIAM group.
|
|
9331
9346
|
*
|
|
9332
9347
|
* @param request - ListApplicationsForGroupRequest
|
|
9333
9348
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9368,7 +9383,7 @@ class Client extends openapi_core_1.default {
|
|
|
9368
9383
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsForGroupResponse({}));
|
|
9369
9384
|
}
|
|
9370
9385
|
/**
|
|
9371
|
-
*
|
|
9386
|
+
* Query the list of applications accessible to an EIAM group.
|
|
9372
9387
|
*
|
|
9373
9388
|
* @param request - ListApplicationsForGroupRequest
|
|
9374
9389
|
* @returns ListApplicationsForGroupResponse
|
|
@@ -9477,10 +9492,10 @@ class Client extends openapi_core_1.default {
|
|
|
9477
9492
|
return await this.listApplicationsForNetworkZoneWithOptions(request, runtime);
|
|
9478
9493
|
}
|
|
9479
9494
|
/**
|
|
9480
|
-
*
|
|
9495
|
+
* Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
|
|
9481
9496
|
*
|
|
9482
9497
|
* @remarks
|
|
9483
|
-
* This operation queries only the
|
|
9498
|
+
* This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9484
9499
|
*
|
|
9485
9500
|
* @param request - ListApplicationsForOrganizationalUnitRequest
|
|
9486
9501
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9521,10 +9536,10 @@ class Client extends openapi_core_1.default {
|
|
|
9521
9536
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsForOrganizationalUnitResponse({}));
|
|
9522
9537
|
}
|
|
9523
9538
|
/**
|
|
9524
|
-
*
|
|
9539
|
+
* Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
|
|
9525
9540
|
*
|
|
9526
9541
|
* @remarks
|
|
9527
|
-
* This operation queries only the
|
|
9542
|
+
* This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
9528
9543
|
*
|
|
9529
9544
|
* @param request - ListApplicationsForOrganizationalUnitRequest
|
|
9530
9545
|
* @returns ListApplicationsForOrganizationalUnitResponse
|
|
@@ -9972,7 +9987,7 @@ class Client extends openapi_core_1.default {
|
|
|
9972
9987
|
return await this.listClientPublicKeysWithOptions(request, runtime);
|
|
9973
9988
|
}
|
|
9974
9989
|
/**
|
|
9975
|
-
* Queries
|
|
9990
|
+
* Queries the information about one or more cloud roles by using paging.
|
|
9976
9991
|
*
|
|
9977
9992
|
* @param request - ListCloudAccountRolesRequest
|
|
9978
9993
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10013,7 +10028,7 @@ class Client extends openapi_core_1.default {
|
|
|
10013
10028
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountRolesResponse({}));
|
|
10014
10029
|
}
|
|
10015
10030
|
/**
|
|
10016
|
-
* Queries
|
|
10031
|
+
* Queries the information about one or more cloud roles by using paging.
|
|
10017
10032
|
*
|
|
10018
10033
|
* @param request - ListCloudAccountRolesRequest
|
|
10019
10034
|
* @returns ListCloudAccountRolesResponse
|
|
@@ -10023,7 +10038,7 @@ class Client extends openapi_core_1.default {
|
|
|
10023
10038
|
return await this.listCloudAccountRolesWithOptions(request, runtime);
|
|
10024
10039
|
}
|
|
10025
10040
|
/**
|
|
10026
|
-
*
|
|
10041
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
10027
10042
|
*
|
|
10028
10043
|
* @param request - ListCloudAccountsRequest
|
|
10029
10044
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10061,7 +10076,7 @@ class Client extends openapi_core_1.default {
|
|
|
10061
10076
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountsResponse({}));
|
|
10062
10077
|
}
|
|
10063
10078
|
/**
|
|
10064
|
-
*
|
|
10079
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
10065
10080
|
*
|
|
10066
10081
|
* @param request - ListCloudAccountsRequest
|
|
10067
10082
|
* @returns ListCloudAccountsResponse
|
|
@@ -10125,7 +10140,7 @@ class Client extends openapi_core_1.default {
|
|
|
10125
10140
|
return await this.listConditionalAccessPoliciesWithOptions(request, runtime);
|
|
10126
10141
|
}
|
|
10127
10142
|
/**
|
|
10128
|
-
*
|
|
10143
|
+
* List conditional access policies associated with an application.
|
|
10129
10144
|
*
|
|
10130
10145
|
* @param request - ListConditionalAccessPoliciesForApplicationRequest
|
|
10131
10146
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10157,7 +10172,7 @@ class Client extends openapi_core_1.default {
|
|
|
10157
10172
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConditionalAccessPoliciesForApplicationResponse({}));
|
|
10158
10173
|
}
|
|
10159
10174
|
/**
|
|
10160
|
-
*
|
|
10175
|
+
* List conditional access policies associated with an application.
|
|
10161
10176
|
*
|
|
10162
10177
|
* @param request - ListConditionalAccessPoliciesForApplicationRequest
|
|
10163
10178
|
* @returns ListConditionalAccessPoliciesForApplicationResponse
|
|
@@ -10257,7 +10272,7 @@ class Client extends openapi_core_1.default {
|
|
|
10257
10272
|
return await this.listConditionalAccessPoliciesForUserWithOptions(request, runtime);
|
|
10258
10273
|
}
|
|
10259
10274
|
/**
|
|
10260
|
-
* Lists
|
|
10275
|
+
* Lists credential providers.
|
|
10261
10276
|
*
|
|
10262
10277
|
* @param request - ListCredentialProvidersRequest
|
|
10263
10278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10304,7 +10319,7 @@ class Client extends openapi_core_1.default {
|
|
|
10304
10319
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCredentialProvidersResponse({}));
|
|
10305
10320
|
}
|
|
10306
10321
|
/**
|
|
10307
|
-
* Lists
|
|
10322
|
+
* Lists credential providers.
|
|
10308
10323
|
*
|
|
10309
10324
|
* @param request - ListCredentialProvidersRequest
|
|
10310
10325
|
* @returns ListCredentialProvidersResponse
|
|
@@ -10314,7 +10329,7 @@ class Client extends openapi_core_1.default {
|
|
|
10314
10329
|
return await this.listCredentialProvidersWithOptions(request, runtime);
|
|
10315
10330
|
}
|
|
10316
10331
|
/**
|
|
10317
|
-
*
|
|
10332
|
+
* Queries the information of one or more credentials by using paging.
|
|
10318
10333
|
*
|
|
10319
10334
|
* @param request - ListCredentialsRequest
|
|
10320
10335
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10367,7 +10382,7 @@ class Client extends openapi_core_1.default {
|
|
|
10367
10382
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCredentialsResponse({}));
|
|
10368
10383
|
}
|
|
10369
10384
|
/**
|
|
10370
|
-
*
|
|
10385
|
+
* Queries the information of one or more credentials by using paging.
|
|
10371
10386
|
*
|
|
10372
10387
|
* @param request - ListCredentialsRequest
|
|
10373
10388
|
* @returns ListCredentialsResponse
|
|
@@ -10634,7 +10649,7 @@ class Client extends openapi_core_1.default {
|
|
|
10634
10649
|
return await this.listEiamRegionsWithOptions(runtime);
|
|
10635
10650
|
}
|
|
10636
10651
|
/**
|
|
10637
|
-
*
|
|
10652
|
+
* Queries the event list.
|
|
10638
10653
|
*
|
|
10639
10654
|
* @param request - ListEventTypesRequest
|
|
10640
10655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10666,7 +10681,7 @@ class Client extends openapi_core_1.default {
|
|
|
10666
10681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEventTypesResponse({}));
|
|
10667
10682
|
}
|
|
10668
10683
|
/**
|
|
10669
|
-
*
|
|
10684
|
+
* Queries the event list.
|
|
10670
10685
|
*
|
|
10671
10686
|
* @param request - ListEventTypesRequest
|
|
10672
10687
|
* @returns ListEventTypesResponse
|
|
@@ -10676,7 +10691,7 @@ class Client extends openapi_core_1.default {
|
|
|
10676
10691
|
return await this.listEventTypesWithOptions(request, runtime);
|
|
10677
10692
|
}
|
|
10678
10693
|
/**
|
|
10679
|
-
*
|
|
10694
|
+
* Queries a list of federated trust sources.
|
|
10680
10695
|
*
|
|
10681
10696
|
* @param request - ListFederatedCredentialProvidersRequest
|
|
10682
10697
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10720,7 +10735,7 @@ class Client extends openapi_core_1.default {
|
|
|
10720
10735
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListFederatedCredentialProvidersResponse({}));
|
|
10721
10736
|
}
|
|
10722
10737
|
/**
|
|
10723
|
-
*
|
|
10738
|
+
* Queries a list of federated trust sources.
|
|
10724
10739
|
*
|
|
10725
10740
|
* @param request - ListFederatedCredentialProvidersRequest
|
|
10726
10741
|
* @returns ListFederatedCredentialProvidersResponse
|
|
@@ -10730,7 +10745,7 @@ class Client extends openapi_core_1.default {
|
|
|
10730
10745
|
return await this.listFederatedCredentialProvidersWithOptions(request, runtime);
|
|
10731
10746
|
}
|
|
10732
10747
|
/**
|
|
10733
|
-
*
|
|
10748
|
+
* List EIAM account groups.
|
|
10734
10749
|
*
|
|
10735
10750
|
* @param request - ListGroupsRequest
|
|
10736
10751
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10777,7 +10792,7 @@ class Client extends openapi_core_1.default {
|
|
|
10777
10792
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGroupsResponse({}));
|
|
10778
10793
|
}
|
|
10779
10794
|
/**
|
|
10780
|
-
*
|
|
10795
|
+
* List EIAM account groups.
|
|
10781
10796
|
*
|
|
10782
10797
|
* @param request - ListGroupsRequest
|
|
10783
10798
|
* @returns ListGroupsResponse
|
|
@@ -10946,7 +10961,7 @@ class Client extends openapi_core_1.default {
|
|
|
10946
10961
|
return await this.listGroupsForResourceServerWithOptions(request, runtime);
|
|
10947
10962
|
}
|
|
10948
10963
|
/**
|
|
10949
|
-
* Queries
|
|
10964
|
+
* Queries the list of account groups to which a specified EIAM account belongs.
|
|
10950
10965
|
*
|
|
10951
10966
|
* @param request - ListGroupsForUserRequest
|
|
10952
10967
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10984,7 +10999,7 @@ class Client extends openapi_core_1.default {
|
|
|
10984
10999
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGroupsForUserResponse({}));
|
|
10985
11000
|
}
|
|
10986
11001
|
/**
|
|
10987
|
-
* Queries
|
|
11002
|
+
* Queries the list of account groups to which a specified EIAM account belongs.
|
|
10988
11003
|
*
|
|
10989
11004
|
* @param request - ListGroupsForUserRequest
|
|
10990
11005
|
* @returns ListGroupsForUserResponse
|
|
@@ -10994,7 +11009,7 @@ class Client extends openapi_core_1.default {
|
|
|
10994
11009
|
return await this.listGroupsForUserWithOptions(request, runtime);
|
|
10995
11010
|
}
|
|
10996
11011
|
/**
|
|
10997
|
-
*
|
|
11012
|
+
* Query the list of identity providers.
|
|
10998
11013
|
*
|
|
10999
11014
|
* @param request - ListIdentityProvidersRequest
|
|
11000
11015
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11032,7 +11047,7 @@ class Client extends openapi_core_1.default {
|
|
|
11032
11047
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIdentityProvidersResponse({}));
|
|
11033
11048
|
}
|
|
11034
11049
|
/**
|
|
11035
|
-
*
|
|
11050
|
+
* Query the list of identity providers.
|
|
11036
11051
|
*
|
|
11037
11052
|
* @param request - ListIdentityProvidersRequest
|
|
11038
11053
|
* @returns ListIdentityProvidersResponse
|
|
@@ -11090,7 +11105,7 @@ class Client extends openapi_core_1.default {
|
|
|
11090
11105
|
return await this.listIdentityProvidersForNetworkAccessEndpointWithOptions(request, runtime);
|
|
11091
11106
|
}
|
|
11092
11107
|
/**
|
|
11093
|
-
* Queries information about one or more
|
|
11108
|
+
* Queries information about one or more EIAM instances.
|
|
11094
11109
|
*
|
|
11095
11110
|
* @param request - ListInstancesRequest
|
|
11096
11111
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11134,7 +11149,7 @@ class Client extends openapi_core_1.default {
|
|
|
11134
11149
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstancesResponse({}));
|
|
11135
11150
|
}
|
|
11136
11151
|
/**
|
|
11137
|
-
* Queries information about one or more
|
|
11152
|
+
* Queries information about one or more EIAM instances.
|
|
11138
11153
|
*
|
|
11139
11154
|
* @param request - ListInstancesRequest
|
|
11140
11155
|
* @returns ListInstancesResponse
|
|
@@ -11362,7 +11377,7 @@ class Client extends openapi_core_1.default {
|
|
|
11362
11377
|
return await this.listNetworkZonesWithOptions(request, runtime);
|
|
11363
11378
|
}
|
|
11364
11379
|
/**
|
|
11365
|
-
* Queries all
|
|
11380
|
+
* Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
|
|
11366
11381
|
*
|
|
11367
11382
|
* @param request - ListOrganizationalUnitParentsRequest
|
|
11368
11383
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11394,7 +11409,7 @@ class Client extends openapi_core_1.default {
|
|
|
11394
11409
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListOrganizationalUnitParentsResponse({}));
|
|
11395
11410
|
}
|
|
11396
11411
|
/**
|
|
11397
|
-
* Queries all
|
|
11412
|
+
* Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
|
|
11398
11413
|
*
|
|
11399
11414
|
* @param request - ListOrganizationalUnitParentsRequest
|
|
11400
11415
|
* @returns ListOrganizationalUnitParentsResponse
|
|
@@ -11598,7 +11613,7 @@ class Client extends openapi_core_1.default {
|
|
|
11598
11613
|
return await this.listRegionsWithOptions(runtime);
|
|
11599
11614
|
}
|
|
11600
11615
|
/**
|
|
11601
|
-
*
|
|
11616
|
+
* Queries the list of scope permissions under a specified ResourceServer by using a cursor.
|
|
11602
11617
|
*
|
|
11603
11618
|
* @param request - ListResourceServerScopesRequest
|
|
11604
11619
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11654,7 +11669,7 @@ class Client extends openapi_core_1.default {
|
|
|
11654
11669
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListResourceServerScopesResponse({}));
|
|
11655
11670
|
}
|
|
11656
11671
|
/**
|
|
11657
|
-
*
|
|
11672
|
+
* Queries the list of scope permissions under a specified ResourceServer by using a cursor.
|
|
11658
11673
|
*
|
|
11659
11674
|
* @param request - ListResourceServerScopesRequest
|
|
11660
11675
|
* @returns ListResourceServerScopesResponse
|
|
@@ -11664,7 +11679,7 @@ class Client extends openapi_core_1.default {
|
|
|
11664
11679
|
return await this.listResourceServerScopesWithOptions(request, runtime);
|
|
11665
11680
|
}
|
|
11666
11681
|
/**
|
|
11667
|
-
*
|
|
11682
|
+
* Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
|
|
11668
11683
|
*
|
|
11669
11684
|
* @param request - ListResourceServersForUserRequest
|
|
11670
11685
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11705,7 +11720,7 @@ class Client extends openapi_core_1.default {
|
|
|
11705
11720
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListResourceServersForUserResponse({}));
|
|
11706
11721
|
}
|
|
11707
11722
|
/**
|
|
11708
|
-
*
|
|
11723
|
+
* Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
|
|
11709
11724
|
*
|
|
11710
11725
|
* @param request - ListResourceServersForUserRequest
|
|
11711
11726
|
* @returns ListResourceServersForUserResponse
|
|
@@ -11862,10 +11877,10 @@ class Client extends openapi_core_1.default {
|
|
|
11862
11877
|
return await this.listUserAuthnSourceMappingsWithOptions(request, runtime);
|
|
11863
11878
|
}
|
|
11864
11879
|
/**
|
|
11865
|
-
*
|
|
11880
|
+
* Queries EIAM account information by using paging.
|
|
11866
11881
|
*
|
|
11867
11882
|
* @remarks
|
|
11868
|
-
* This
|
|
11883
|
+
* This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
11869
11884
|
*
|
|
11870
11885
|
* @param request - ListUsersRequest
|
|
11871
11886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11939,10 +11954,10 @@ class Client extends openapi_core_1.default {
|
|
|
11939
11954
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUsersResponse({}));
|
|
11940
11955
|
}
|
|
11941
11956
|
/**
|
|
11942
|
-
*
|
|
11957
|
+
* Queries EIAM account information by using paging.
|
|
11943
11958
|
*
|
|
11944
11959
|
* @remarks
|
|
11945
|
-
* This
|
|
11960
|
+
* This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
11946
11961
|
*
|
|
11947
11962
|
* @param request - ListUsersRequest
|
|
11948
11963
|
* @returns ListUsersResponse
|
|
@@ -12162,7 +12177,7 @@ class Client extends openapi_core_1.default {
|
|
|
12162
12177
|
return await this.listUsersForResourceServerWithOptions(request, runtime);
|
|
12163
12178
|
}
|
|
12164
12179
|
/**
|
|
12165
|
-
*
|
|
12180
|
+
* Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
|
|
12166
12181
|
*
|
|
12167
12182
|
* @param request - ObtainApplicationClientSecretRequest
|
|
12168
12183
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12197,7 +12212,7 @@ class Client extends openapi_core_1.default {
|
|
|
12197
12212
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ObtainApplicationClientSecretResponse({}));
|
|
12198
12213
|
}
|
|
12199
12214
|
/**
|
|
12200
|
-
*
|
|
12215
|
+
* Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
|
|
12201
12216
|
*
|
|
12202
12217
|
* @param request - ObtainApplicationClientSecretRequest
|
|
12203
12218
|
* @returns ObtainApplicationClientSecretResponse
|
|
@@ -12207,10 +12222,10 @@ class Client extends openapi_core_1.default {
|
|
|
12207
12222
|
return await this.obtainApplicationClientSecretWithOptions(request, runtime);
|
|
12208
12223
|
}
|
|
12209
12224
|
/**
|
|
12210
|
-
* Queries
|
|
12225
|
+
* Queries a specified application token.
|
|
12211
12226
|
*
|
|
12212
12227
|
* @remarks
|
|
12213
|
-
* When you
|
|
12228
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that may result from this operation.
|
|
12214
12229
|
*
|
|
12215
12230
|
* @param request - ObtainApplicationTokenRequest
|
|
12216
12231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12245,10 +12260,10 @@ class Client extends openapi_core_1.default {
|
|
|
12245
12260
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ObtainApplicationTokenResponse({}));
|
|
12246
12261
|
}
|
|
12247
12262
|
/**
|
|
12248
|
-
* Queries
|
|
12263
|
+
* Queries a specified application token.
|
|
12249
12264
|
*
|
|
12250
12265
|
* @remarks
|
|
12251
|
-
* When you
|
|
12266
|
+
* When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that may result from this operation.
|
|
12252
12267
|
*
|
|
12253
12268
|
* @param request - ObtainApplicationTokenRequest
|
|
12254
12269
|
* @returns ObtainApplicationTokenResponse
|
|
@@ -12258,7 +12273,7 @@ class Client extends openapi_core_1.default {
|
|
|
12258
12273
|
return await this.obtainApplicationTokenWithOptions(request, runtime);
|
|
12259
12274
|
}
|
|
12260
12275
|
/**
|
|
12261
|
-
*
|
|
12276
|
+
* Queries a credential resource that contains sensitive information.
|
|
12262
12277
|
*
|
|
12263
12278
|
* @param request - ObtainCredentialRequest
|
|
12264
12279
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12290,7 +12305,7 @@ class Client extends openapi_core_1.default {
|
|
|
12290
12305
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ObtainCredentialResponse({}));
|
|
12291
12306
|
}
|
|
12292
12307
|
/**
|
|
12293
|
-
*
|
|
12308
|
+
* Queries a credential resource that contains sensitive information.
|
|
12294
12309
|
*
|
|
12295
12310
|
* @param request - ObtainCredentialRequest
|
|
12296
12311
|
* @returns ObtainCredentialResponse
|
|
@@ -12300,7 +12315,7 @@ class Client extends openapi_core_1.default {
|
|
|
12300
12315
|
return await this.obtainCredentialWithOptions(request, runtime);
|
|
12301
12316
|
}
|
|
12302
12317
|
/**
|
|
12303
|
-
*
|
|
12318
|
+
* Queries the proxy token of an EIAM instance domain name.
|
|
12304
12319
|
*
|
|
12305
12320
|
* @param request - ObtainDomainProxyTokenRequest
|
|
12306
12321
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12335,7 +12350,7 @@ class Client extends openapi_core_1.default {
|
|
|
12335
12350
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ObtainDomainProxyTokenResponse({}));
|
|
12336
12351
|
}
|
|
12337
12352
|
/**
|
|
12338
|
-
*
|
|
12353
|
+
* Queries the proxy token of an EIAM instance domain name.
|
|
12339
12354
|
*
|
|
12340
12355
|
* @param request - ObtainDomainProxyTokenRequest
|
|
12341
12356
|
* @returns ObtainDomainProxyTokenResponse
|
|
@@ -12345,10 +12360,10 @@ class Client extends openapi_core_1.default {
|
|
|
12345
12360
|
return await this.obtainDomainProxyTokenWithOptions(request, runtime);
|
|
12346
12361
|
}
|
|
12347
12362
|
/**
|
|
12348
|
-
* Deletes
|
|
12363
|
+
* Deletes an application account of a specified employee under the current application.
|
|
12349
12364
|
*
|
|
12350
12365
|
* @remarks
|
|
12351
|
-
* This operation queries
|
|
12366
|
+
* This operation only queries the direct permissions of the organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
12352
12367
|
*
|
|
12353
12368
|
* @param request - RemoveApplicationAccountFromUserRequest
|
|
12354
12369
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12386,10 +12401,10 @@ class Client extends openapi_core_1.default {
|
|
|
12386
12401
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveApplicationAccountFromUserResponse({}));
|
|
12387
12402
|
}
|
|
12388
12403
|
/**
|
|
12389
|
-
* Deletes
|
|
12404
|
+
* Deletes an application account of a specified employee under the current application.
|
|
12390
12405
|
*
|
|
12391
12406
|
* @remarks
|
|
12392
|
-
* This operation queries
|
|
12407
|
+
* This operation only queries the direct permissions of the organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
|
|
12393
12408
|
*
|
|
12394
12409
|
* @param request - RemoveApplicationAccountFromUserRequest
|
|
12395
12410
|
* @returns RemoveApplicationAccountFromUserResponse
|
|
@@ -12708,7 +12723,7 @@ class Client extends openapi_core_1.default {
|
|
|
12708
12723
|
return await this.renewFreeLicenseEndTimeWithOptions(request, runtime);
|
|
12709
12724
|
}
|
|
12710
12725
|
/**
|
|
12711
|
-
* Revokes
|
|
12726
|
+
* Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
|
|
12712
12727
|
*
|
|
12713
12728
|
* @param request - RevokeApplicationFromGroupsRequest
|
|
12714
12729
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12746,7 +12761,7 @@ class Client extends openapi_core_1.default {
|
|
|
12746
12761
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeApplicationFromGroupsResponse({}));
|
|
12747
12762
|
}
|
|
12748
12763
|
/**
|
|
12749
|
-
* Revokes
|
|
12764
|
+
* Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
|
|
12750
12765
|
*
|
|
12751
12766
|
* @param request - RevokeApplicationFromGroupsRequest
|
|
12752
12767
|
* @returns RevokeApplicationFromGroupsResponse
|
|
@@ -12804,7 +12819,7 @@ class Client extends openapi_core_1.default {
|
|
|
12804
12819
|
return await this.revokeApplicationFromOrganizationalUnitsWithOptions(request, runtime);
|
|
12805
12820
|
}
|
|
12806
12821
|
/**
|
|
12807
|
-
* Revokes
|
|
12822
|
+
* Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
|
|
12808
12823
|
*
|
|
12809
12824
|
* @param request - RevokeApplicationFromUsersRequest
|
|
12810
12825
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12842,7 +12857,7 @@ class Client extends openapi_core_1.default {
|
|
|
12842
12857
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeApplicationFromUsersResponse({}));
|
|
12843
12858
|
}
|
|
12844
12859
|
/**
|
|
12845
|
-
* Revokes
|
|
12860
|
+
* Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
|
|
12846
12861
|
*
|
|
12847
12862
|
* @param request - RevokeApplicationFromUsersRequest
|
|
12848
12863
|
* @returns RevokeApplicationFromUsersResponse
|
|
@@ -12852,7 +12867,7 @@ class Client extends openapi_core_1.default {
|
|
|
12852
12867
|
return await this.revokeApplicationFromUsersWithOptions(request, runtime);
|
|
12853
12868
|
}
|
|
12854
12869
|
/**
|
|
12855
|
-
*
|
|
12870
|
+
* Cancels the authorization granted by a specified ResourceServer to a Client application.
|
|
12856
12871
|
*
|
|
12857
12872
|
* @param request - RevokeResourceServerFromClientRequest
|
|
12858
12873
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12887,7 +12902,7 @@ class Client extends openapi_core_1.default {
|
|
|
12887
12902
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeResourceServerFromClientResponse({}));
|
|
12888
12903
|
}
|
|
12889
12904
|
/**
|
|
12890
|
-
*
|
|
12905
|
+
* Cancels the authorization granted by a specified ResourceServer to a Client application.
|
|
12891
12906
|
*
|
|
12892
12907
|
* @param request - RevokeResourceServerFromClientRequest
|
|
12893
12908
|
* @returns RevokeResourceServerFromClientResponse
|
|
@@ -12897,7 +12912,7 @@ class Client extends openapi_core_1.default {
|
|
|
12897
12912
|
return await this.revokeResourceServerFromClientWithOptions(request, runtime);
|
|
12898
12913
|
}
|
|
12899
12914
|
/**
|
|
12900
|
-
* Revokes
|
|
12915
|
+
* Revokes the scope permissions of a specified ResourceServer from a client application.
|
|
12901
12916
|
*
|
|
12902
12917
|
* @param request - RevokeResourceServerScopesFromClientRequest
|
|
12903
12918
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12935,7 +12950,7 @@ class Client extends openapi_core_1.default {
|
|
|
12935
12950
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeResourceServerScopesFromClientResponse({}));
|
|
12936
12951
|
}
|
|
12937
12952
|
/**
|
|
12938
|
-
* Revokes
|
|
12953
|
+
* Revokes the scope permissions of a specified ResourceServer from a client application.
|
|
12939
12954
|
*
|
|
12940
12955
|
* @param request - RevokeResourceServerScopesFromClientRequest
|
|
12941
12956
|
* @returns RevokeResourceServerScopesFromClientResponse
|
|
@@ -12945,7 +12960,7 @@ class Client extends openapi_core_1.default {
|
|
|
12945
12960
|
return await this.revokeResourceServerScopesFromClientWithOptions(request, runtime);
|
|
12946
12961
|
}
|
|
12947
12962
|
/**
|
|
12948
|
-
* Revokes
|
|
12963
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
|
|
12949
12964
|
*
|
|
12950
12965
|
* @param request - RevokeResourceServerScopesFromGroupRequest
|
|
12951
12966
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12983,7 +12998,7 @@ class Client extends openapi_core_1.default {
|
|
|
12983
12998
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeResourceServerScopesFromGroupResponse({}));
|
|
12984
12999
|
}
|
|
12985
13000
|
/**
|
|
12986
|
-
* Revokes
|
|
13001
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
|
|
12987
13002
|
*
|
|
12988
13003
|
* @param request - RevokeResourceServerScopesFromGroupRequest
|
|
12989
13004
|
* @returns RevokeResourceServerScopesFromGroupResponse
|
|
@@ -12993,7 +13008,7 @@ class Client extends openapi_core_1.default {
|
|
|
12993
13008
|
return await this.revokeResourceServerScopesFromGroupWithOptions(request, runtime);
|
|
12994
13009
|
}
|
|
12995
13010
|
/**
|
|
12996
|
-
* Revokes
|
|
13011
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
|
|
12997
13012
|
*
|
|
12998
13013
|
* @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
|
|
12999
13014
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13031,7 +13046,7 @@ class Client extends openapi_core_1.default {
|
|
|
13031
13046
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeResourceServerScopesFromOrganizationalUnitResponse({}));
|
|
13032
13047
|
}
|
|
13033
13048
|
/**
|
|
13034
|
-
* Revokes
|
|
13049
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
|
|
13035
13050
|
*
|
|
13036
13051
|
* @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
|
|
13037
13052
|
* @returns RevokeResourceServerScopesFromOrganizationalUnitResponse
|
|
@@ -13041,7 +13056,7 @@ class Client extends openapi_core_1.default {
|
|
|
13041
13056
|
return await this.revokeResourceServerScopesFromOrganizationalUnitWithOptions(request, runtime);
|
|
13042
13057
|
}
|
|
13043
13058
|
/**
|
|
13044
|
-
* Revokes
|
|
13059
|
+
* Revokes the Scope permissions under a specified ResourceServer from an account.
|
|
13045
13060
|
*
|
|
13046
13061
|
* @param request - RevokeResourceServerScopesFromUserRequest
|
|
13047
13062
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13079,7 +13094,7 @@ class Client extends openapi_core_1.default {
|
|
|
13079
13094
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RevokeResourceServerScopesFromUserResponse({}));
|
|
13080
13095
|
}
|
|
13081
13096
|
/**
|
|
13082
|
-
* Revokes
|
|
13097
|
+
* Revokes the Scope permissions under a specified ResourceServer from an account.
|
|
13083
13098
|
*
|
|
13084
13099
|
* @param request - RevokeResourceServerScopesFromUserRequest
|
|
13085
13100
|
* @returns RevokeResourceServerScopesFromUserResponse
|
|
@@ -13389,10 +13404,10 @@ class Client extends openapi_core_1.default {
|
|
|
13389
13404
|
return await this.setApplicationResourceServerIdentifierWithOptions(request, runtime);
|
|
13390
13405
|
}
|
|
13391
13406
|
/**
|
|
13392
|
-
* Sets the single sign-on (SSO) properties for an
|
|
13407
|
+
* Sets the single sign-on (SSO) configuration properties for an EIAM application.
|
|
13393
13408
|
*
|
|
13394
13409
|
* @remarks
|
|
13395
|
-
* In
|
|
13410
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13396
13411
|
*
|
|
13397
13412
|
* @param request - SetApplicationSsoConfigRequest
|
|
13398
13413
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13439,10 +13454,10 @@ class Client extends openapi_core_1.default {
|
|
|
13439
13454
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetApplicationSsoConfigResponse({}));
|
|
13440
13455
|
}
|
|
13441
13456
|
/**
|
|
13442
|
-
* Sets the single sign-on (SSO) properties for an
|
|
13457
|
+
* Sets the single sign-on (SSO) configuration properties for an EIAM application.
|
|
13443
13458
|
*
|
|
13444
13459
|
* @remarks
|
|
13445
|
-
* In
|
|
13460
|
+
* In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
|
|
13446
13461
|
*
|
|
13447
13462
|
* @param request - SetApplicationSsoConfigRequest
|
|
13448
13463
|
* @returns SetApplicationSsoConfigResponse
|
|
@@ -13452,7 +13467,7 @@ class Client extends openapi_core_1.default {
|
|
|
13452
13467
|
return await this.setApplicationSsoConfigWithOptions(request, runtime);
|
|
13453
13468
|
}
|
|
13454
13469
|
/**
|
|
13455
|
-
* Sets
|
|
13470
|
+
* Sets a specified domain name of an EIAM instance as the default domain name.
|
|
13456
13471
|
*
|
|
13457
13472
|
* @param request - SetDefaultDomainRequest
|
|
13458
13473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13484,7 +13499,7 @@ class Client extends openapi_core_1.default {
|
|
|
13484
13499
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetDefaultDomainResponse({}));
|
|
13485
13500
|
}
|
|
13486
13501
|
/**
|
|
13487
|
-
* Sets
|
|
13502
|
+
* Sets a specified domain name of an EIAM instance as the default domain name.
|
|
13488
13503
|
*
|
|
13489
13504
|
* @param request - SetDefaultDomainRequest
|
|
13490
13505
|
* @returns SetDefaultDomainResponse
|
|
@@ -13539,7 +13554,7 @@ class Client extends openapi_core_1.default {
|
|
|
13539
13554
|
return await this.setForgetPasswordConfigurationWithOptions(request, runtime);
|
|
13540
13555
|
}
|
|
13541
13556
|
/**
|
|
13542
|
-
*
|
|
13557
|
+
* Modify Authentication Information
|
|
13543
13558
|
*
|
|
13544
13559
|
* @param request - SetIdentityProviderAuthnConfigurationRequest
|
|
13545
13560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13583,7 +13598,7 @@ class Client extends openapi_core_1.default {
|
|
|
13583
13598
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetIdentityProviderAuthnConfigurationResponse({}));
|
|
13584
13599
|
}
|
|
13585
13600
|
/**
|
|
13586
|
-
*
|
|
13601
|
+
* Modify Authentication Information
|
|
13587
13602
|
*
|
|
13588
13603
|
* @param request - SetIdentityProviderAuthnConfigurationRequest
|
|
13589
13604
|
* @returns SetIdentityProviderAuthnConfigurationResponse
|
|
@@ -13593,7 +13608,7 @@ class Client extends openapi_core_1.default {
|
|
|
13593
13608
|
return await this.setIdentityProviderAuthnConfigurationWithOptions(request, runtime);
|
|
13594
13609
|
}
|
|
13595
13610
|
/**
|
|
13596
|
-
*
|
|
13611
|
+
* Modifies the inbound synchronization configuration of an Identity Provider (IdP).
|
|
13597
13612
|
*
|
|
13598
13613
|
* @param request - SetIdentityProviderUdPullConfigurationRequest
|
|
13599
13614
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13646,7 +13661,7 @@ class Client extends openapi_core_1.default {
|
|
|
13646
13661
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetIdentityProviderUdPullConfigurationResponse({}));
|
|
13647
13662
|
}
|
|
13648
13663
|
/**
|
|
13649
|
-
*
|
|
13664
|
+
* Modifies the inbound synchronization configuration of an Identity Provider (IdP).
|
|
13650
13665
|
*
|
|
13651
13666
|
* @param request - SetIdentityProviderUdPullConfigurationRequest
|
|
13652
13667
|
* @returns SetIdentityProviderUdPullConfigurationResponse
|
|
@@ -14286,7 +14301,7 @@ class Client extends openapi_core_1.default {
|
|
|
14286
14301
|
return await this.unbindUserAuthnSourceMappingWithOptions(request, runtime);
|
|
14287
14302
|
}
|
|
14288
14303
|
/**
|
|
14289
|
-
* Unlocks
|
|
14304
|
+
* Unlocks a locked EIAM account.
|
|
14290
14305
|
*
|
|
14291
14306
|
* @param request - UnlockUserRequest
|
|
14292
14307
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14318,7 +14333,7 @@ class Client extends openapi_core_1.default {
|
|
|
14318
14333
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UnlockUserResponse({}));
|
|
14319
14334
|
}
|
|
14320
14335
|
/**
|
|
14321
|
-
* Unlocks
|
|
14336
|
+
* Unlocks a locked EIAM account.
|
|
14322
14337
|
*
|
|
14323
14338
|
* @param request - UnlockUserRequest
|
|
14324
14339
|
* @returns UnlockUserResponse
|
|
@@ -14328,7 +14343,7 @@ class Client extends openapi_core_1.default {
|
|
|
14328
14343
|
return await this.unlockUserWithOptions(request, runtime);
|
|
14329
14344
|
}
|
|
14330
14345
|
/**
|
|
14331
|
-
*
|
|
14346
|
+
* Modifies the advanced configuration of an application.
|
|
14332
14347
|
*
|
|
14333
14348
|
* @param request - UpdateApplicationAdvancedConfigRequest
|
|
14334
14349
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14363,7 +14378,7 @@ class Client extends openapi_core_1.default {
|
|
|
14363
14378
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationAdvancedConfigResponse({}));
|
|
14364
14379
|
}
|
|
14365
14380
|
/**
|
|
14366
|
-
*
|
|
14381
|
+
* Modifies the advanced configuration of an application.
|
|
14367
14382
|
*
|
|
14368
14383
|
* @param request - UpdateApplicationAdvancedConfigRequest
|
|
14369
14384
|
* @returns UpdateApplicationAdvancedConfigResponse
|
|
@@ -14418,7 +14433,7 @@ class Client extends openapi_core_1.default {
|
|
|
14418
14433
|
return await this.updateApplicationAuthorizationTypeWithOptions(request, runtime);
|
|
14419
14434
|
}
|
|
14420
14435
|
/**
|
|
14421
|
-
* Updates the expiration time of a specified
|
|
14436
|
+
* Updates the expiration time of a specified ClientSecret for an application.
|
|
14422
14437
|
*
|
|
14423
14438
|
* @param request - UpdateApplicationClientSecretExpirationTimeRequest
|
|
14424
14439
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14456,7 +14471,7 @@ class Client extends openapi_core_1.default {
|
|
|
14456
14471
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationClientSecretExpirationTimeResponse({}));
|
|
14457
14472
|
}
|
|
14458
14473
|
/**
|
|
14459
|
-
* Updates the expiration time of a specified
|
|
14474
|
+
* Updates the expiration time of a specified ClientSecret for an application.
|
|
14460
14475
|
*
|
|
14461
14476
|
* @param request - UpdateApplicationClientSecretExpirationTimeRequest
|
|
14462
14477
|
* @returns UpdateApplicationClientSecretExpirationTimeResponse
|
|
@@ -14511,7 +14526,7 @@ class Client extends openapi_core_1.default {
|
|
|
14511
14526
|
return await this.updateApplicationDescriptionWithOptions(request, runtime);
|
|
14512
14527
|
}
|
|
14513
14528
|
/**
|
|
14514
|
-
* Updates
|
|
14529
|
+
* Updates a federated credential for an application.
|
|
14515
14530
|
*
|
|
14516
14531
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
14517
14532
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14532,6 +14547,12 @@ class Client extends openapi_core_1.default {
|
|
|
14532
14547
|
if (!$dara.isNull(request.instanceId)) {
|
|
14533
14548
|
query["InstanceId"] = request.instanceId;
|
|
14534
14549
|
}
|
|
14550
|
+
if (!$dara.isNull(request.oidcVerificationConfig)) {
|
|
14551
|
+
query["OidcVerificationConfig"] = request.oidcVerificationConfig;
|
|
14552
|
+
}
|
|
14553
|
+
if (!$dara.isNull(request.pkcs7VerificationConfig)) {
|
|
14554
|
+
query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
|
|
14555
|
+
}
|
|
14535
14556
|
if (!$dara.isNull(request.verificationCondition)) {
|
|
14536
14557
|
query["VerificationCondition"] = request.verificationCondition;
|
|
14537
14558
|
}
|
|
@@ -14552,7 +14573,7 @@ class Client extends openapi_core_1.default {
|
|
|
14552
14573
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationFederatedCredentialResponse({}));
|
|
14553
14574
|
}
|
|
14554
14575
|
/**
|
|
14555
|
-
* Updates
|
|
14576
|
+
* Updates a federated credential for an application.
|
|
14556
14577
|
*
|
|
14557
14578
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
14558
14579
|
* @returns UpdateApplicationFederatedCredentialResponse
|
|
@@ -14610,7 +14631,7 @@ class Client extends openapi_core_1.default {
|
|
|
14610
14631
|
return await this.updateApplicationFederatedCredentialDescriptionWithOptions(request, runtime);
|
|
14611
14632
|
}
|
|
14612
14633
|
/**
|
|
14613
|
-
* Updates the basic information
|
|
14634
|
+
* Updates the basic information of an application.
|
|
14614
14635
|
*
|
|
14615
14636
|
* @param request - UpdateApplicationInfoRequest
|
|
14616
14637
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14660,7 +14681,7 @@ class Client extends openapi_core_1.default {
|
|
|
14660
14681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationInfoResponse({}));
|
|
14661
14682
|
}
|
|
14662
14683
|
/**
|
|
14663
|
-
* Updates the basic information
|
|
14684
|
+
* Updates the basic information of an application.
|
|
14664
14685
|
*
|
|
14665
14686
|
* @param request - UpdateApplicationInfoRequest
|
|
14666
14687
|
* @returns UpdateApplicationInfoResponse
|
|
@@ -14721,7 +14742,7 @@ class Client extends openapi_core_1.default {
|
|
|
14721
14742
|
return await this.updateApplicationRoleWithOptions(request, runtime);
|
|
14722
14743
|
}
|
|
14723
14744
|
/**
|
|
14724
|
-
*
|
|
14745
|
+
* Modifies the description of an application role.
|
|
14725
14746
|
*
|
|
14726
14747
|
* @param request - UpdateApplicationRoleDescriptionRequest
|
|
14727
14748
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14759,7 +14780,7 @@ class Client extends openapi_core_1.default {
|
|
|
14759
14780
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateApplicationRoleDescriptionResponse({}));
|
|
14760
14781
|
}
|
|
14761
14782
|
/**
|
|
14762
|
-
*
|
|
14783
|
+
* Modifies the description of an application role.
|
|
14763
14784
|
*
|
|
14764
14785
|
* @param request - UpdateApplicationRoleDescriptionRequest
|
|
14765
14786
|
* @returns UpdateApplicationRoleDescriptionResponse
|
|
@@ -15608,7 +15629,7 @@ class Client extends openapi_core_1.default {
|
|
|
15608
15629
|
return await this.updateCredentialWithOptions(request, runtime);
|
|
15609
15630
|
}
|
|
15610
15631
|
/**
|
|
15611
|
-
*
|
|
15632
|
+
* Updates the description of a credential.
|
|
15612
15633
|
*
|
|
15613
15634
|
* @param request - UpdateCredentialDescriptionRequest
|
|
15614
15635
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15646,7 +15667,7 @@ class Client extends openapi_core_1.default {
|
|
|
15646
15667
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCredentialDescriptionResponse({}));
|
|
15647
15668
|
}
|
|
15648
15669
|
/**
|
|
15649
|
-
*
|
|
15670
|
+
* Updates the description of a credential.
|
|
15650
15671
|
*
|
|
15651
15672
|
* @param request - UpdateCredentialDescriptionRequest
|
|
15652
15673
|
* @returns UpdateCredentialDescriptionResponse
|
|
@@ -15896,7 +15917,7 @@ class Client extends openapi_core_1.default {
|
|
|
15896
15917
|
return await this.updateDomainIcpNumberWithOptions(request, runtime);
|
|
15897
15918
|
}
|
|
15898
15919
|
/**
|
|
15899
|
-
* Updates a federated
|
|
15920
|
+
* Updates a federated trust source.
|
|
15900
15921
|
*
|
|
15901
15922
|
* @param request - UpdateFederatedCredentialProviderRequest
|
|
15902
15923
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15943,7 +15964,7 @@ class Client extends openapi_core_1.default {
|
|
|
15943
15964
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateFederatedCredentialProviderResponse({}));
|
|
15944
15965
|
}
|
|
15945
15966
|
/**
|
|
15946
|
-
* Updates a federated
|
|
15967
|
+
* Updates a federated trust source.
|
|
15947
15968
|
*
|
|
15948
15969
|
* @param request - UpdateFederatedCredentialProviderRequest
|
|
15949
15970
|
* @returns UpdateFederatedCredentialProviderResponse
|
|
@@ -15953,7 +15974,7 @@ class Client extends openapi_core_1.default {
|
|
|
15953
15974
|
return await this.updateFederatedCredentialProviderWithOptions(request, runtime);
|
|
15954
15975
|
}
|
|
15955
15976
|
/**
|
|
15956
|
-
* Updates the description of a federated
|
|
15977
|
+
* Updates the description of a federated trust source.
|
|
15957
15978
|
*
|
|
15958
15979
|
* @param request - UpdateFederatedCredentialProviderDescriptionRequest
|
|
15959
15980
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15988,7 +16009,7 @@ class Client extends openapi_core_1.default {
|
|
|
15988
16009
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateFederatedCredentialProviderDescriptionResponse({}));
|
|
15989
16010
|
}
|
|
15990
16011
|
/**
|
|
15991
|
-
* Updates the description of a federated
|
|
16012
|
+
* Updates the description of a federated trust source.
|
|
15992
16013
|
*
|
|
15993
16014
|
* @param request - UpdateFederatedCredentialProviderDescriptionRequest
|
|
15994
16015
|
* @returns UpdateFederatedCredentialProviderDescriptionResponse
|