@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/src/client.ts
CHANGED
|
@@ -38,7 +38,7 @@ export default class Client extends OpenApi {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
/**
|
|
41
|
-
* Adds an application account
|
|
41
|
+
* Adds an application account for a specified employee under the current application.
|
|
42
42
|
*
|
|
43
43
|
* @param request - AddApplicationAccountToUserRequest
|
|
44
44
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -81,7 +81,7 @@ export default class Client extends OpenApi {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
/**
|
|
84
|
-
* Adds an application account
|
|
84
|
+
* Adds an application account for a specified employee under the current application.
|
|
85
85
|
*
|
|
86
86
|
* @param request - AddApplicationAccountToUserRequest
|
|
87
87
|
* @returns AddApplicationAccountToUserResponse
|
|
@@ -334,7 +334,7 @@ export default class Client extends OpenApi {
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
/**
|
|
337
|
-
* Adds a specified EIAM account to
|
|
337
|
+
* Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
|
|
338
338
|
*
|
|
339
339
|
* @param request - AddUserToOrganizationalUnitsRequest
|
|
340
340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -373,7 +373,7 @@ export default class Client extends OpenApi {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
|
-
* Adds a specified EIAM account to
|
|
376
|
+
* Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
|
|
377
377
|
*
|
|
378
378
|
* @param request - AddUserToOrganizationalUnitsRequest
|
|
379
379
|
* @returns AddUserToOrganizationalUnitsResponse
|
|
@@ -384,7 +384,7 @@ export default class Client extends OpenApi {
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
|
-
* Adds Employee Identity and Access Management (EIAM) accounts to
|
|
387
|
+
* Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
|
|
388
388
|
*
|
|
389
389
|
* @param request - AddUsersToGroupRequest
|
|
390
390
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -423,7 +423,7 @@ export default class Client extends OpenApi {
|
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
|
-
* Adds Employee Identity and Access Management (EIAM) accounts to
|
|
426
|
+
* Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
|
|
427
427
|
*
|
|
428
428
|
* @param request - AddUsersToGroupRequest
|
|
429
429
|
* @returns AddUsersToGroupResponse
|
|
@@ -434,7 +434,7 @@ export default class Client extends OpenApi {
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
/**
|
|
437
|
-
* Grants multiple EIAM groups access to an application.
|
|
437
|
+
* Grants multiple EIAM groups access to an application in a batch.
|
|
438
438
|
*
|
|
439
439
|
* @param request - AuthorizeApplicationToGroupsRequest
|
|
440
440
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -477,7 +477,7 @@ export default class Client extends OpenApi {
|
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
|
-
* Grants multiple EIAM groups access to an application.
|
|
480
|
+
* Grants multiple EIAM groups access to an application in a batch.
|
|
481
481
|
*
|
|
482
482
|
* @param request - AuthorizeApplicationToGroupsRequest
|
|
483
483
|
* @returns AuthorizeApplicationToGroupsResponse
|
|
@@ -542,7 +542,7 @@ export default class Client extends OpenApi {
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
|
-
* Grants
|
|
545
|
+
* Grants multiple EIAM accounts access to an application in a batch.
|
|
546
546
|
*
|
|
547
547
|
* @param request - AuthorizeApplicationToUsersRequest
|
|
548
548
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -585,7 +585,7 @@ export default class Client extends OpenApi {
|
|
|
585
585
|
}
|
|
586
586
|
|
|
587
587
|
/**
|
|
588
|
-
* Grants
|
|
588
|
+
* Grants multiple EIAM accounts access to an application in a batch.
|
|
589
589
|
*
|
|
590
590
|
* @param request - AuthorizeApplicationToUsersRequest
|
|
591
591
|
* @returns AuthorizeApplicationToUsersResponse
|
|
@@ -596,7 +596,7 @@ export default class Client extends OpenApi {
|
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
/**
|
|
599
|
-
* Grants
|
|
599
|
+
* Grants Scope permissions under a specified ResourceServer to a Client application.
|
|
600
600
|
*
|
|
601
601
|
* @param request - AuthorizeResourceServerScopesToClientRequest
|
|
602
602
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -639,7 +639,7 @@ export default class Client extends OpenApi {
|
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
/**
|
|
642
|
-
* Grants
|
|
642
|
+
* Grants Scope permissions under a specified ResourceServer to a Client application.
|
|
643
643
|
*
|
|
644
644
|
* @param request - AuthorizeResourceServerScopesToClientRequest
|
|
645
645
|
* @returns AuthorizeResourceServerScopesToClientResponse
|
|
@@ -650,7 +650,7 @@ export default class Client extends OpenApi {
|
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
/**
|
|
653
|
-
* Grants
|
|
653
|
+
* Grants Scope permissions under a specified ResourceServer to a group.
|
|
654
654
|
*
|
|
655
655
|
* @param request - AuthorizeResourceServerScopesToGroupRequest
|
|
656
656
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -697,7 +697,7 @@ export default class Client extends OpenApi {
|
|
|
697
697
|
}
|
|
698
698
|
|
|
699
699
|
/**
|
|
700
|
-
* Grants
|
|
700
|
+
* Grants Scope permissions under a specified ResourceServer to a group.
|
|
701
701
|
*
|
|
702
702
|
* @param request - AuthorizeResourceServerScopesToGroupRequest
|
|
703
703
|
* @returns AuthorizeResourceServerScopesToGroupResponse
|
|
@@ -708,7 +708,7 @@ export default class Client extends OpenApi {
|
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
/**
|
|
711
|
-
* Grants scope permissions
|
|
711
|
+
* Grants scope permissions under a specified ResourceServer to an organizational unit.
|
|
712
712
|
*
|
|
713
713
|
* @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
|
|
714
714
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -755,7 +755,7 @@ export default class Client extends OpenApi {
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
/**
|
|
758
|
-
* Grants scope permissions
|
|
758
|
+
* Grants scope permissions under a specified ResourceServer to an organizational unit.
|
|
759
759
|
*
|
|
760
760
|
* @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
|
|
761
761
|
* @returns AuthorizeResourceServerScopesToOrganizationalUnitResponse
|
|
@@ -766,7 +766,7 @@ export default class Client extends OpenApi {
|
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
/**
|
|
769
|
-
* Grants
|
|
769
|
+
* Grants Scope permissions under a specified ResourceServer to an account.
|
|
770
770
|
*
|
|
771
771
|
* @param request - AuthorizeResourceServerScopesToUserRequest
|
|
772
772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -813,7 +813,7 @@ export default class Client extends OpenApi {
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
/**
|
|
816
|
-
* Grants
|
|
816
|
+
* Grants Scope permissions under a specified ResourceServer to an account.
|
|
817
817
|
*
|
|
818
818
|
* @param request - AuthorizeResourceServerScopesToUserRequest
|
|
819
819
|
* @returns AuthorizeResourceServerScopesToUserResponse
|
|
@@ -824,7 +824,7 @@ export default class Client extends OpenApi {
|
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
/**
|
|
827
|
-
* Authorizes a
|
|
827
|
+
* Authorizes a specified ResourceServer for a Client application.
|
|
828
828
|
*
|
|
829
829
|
* @param request - AuthorizeResourceServerToClientRequest
|
|
830
830
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -863,7 +863,7 @@ export default class Client extends OpenApi {
|
|
|
863
863
|
}
|
|
864
864
|
|
|
865
865
|
/**
|
|
866
|
-
* Authorizes a
|
|
866
|
+
* Authorizes a specified ResourceServer for a Client application.
|
|
867
867
|
*
|
|
868
868
|
* @param request - AuthorizeResourceServerToClientRequest
|
|
869
869
|
* @returns AuthorizeResourceServerToClientResponse
|
|
@@ -928,7 +928,7 @@ export default class Client extends OpenApi {
|
|
|
928
928
|
}
|
|
929
929
|
|
|
930
930
|
/**
|
|
931
|
-
* Checks whether the primary
|
|
931
|
+
* Checks whether the primary organization for application synchronization is within the application synchronization scope.
|
|
932
932
|
*
|
|
933
933
|
* @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
|
|
934
934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -967,7 +967,7 @@ export default class Client extends OpenApi {
|
|
|
967
967
|
}
|
|
968
968
|
|
|
969
969
|
/**
|
|
970
|
-
* Checks whether the primary
|
|
970
|
+
* Checks whether the primary organization for application synchronization is within the application synchronization scope.
|
|
971
971
|
*
|
|
972
972
|
* @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
|
|
973
973
|
* @returns CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse
|
|
@@ -1074,10 +1074,10 @@ export default class Client extends OpenApi {
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
/**
|
|
1077
|
-
* Creates an application in
|
|
1077
|
+
* Creates an application resource in a specified EIAM instance.
|
|
1078
1078
|
*
|
|
1079
1079
|
* @remarks
|
|
1080
|
-
*
|
|
1080
|
+
* 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.
|
|
1081
1081
|
*
|
|
1082
1082
|
* @param request - CreateApplicationRequest
|
|
1083
1083
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1144,10 +1144,10 @@ export default class Client extends OpenApi {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
* Creates an application in
|
|
1147
|
+
* Creates an application resource in a specified EIAM instance.
|
|
1148
1148
|
*
|
|
1149
1149
|
* @remarks
|
|
1150
|
-
*
|
|
1150
|
+
* 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.
|
|
1151
1151
|
*
|
|
1152
1152
|
* @param request - CreateApplicationRequest
|
|
1153
1153
|
* @returns CreateApplicationResponse
|
|
@@ -1158,7 +1158,7 @@ export default class Client extends OpenApi {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
1160
|
/**
|
|
1161
|
-
* Creates a client secret for an EIAM application. You can create
|
|
1161
|
+
* Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
|
|
1162
1162
|
*
|
|
1163
1163
|
* @param request - CreateApplicationClientSecretRequest
|
|
1164
1164
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1197,7 +1197,7 @@ export default class Client extends OpenApi {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
1199
|
/**
|
|
1200
|
-
* Creates a client secret for an EIAM application. You can create
|
|
1200
|
+
* Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
|
|
1201
1201
|
*
|
|
1202
1202
|
* @param request - CreateApplicationClientSecretRequest
|
|
1203
1203
|
* @returns CreateApplicationClientSecretResponse
|
|
@@ -1208,7 +1208,7 @@ export default class Client extends OpenApi {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
1210
|
/**
|
|
1211
|
-
* Creates an application federated credential.
|
|
1211
|
+
* Creates an application federated identity credential.
|
|
1212
1212
|
*
|
|
1213
1213
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1214
1214
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1245,10 +1245,22 @@ export default class Client extends OpenApi {
|
|
|
1245
1245
|
query["InstanceId"] = request.instanceId;
|
|
1246
1246
|
}
|
|
1247
1247
|
|
|
1248
|
+
if (!$dara.isNull(request.oidcVerificationConfig)) {
|
|
1249
|
+
query["OidcVerificationConfig"] = request.oidcVerificationConfig;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
if (!$dara.isNull(request.pkcs7VerificationConfig)) {
|
|
1253
|
+
query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1248
1256
|
if (!$dara.isNull(request.verificationCondition)) {
|
|
1249
1257
|
query["VerificationCondition"] = request.verificationCondition;
|
|
1250
1258
|
}
|
|
1251
1259
|
|
|
1260
|
+
if (!$dara.isNull(request.verificationMode)) {
|
|
1261
|
+
query["VerificationMode"] = request.verificationMode;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1252
1264
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
1253
1265
|
query: OpenApiUtil.query(query),
|
|
1254
1266
|
});
|
|
@@ -1267,7 +1279,7 @@ export default class Client extends OpenApi {
|
|
|
1267
1279
|
}
|
|
1268
1280
|
|
|
1269
1281
|
/**
|
|
1270
|
-
* Creates an application federated credential.
|
|
1282
|
+
* Creates an application federated identity credential.
|
|
1271
1283
|
*
|
|
1272
1284
|
* @param request - CreateApplicationFederatedCredentialRequest
|
|
1273
1285
|
* @returns CreateApplicationFederatedCredentialResponse
|
|
@@ -1560,7 +1572,7 @@ export default class Client extends OpenApi {
|
|
|
1560
1572
|
}
|
|
1561
1573
|
|
|
1562
1574
|
/**
|
|
1563
|
-
* Creates a
|
|
1575
|
+
* 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.
|
|
1564
1576
|
*
|
|
1565
1577
|
* @param request - CreateClientPublicKeyRequest
|
|
1566
1578
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1607,7 +1619,7 @@ export default class Client extends OpenApi {
|
|
|
1607
1619
|
}
|
|
1608
1620
|
|
|
1609
1621
|
/**
|
|
1610
|
-
* Creates a
|
|
1622
|
+
* 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.
|
|
1611
1623
|
*
|
|
1612
1624
|
* @param request - CreateClientPublicKeyRequest
|
|
1613
1625
|
* @returns CreateClientPublicKeyResponse
|
|
@@ -1618,10 +1630,10 @@ export default class Client extends OpenApi {
|
|
|
1618
1630
|
}
|
|
1619
1631
|
|
|
1620
1632
|
/**
|
|
1621
|
-
* Creates a cloud account in
|
|
1633
|
+
* Creates a cloud account resource in a specified EIAM instance.
|
|
1622
1634
|
*
|
|
1623
1635
|
* @remarks
|
|
1624
|
-
* *Before you call this operation,
|
|
1636
|
+
* *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.**
|
|
1625
1637
|
*
|
|
1626
1638
|
* @param request - CreateCloudAccountRequest
|
|
1627
1639
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1680,10 +1692,10 @@ export default class Client extends OpenApi {
|
|
|
1680
1692
|
}
|
|
1681
1693
|
|
|
1682
1694
|
/**
|
|
1683
|
-
* Creates a cloud account in
|
|
1695
|
+
* Creates a cloud account resource in a specified EIAM instance.
|
|
1684
1696
|
*
|
|
1685
1697
|
* @remarks
|
|
1686
|
-
* *Before you call this operation,
|
|
1698
|
+
* *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.**
|
|
1687
1699
|
*
|
|
1688
1700
|
* @param request - CreateCloudAccountRequest
|
|
1689
1701
|
* @returns CreateCloudAccountResponse
|
|
@@ -1840,7 +1852,7 @@ export default class Client extends OpenApi {
|
|
|
1840
1852
|
}
|
|
1841
1853
|
|
|
1842
1854
|
/**
|
|
1843
|
-
* Creates a credential in a specified EIAM instance.
|
|
1855
|
+
* Creates a credential resource in a specified EIAM instance.
|
|
1844
1856
|
*
|
|
1845
1857
|
* @param request - CreateCredentialRequest
|
|
1846
1858
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1919,7 +1931,7 @@ export default class Client extends OpenApi {
|
|
|
1919
1931
|
}
|
|
1920
1932
|
|
|
1921
1933
|
/**
|
|
1922
|
-
* Creates a credential in a specified EIAM instance.
|
|
1934
|
+
* Creates a credential resource in a specified EIAM instance.
|
|
1923
1935
|
*
|
|
1924
1936
|
* @param request - CreateCredentialRequest
|
|
1925
1937
|
* @returns CreateCredentialResponse
|
|
@@ -2248,7 +2260,7 @@ export default class Client extends OpenApi {
|
|
|
2248
2260
|
}
|
|
2249
2261
|
|
|
2250
2262
|
/**
|
|
2251
|
-
*
|
|
2263
|
+
* Creates a federated trust source.
|
|
2252
2264
|
*
|
|
2253
2265
|
* @param request - CreateFederatedCredentialProviderRequest
|
|
2254
2266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2311,7 +2323,7 @@ export default class Client extends OpenApi {
|
|
|
2311
2323
|
}
|
|
2312
2324
|
|
|
2313
2325
|
/**
|
|
2314
|
-
*
|
|
2326
|
+
* Creates a federated trust source.
|
|
2315
2327
|
*
|
|
2316
2328
|
* @param request - CreateFederatedCredentialProviderRequest
|
|
2317
2329
|
* @returns CreateFederatedCredentialProviderResponse
|
|
@@ -2322,7 +2334,7 @@ export default class Client extends OpenApi {
|
|
|
2322
2334
|
}
|
|
2323
2335
|
|
|
2324
2336
|
/**
|
|
2325
|
-
*
|
|
2337
|
+
* Create an EIAM account group.
|
|
2326
2338
|
*
|
|
2327
2339
|
* @param request - CreateGroupRequest
|
|
2328
2340
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2365,7 +2377,7 @@ export default class Client extends OpenApi {
|
|
|
2365
2377
|
}
|
|
2366
2378
|
|
|
2367
2379
|
/**
|
|
2368
|
-
*
|
|
2380
|
+
* Create an EIAM account group.
|
|
2369
2381
|
*
|
|
2370
2382
|
* @param request - CreateGroupRequest
|
|
2371
2383
|
* @returns CreateGroupResponse
|
|
@@ -2376,7 +2388,7 @@ export default class Client extends OpenApi {
|
|
|
2376
2388
|
}
|
|
2377
2389
|
|
|
2378
2390
|
/**
|
|
2379
|
-
*
|
|
2391
|
+
* Create an identity provider.
|
|
2380
2392
|
*
|
|
2381
2393
|
* @param request - CreateIdentityProviderRequest
|
|
2382
2394
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2475,7 +2487,7 @@ export default class Client extends OpenApi {
|
|
|
2475
2487
|
}
|
|
2476
2488
|
|
|
2477
2489
|
/**
|
|
2478
|
-
*
|
|
2490
|
+
* Create an identity provider.
|
|
2479
2491
|
*
|
|
2480
2492
|
* @param request - CreateIdentityProviderRequest
|
|
2481
2493
|
* @returns CreateIdentityProviderResponse
|
|
@@ -2748,7 +2760,7 @@ export default class Client extends OpenApi {
|
|
|
2748
2760
|
}
|
|
2749
2761
|
|
|
2750
2762
|
/**
|
|
2751
|
-
* Creates an organization
|
|
2763
|
+
* Creates an EIAM organization under a specified organization.
|
|
2752
2764
|
*
|
|
2753
2765
|
* @param request - CreateOrganizationalUnitRequest
|
|
2754
2766
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2795,7 +2807,7 @@ export default class Client extends OpenApi {
|
|
|
2795
2807
|
}
|
|
2796
2808
|
|
|
2797
2809
|
/**
|
|
2798
|
-
* Creates an organization
|
|
2810
|
+
* Creates an EIAM organization under a specified organization.
|
|
2799
2811
|
*
|
|
2800
2812
|
* @param request - CreateOrganizationalUnitRequest
|
|
2801
2813
|
* @returns CreateOrganizationalUnitResponse
|
|
@@ -2868,7 +2880,7 @@ export default class Client extends OpenApi {
|
|
|
2868
2880
|
}
|
|
2869
2881
|
|
|
2870
2882
|
/**
|
|
2871
|
-
*
|
|
2883
|
+
* Creates an EIAM account in a specified EIAM instance.
|
|
2872
2884
|
*
|
|
2873
2885
|
* @param request - CreateUserRequest
|
|
2874
2886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2959,7 +2971,7 @@ export default class Client extends OpenApi {
|
|
|
2959
2971
|
}
|
|
2960
2972
|
|
|
2961
2973
|
/**
|
|
2962
|
-
*
|
|
2974
|
+
* Creates an EIAM account in a specified EIAM instance.
|
|
2963
2975
|
*
|
|
2964
2976
|
* @param request - CreateUserRequest
|
|
2965
2977
|
* @returns CreateUserResponse
|
|
@@ -2970,10 +2982,10 @@ export default class Client extends OpenApi {
|
|
|
2970
2982
|
}
|
|
2971
2983
|
|
|
2972
2984
|
/**
|
|
2973
|
-
* Deletes an
|
|
2985
|
+
* Deletes an EIAM application resource.
|
|
2974
2986
|
*
|
|
2975
2987
|
* @remarks
|
|
2976
|
-
*
|
|
2988
|
+
* 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.
|
|
2977
2989
|
*
|
|
2978
2990
|
* @param request - DeleteApplicationRequest
|
|
2979
2991
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3008,10 +3020,10 @@ export default class Client extends OpenApi {
|
|
|
3008
3020
|
}
|
|
3009
3021
|
|
|
3010
3022
|
/**
|
|
3011
|
-
* Deletes an
|
|
3023
|
+
* Deletes an EIAM application resource.
|
|
3012
3024
|
*
|
|
3013
3025
|
* @remarks
|
|
3014
|
-
*
|
|
3026
|
+
* 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.
|
|
3015
3027
|
*
|
|
3016
3028
|
* @param request - DeleteApplicationRequest
|
|
3017
3029
|
* @returns DeleteApplicationResponse
|
|
@@ -3022,7 +3034,7 @@ export default class Client extends OpenApi {
|
|
|
3022
3034
|
}
|
|
3023
3035
|
|
|
3024
3036
|
/**
|
|
3025
|
-
* Deletes a client
|
|
3037
|
+
* Deletes a client secret of an EIAM application.
|
|
3026
3038
|
*
|
|
3027
3039
|
* @param request - DeleteApplicationClientSecretRequest
|
|
3028
3040
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3061,7 +3073,7 @@ export default class Client extends OpenApi {
|
|
|
3061
3073
|
}
|
|
3062
3074
|
|
|
3063
3075
|
/**
|
|
3064
|
-
* Deletes a client
|
|
3076
|
+
* Deletes a client secret of an EIAM application.
|
|
3065
3077
|
*
|
|
3066
3078
|
* @param request - DeleteApplicationClientSecretRequest
|
|
3067
3079
|
* @returns DeleteApplicationClientSecretResponse
|
|
@@ -3072,7 +3084,7 @@ export default class Client extends OpenApi {
|
|
|
3072
3084
|
}
|
|
3073
3085
|
|
|
3074
3086
|
/**
|
|
3075
|
-
* Deletes a federated credential
|
|
3087
|
+
* Deletes a federated identity credential of an application.
|
|
3076
3088
|
*
|
|
3077
3089
|
* @param request - DeleteApplicationFederatedCredentialRequest
|
|
3078
3090
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3111,7 +3123,7 @@ export default class Client extends OpenApi {
|
|
|
3111
3123
|
}
|
|
3112
3124
|
|
|
3113
3125
|
/**
|
|
3114
|
-
* Deletes a federated credential
|
|
3126
|
+
* Deletes a federated identity credential of an application.
|
|
3115
3127
|
*
|
|
3116
3128
|
* @param request - DeleteApplicationFederatedCredentialRequest
|
|
3117
3129
|
* @returns DeleteApplicationFederatedCredentialResponse
|
|
@@ -3172,7 +3184,7 @@ export default class Client extends OpenApi {
|
|
|
3172
3184
|
}
|
|
3173
3185
|
|
|
3174
3186
|
/**
|
|
3175
|
-
* Deletes an
|
|
3187
|
+
* Deletes an ApplicationToken.
|
|
3176
3188
|
*
|
|
3177
3189
|
* @param request - DeleteApplicationTokenRequest
|
|
3178
3190
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3211,7 +3223,7 @@ export default class Client extends OpenApi {
|
|
|
3211
3223
|
}
|
|
3212
3224
|
|
|
3213
3225
|
/**
|
|
3214
|
-
* Deletes an
|
|
3226
|
+
* Deletes an ApplicationToken.
|
|
3215
3227
|
*
|
|
3216
3228
|
* @param request - DeleteApplicationTokenRequest
|
|
3217
3229
|
* @returns DeleteApplicationTokenResponse
|
|
@@ -3364,7 +3376,7 @@ export default class Client extends OpenApi {
|
|
|
3364
3376
|
}
|
|
3365
3377
|
|
|
3366
3378
|
/**
|
|
3367
|
-
* Deletes
|
|
3379
|
+
* Deletes a specified application ClientPublicKey.
|
|
3368
3380
|
*
|
|
3369
3381
|
* @param request - DeleteClientPublicKeyRequest
|
|
3370
3382
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3403,7 +3415,7 @@ export default class Client extends OpenApi {
|
|
|
3403
3415
|
}
|
|
3404
3416
|
|
|
3405
3417
|
/**
|
|
3406
|
-
* Deletes
|
|
3418
|
+
* Deletes a specified application ClientPublicKey.
|
|
3407
3419
|
*
|
|
3408
3420
|
* @param request - DeleteClientPublicKeyRequest
|
|
3409
3421
|
* @returns DeleteClientPublicKeyResponse
|
|
@@ -3894,7 +3906,7 @@ export default class Client extends OpenApi {
|
|
|
3894
3906
|
}
|
|
3895
3907
|
|
|
3896
3908
|
/**
|
|
3897
|
-
*
|
|
3909
|
+
* Delete an EIAM account group.
|
|
3898
3910
|
*
|
|
3899
3911
|
* @param request - DeleteGroupRequest
|
|
3900
3912
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3929,7 +3941,7 @@ export default class Client extends OpenApi {
|
|
|
3929
3941
|
}
|
|
3930
3942
|
|
|
3931
3943
|
/**
|
|
3932
|
-
*
|
|
3944
|
+
* Delete an EIAM account group.
|
|
3933
3945
|
*
|
|
3934
3946
|
* @param request - DeleteGroupRequest
|
|
3935
3947
|
* @returns DeleteGroupResponse
|
|
@@ -3940,7 +3952,7 @@ export default class Client extends OpenApi {
|
|
|
3940
3952
|
}
|
|
3941
3953
|
|
|
3942
3954
|
/**
|
|
3943
|
-
*
|
|
3955
|
+
* Deletes an identity provider.
|
|
3944
3956
|
*
|
|
3945
3957
|
* @param request - DeleteIdentityProviderRequest
|
|
3946
3958
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3975,7 +3987,7 @@ export default class Client extends OpenApi {
|
|
|
3975
3987
|
}
|
|
3976
3988
|
|
|
3977
3989
|
/**
|
|
3978
|
-
*
|
|
3990
|
+
* Deletes an identity provider.
|
|
3979
3991
|
*
|
|
3980
3992
|
* @param request - DeleteIdentityProviderRequest
|
|
3981
3993
|
* @returns DeleteIdentityProviderResponse
|
|
@@ -4126,7 +4138,7 @@ export default class Client extends OpenApi {
|
|
|
4126
4138
|
}
|
|
4127
4139
|
|
|
4128
4140
|
/**
|
|
4129
|
-
* Deletes
|
|
4141
|
+
* Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
|
|
4130
4142
|
*
|
|
4131
4143
|
* @param request - DeleteOrganizationalUnitRequest
|
|
4132
4144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4161,7 +4173,7 @@ export default class Client extends OpenApi {
|
|
|
4161
4173
|
}
|
|
4162
4174
|
|
|
4163
4175
|
/**
|
|
4164
|
-
* Deletes
|
|
4176
|
+
* Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
|
|
4165
4177
|
*
|
|
4166
4178
|
* @param request - DeleteOrganizationalUnitRequest
|
|
4167
4179
|
* @returns DeleteOrganizationalUnitResponse
|
|
@@ -4172,7 +4184,7 @@ export default class Client extends OpenApi {
|
|
|
4172
4184
|
}
|
|
4173
4185
|
|
|
4174
4186
|
/**
|
|
4175
|
-
* Deletes
|
|
4187
|
+
* Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
|
|
4176
4188
|
*
|
|
4177
4189
|
* @param request - DeleteOrganizationalUnitChildrenRequest
|
|
4178
4190
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4207,7 +4219,7 @@ export default class Client extends OpenApi {
|
|
|
4207
4219
|
}
|
|
4208
4220
|
|
|
4209
4221
|
/**
|
|
4210
|
-
* Deletes
|
|
4222
|
+
* Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
|
|
4211
4223
|
*
|
|
4212
4224
|
* @param request - DeleteOrganizationalUnitChildrenRequest
|
|
4213
4225
|
* @returns DeleteOrganizationalUnitChildrenResponse
|
|
@@ -4218,7 +4230,7 @@ export default class Client extends OpenApi {
|
|
|
4218
4230
|
}
|
|
4219
4231
|
|
|
4220
4232
|
/**
|
|
4221
|
-
* Deletes a scope permission
|
|
4233
|
+
* Deletes a scope permission under a specified ResourceServer.
|
|
4222
4234
|
*
|
|
4223
4235
|
* @param request - DeleteResourceServerScopeRequest
|
|
4224
4236
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4257,7 +4269,7 @@ export default class Client extends OpenApi {
|
|
|
4257
4269
|
}
|
|
4258
4270
|
|
|
4259
4271
|
/**
|
|
4260
|
-
* Deletes a scope permission
|
|
4272
|
+
* Deletes a scope permission under a specified ResourceServer.
|
|
4261
4273
|
*
|
|
4262
4274
|
* @param request - DeleteResourceServerScopeRequest
|
|
4263
4275
|
* @returns DeleteResourceServerScopeResponse
|
|
@@ -4268,7 +4280,7 @@ export default class Client extends OpenApi {
|
|
|
4268
4280
|
}
|
|
4269
4281
|
|
|
4270
4282
|
/**
|
|
4271
|
-
* Deletes a specified EIAM
|
|
4283
|
+
* Deletes a specified EIAM account and purges all information associated with the account.
|
|
4272
4284
|
*
|
|
4273
4285
|
* @param request - DeleteUserRequest
|
|
4274
4286
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4303,7 +4315,7 @@ export default class Client extends OpenApi {
|
|
|
4303
4315
|
}
|
|
4304
4316
|
|
|
4305
4317
|
/**
|
|
4306
|
-
* Deletes a specified EIAM
|
|
4318
|
+
* Deletes a specified EIAM account and purges all information associated with the account.
|
|
4307
4319
|
*
|
|
4308
4320
|
* @param request - DeleteUserRequest
|
|
4309
4321
|
* @returns DeleteUserResponse
|
|
@@ -4410,10 +4422,10 @@ export default class Client extends OpenApi {
|
|
|
4410
4422
|
}
|
|
4411
4423
|
|
|
4412
4424
|
/**
|
|
4413
|
-
* Disables an
|
|
4425
|
+
* Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
|
|
4414
4426
|
*
|
|
4415
4427
|
* @remarks
|
|
4416
|
-
*
|
|
4428
|
+
* 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.
|
|
4417
4429
|
*
|
|
4418
4430
|
* @param request - DisableApplicationRequest
|
|
4419
4431
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4448,10 +4460,10 @@ export default class Client extends OpenApi {
|
|
|
4448
4460
|
}
|
|
4449
4461
|
|
|
4450
4462
|
/**
|
|
4451
|
-
* Disables an
|
|
4463
|
+
* Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
|
|
4452
4464
|
*
|
|
4453
4465
|
* @remarks
|
|
4454
|
-
*
|
|
4466
|
+
* 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.
|
|
4455
4467
|
*
|
|
4456
4468
|
* @param request - DisableApplicationRequest
|
|
4457
4469
|
* @returns DisableApplicationResponse
|
|
@@ -4558,7 +4570,7 @@ export default class Client extends OpenApi {
|
|
|
4558
4570
|
}
|
|
4559
4571
|
|
|
4560
4572
|
/**
|
|
4561
|
-
* Disables a federated credential for an application.
|
|
4573
|
+
* Disables a federated identity credential for an application.
|
|
4562
4574
|
*
|
|
4563
4575
|
* @param request - DisableApplicationFederatedCredentialRequest
|
|
4564
4576
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4597,7 +4609,7 @@ export default class Client extends OpenApi {
|
|
|
4597
4609
|
}
|
|
4598
4610
|
|
|
4599
4611
|
/**
|
|
4600
|
-
* Disables a federated credential for an application.
|
|
4612
|
+
* Disables a federated identity credential for an application.
|
|
4601
4613
|
*
|
|
4602
4614
|
* @param request - DisableApplicationFederatedCredentialRequest
|
|
4603
4615
|
* @returns DisableApplicationFederatedCredentialResponse
|
|
@@ -4700,7 +4712,7 @@ export default class Client extends OpenApi {
|
|
|
4700
4712
|
}
|
|
4701
4713
|
|
|
4702
4714
|
/**
|
|
4703
|
-
* Disables the
|
|
4715
|
+
* Disables the ResourceServer capability of a specified application.
|
|
4704
4716
|
*
|
|
4705
4717
|
* @param request - DisableApplicationResourceServerRequest
|
|
4706
4718
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4735,7 +4747,7 @@ export default class Client extends OpenApi {
|
|
|
4735
4747
|
}
|
|
4736
4748
|
|
|
4737
4749
|
/**
|
|
4738
|
-
* Disables the
|
|
4750
|
+
* Disables the ResourceServer capability of a specified application.
|
|
4739
4751
|
*
|
|
4740
4752
|
* @param request - DisableApplicationResourceServerRequest
|
|
4741
4753
|
* @returns DisableApplicationResourceServerResponse
|
|
@@ -4795,7 +4807,7 @@ export default class Client extends OpenApi {
|
|
|
4795
4807
|
* Disables an application token.
|
|
4796
4808
|
*
|
|
4797
4809
|
* @remarks
|
|
4798
|
-
* When you change
|
|
4810
|
+
* 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.
|
|
4799
4811
|
*
|
|
4800
4812
|
* @param request - DisableApplicationTokenRequest
|
|
4801
4813
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4837,7 +4849,7 @@ export default class Client extends OpenApi {
|
|
|
4837
4849
|
* Disables an application token.
|
|
4838
4850
|
*
|
|
4839
4851
|
* @remarks
|
|
4840
|
-
* When you change
|
|
4852
|
+
* 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.
|
|
4841
4853
|
*
|
|
4842
4854
|
* @param request - DisableApplicationTokenRequest
|
|
4843
4855
|
* @returns DisableApplicationTokenResponse
|
|
@@ -4946,7 +4958,7 @@ export default class Client extends OpenApi {
|
|
|
4946
4958
|
}
|
|
4947
4959
|
|
|
4948
4960
|
/**
|
|
4949
|
-
* Disables
|
|
4961
|
+
* Disables a specified application ClientPublicKey.
|
|
4950
4962
|
*
|
|
4951
4963
|
* @param request - DisableClientPublicKeyRequest
|
|
4952
4964
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4989,7 +5001,7 @@ export default class Client extends OpenApi {
|
|
|
4989
5001
|
}
|
|
4990
5002
|
|
|
4991
5003
|
/**
|
|
4992
|
-
* Disables
|
|
5004
|
+
* Disables a specified application ClientPublicKey.
|
|
4993
5005
|
*
|
|
4994
5006
|
* @param request - DisableClientPublicKeyRequest
|
|
4995
5007
|
* @returns DisableClientPublicKeyResponse
|
|
@@ -5439,7 +5451,7 @@ export default class Client extends OpenApi {
|
|
|
5439
5451
|
* Disables authentication.
|
|
5440
5452
|
*
|
|
5441
5453
|
* @remarks
|
|
5442
|
-
* When you
|
|
5454
|
+
* 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.
|
|
5443
5455
|
*
|
|
5444
5456
|
* @param request - DisableIdentityProviderAuthnRequest
|
|
5445
5457
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5477,7 +5489,7 @@ export default class Client extends OpenApi {
|
|
|
5477
5489
|
* Disables authentication.
|
|
5478
5490
|
*
|
|
5479
5491
|
* @remarks
|
|
5480
|
-
* When you
|
|
5492
|
+
* 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.
|
|
5481
5493
|
*
|
|
5482
5494
|
* @param request - DisableIdentityProviderAuthnRequest
|
|
5483
5495
|
* @returns DisableIdentityProviderAuthnResponse
|
|
@@ -5488,7 +5500,7 @@ export default class Client extends OpenApi {
|
|
|
5488
5500
|
}
|
|
5489
5501
|
|
|
5490
5502
|
/**
|
|
5491
|
-
*
|
|
5503
|
+
* Disables the inbound synchronization feature of an identity provider.
|
|
5492
5504
|
*
|
|
5493
5505
|
* @param request - DisableIdentityProviderUdPullRequest
|
|
5494
5506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5523,7 +5535,7 @@ export default class Client extends OpenApi {
|
|
|
5523
5535
|
}
|
|
5524
5536
|
|
|
5525
5537
|
/**
|
|
5526
|
-
*
|
|
5538
|
+
* Disables the inbound synchronization feature of an identity provider.
|
|
5527
5539
|
*
|
|
5528
5540
|
* @param request - DisableIdentityProviderUdPullRequest
|
|
5529
5541
|
* @returns DisableIdentityProviderUdPullResponse
|
|
@@ -5668,7 +5680,7 @@ export default class Client extends OpenApi {
|
|
|
5668
5680
|
}
|
|
5669
5681
|
|
|
5670
5682
|
/**
|
|
5671
|
-
*
|
|
5683
|
+
* Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
|
|
5672
5684
|
*
|
|
5673
5685
|
* @param request - DisableUserRequest
|
|
5674
5686
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5703,7 +5715,7 @@ export default class Client extends OpenApi {
|
|
|
5703
5715
|
}
|
|
5704
5716
|
|
|
5705
5717
|
/**
|
|
5706
|
-
*
|
|
5718
|
+
* Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
|
|
5707
5719
|
*
|
|
5708
5720
|
* @param request - DisableUserRequest
|
|
5709
5721
|
* @returns DisableUserResponse
|
|
@@ -6044,7 +6056,7 @@ export default class Client extends OpenApi {
|
|
|
6044
6056
|
}
|
|
6045
6057
|
|
|
6046
6058
|
/**
|
|
6047
|
-
* Enables
|
|
6059
|
+
* Enables the SSO feature for an EIAM application.
|
|
6048
6060
|
*
|
|
6049
6061
|
* @param request - EnableApplicationSsoRequest
|
|
6050
6062
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6079,7 +6091,7 @@ export default class Client extends OpenApi {
|
|
|
6079
6091
|
}
|
|
6080
6092
|
|
|
6081
6093
|
/**
|
|
6082
|
-
* Enables
|
|
6094
|
+
* Enables the SSO feature for an EIAM application.
|
|
6083
6095
|
*
|
|
6084
6096
|
* @param request - EnableApplicationSsoRequest
|
|
6085
6097
|
* @returns EnableApplicationSsoResponse
|
|
@@ -6238,7 +6250,7 @@ export default class Client extends OpenApi {
|
|
|
6238
6250
|
}
|
|
6239
6251
|
|
|
6240
6252
|
/**
|
|
6241
|
-
* Enables
|
|
6253
|
+
* Enables a specified application ClientPublicKey.
|
|
6242
6254
|
*
|
|
6243
6255
|
* @param request - EnableClientPublicKeyRequest
|
|
6244
6256
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6281,7 +6293,7 @@ export default class Client extends OpenApi {
|
|
|
6281
6293
|
}
|
|
6282
6294
|
|
|
6283
6295
|
/**
|
|
6284
|
-
* Enables
|
|
6296
|
+
* Enables a specified application ClientPublicKey.
|
|
6285
6297
|
*
|
|
6286
6298
|
* @param request - EnableClientPublicKeyRequest
|
|
6287
6299
|
* @returns EnableClientPublicKeyResponse
|
|
@@ -6737,7 +6749,7 @@ export default class Client extends OpenApi {
|
|
|
6737
6749
|
* Enables authentication.
|
|
6738
6750
|
*
|
|
6739
6751
|
* @remarks
|
|
6740
|
-
* When a conditional access policy
|
|
6752
|
+
* 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.
|
|
6741
6753
|
*
|
|
6742
6754
|
* @param request - EnableIdentityProviderAuthnRequest
|
|
6743
6755
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6775,7 +6787,7 @@ export default class Client extends OpenApi {
|
|
|
6775
6787
|
* Enables authentication.
|
|
6776
6788
|
*
|
|
6777
6789
|
* @remarks
|
|
6778
|
-
* When a conditional access policy
|
|
6790
|
+
* 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.
|
|
6779
6791
|
*
|
|
6780
6792
|
* @param request - EnableIdentityProviderAuthnRequest
|
|
6781
6793
|
* @returns EnableIdentityProviderAuthnResponse
|
|
@@ -6786,7 +6798,7 @@ export default class Client extends OpenApi {
|
|
|
6786
6798
|
}
|
|
6787
6799
|
|
|
6788
6800
|
/**
|
|
6789
|
-
*
|
|
6801
|
+
* Enables the inbound synchronization feature for an identity provider.
|
|
6790
6802
|
*
|
|
6791
6803
|
* @param request - EnableIdentityProviderUdPullRequest
|
|
6792
6804
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6821,7 +6833,7 @@ export default class Client extends OpenApi {
|
|
|
6821
6833
|
}
|
|
6822
6834
|
|
|
6823
6835
|
/**
|
|
6824
|
-
*
|
|
6836
|
+
* Enables the inbound synchronization feature for an identity provider.
|
|
6825
6837
|
*
|
|
6826
6838
|
* @param request - EnableIdentityProviderUdPullRequest
|
|
6827
6839
|
* @returns EnableIdentityProviderUdPullResponse
|
|
@@ -6966,7 +6978,7 @@ export default class Client extends OpenApi {
|
|
|
6966
6978
|
}
|
|
6967
6979
|
|
|
6968
6980
|
/**
|
|
6969
|
-
*
|
|
6981
|
+
* Sets an account to the enabled state.
|
|
6970
6982
|
*
|
|
6971
6983
|
* @param request - EnableUserRequest
|
|
6972
6984
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7001,7 +7013,7 @@ export default class Client extends OpenApi {
|
|
|
7001
7013
|
}
|
|
7002
7014
|
|
|
7003
7015
|
/**
|
|
7004
|
-
*
|
|
7016
|
+
* Sets an account to the enabled state.
|
|
7005
7017
|
*
|
|
7006
7018
|
* @param request - EnableUserRequest
|
|
7007
7019
|
* @returns EnableUserResponse
|
|
@@ -7162,7 +7174,7 @@ export default class Client extends OpenApi {
|
|
|
7162
7174
|
}
|
|
7163
7175
|
|
|
7164
7176
|
/**
|
|
7165
|
-
*
|
|
7177
|
+
* Obtains an access token for accessing a resource server by using a specified application as the client identity.
|
|
7166
7178
|
*
|
|
7167
7179
|
* @param request - GenerateOauthTokenRequest
|
|
7168
7180
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7205,7 +7217,7 @@ export default class Client extends OpenApi {
|
|
|
7205
7217
|
}
|
|
7206
7218
|
|
|
7207
7219
|
/**
|
|
7208
|
-
*
|
|
7220
|
+
* Obtains an access token for accessing a resource server by using a specified application as the client identity.
|
|
7209
7221
|
*
|
|
7210
7222
|
* @param request - GenerateOauthTokenRequest
|
|
7211
7223
|
* @returns GenerateOauthTokenResponse
|
|
@@ -7408,7 +7420,7 @@ export default class Client extends OpenApi {
|
|
|
7408
7420
|
}
|
|
7409
7421
|
|
|
7410
7422
|
/**
|
|
7411
|
-
* Retrieves the federated credential
|
|
7423
|
+
* Retrieves the federated identity credential of an application.
|
|
7412
7424
|
*
|
|
7413
7425
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
7414
7426
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7447,7 +7459,7 @@ export default class Client extends OpenApi {
|
|
|
7447
7459
|
}
|
|
7448
7460
|
|
|
7449
7461
|
/**
|
|
7450
|
-
* Retrieves the federated credential
|
|
7462
|
+
* Retrieves the federated identity credential of an application.
|
|
7451
7463
|
*
|
|
7452
7464
|
* @param request - GetApplicationFederatedCredentialRequest
|
|
7453
7465
|
* @returns GetApplicationFederatedCredentialResponse
|
|
@@ -7458,7 +7470,7 @@ export default class Client extends OpenApi {
|
|
|
7458
7470
|
}
|
|
7459
7471
|
|
|
7460
7472
|
/**
|
|
7461
|
-
* Queries the
|
|
7473
|
+
* Queries the Developer API authorization scope of an EIAM application.
|
|
7462
7474
|
*
|
|
7463
7475
|
* @param request - GetApplicationGrantScopeRequest
|
|
7464
7476
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7493,7 +7505,7 @@ export default class Client extends OpenApi {
|
|
|
7493
7505
|
}
|
|
7494
7506
|
|
|
7495
7507
|
/**
|
|
7496
|
-
* Queries the
|
|
7508
|
+
* Queries the Developer API authorization scope of an EIAM application.
|
|
7497
7509
|
*
|
|
7498
7510
|
* @param request - GetApplicationGrantScopeRequest
|
|
7499
7511
|
* @returns GetApplicationGrantScopeResponse
|
|
@@ -7642,7 +7654,7 @@ export default class Client extends OpenApi {
|
|
|
7642
7654
|
}
|
|
7643
7655
|
|
|
7644
7656
|
/**
|
|
7645
|
-
* Retrieves
|
|
7657
|
+
* Retrieves application role information.
|
|
7646
7658
|
*
|
|
7647
7659
|
* @param request - GetApplicationRoleRequest
|
|
7648
7660
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7681,7 +7693,7 @@ export default class Client extends OpenApi {
|
|
|
7681
7693
|
}
|
|
7682
7694
|
|
|
7683
7695
|
/**
|
|
7684
|
-
* Retrieves
|
|
7696
|
+
* Retrieves application role information.
|
|
7685
7697
|
*
|
|
7686
7698
|
* @param request - GetApplicationRoleRequest
|
|
7687
7699
|
* @returns GetApplicationRoleResponse
|
|
@@ -7738,7 +7750,7 @@ export default class Client extends OpenApi {
|
|
|
7738
7750
|
}
|
|
7739
7751
|
|
|
7740
7752
|
/**
|
|
7741
|
-
* Retrieves
|
|
7753
|
+
* Retrieves application template information.
|
|
7742
7754
|
*
|
|
7743
7755
|
* @param request - GetApplicationTemplateRequest
|
|
7744
7756
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7769,7 +7781,7 @@ export default class Client extends OpenApi {
|
|
|
7769
7781
|
}
|
|
7770
7782
|
|
|
7771
7783
|
/**
|
|
7772
|
-
* Retrieves
|
|
7784
|
+
* Retrieves application template information.
|
|
7773
7785
|
*
|
|
7774
7786
|
* @param request - GetApplicationTemplateRequest
|
|
7775
7787
|
* @returns GetApplicationTemplateResponse
|
|
@@ -7876,7 +7888,7 @@ export default class Client extends OpenApi {
|
|
|
7876
7888
|
}
|
|
7877
7889
|
|
|
7878
7890
|
/**
|
|
7879
|
-
*
|
|
7891
|
+
* Queries an authorization server.
|
|
7880
7892
|
*
|
|
7881
7893
|
* @param request - GetAuthorizationServerRequest
|
|
7882
7894
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7911,7 +7923,7 @@ export default class Client extends OpenApi {
|
|
|
7911
7923
|
}
|
|
7912
7924
|
|
|
7913
7925
|
/**
|
|
7914
|
-
*
|
|
7926
|
+
* Queries an authorization server.
|
|
7915
7927
|
*
|
|
7916
7928
|
* @param request - GetAuthorizationServerRequest
|
|
7917
7929
|
* @returns GetAuthorizationServerResponse
|
|
@@ -7968,7 +7980,7 @@ export default class Client extends OpenApi {
|
|
|
7968
7980
|
}
|
|
7969
7981
|
|
|
7970
7982
|
/**
|
|
7971
|
-
*
|
|
7983
|
+
* Queries the ClientPublicKey of a specified application.
|
|
7972
7984
|
*
|
|
7973
7985
|
* @param request - GetClientPublicKeyRequest
|
|
7974
7986
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8007,7 +8019,7 @@ export default class Client extends OpenApi {
|
|
|
8007
8019
|
}
|
|
8008
8020
|
|
|
8009
8021
|
/**
|
|
8010
|
-
*
|
|
8022
|
+
* Queries the ClientPublicKey of a specified application.
|
|
8011
8023
|
*
|
|
8012
8024
|
* @param request - GetClientPublicKeyRequest
|
|
8013
8025
|
* @returns GetClientPublicKeyResponse
|
|
@@ -8018,7 +8030,7 @@ export default class Client extends OpenApi {
|
|
|
8018
8030
|
}
|
|
8019
8031
|
|
|
8020
8032
|
/**
|
|
8021
|
-
*
|
|
8033
|
+
* Queries the resource information of a cloud account.
|
|
8022
8034
|
*
|
|
8023
8035
|
* @param request - GetCloudAccountRequest
|
|
8024
8036
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8053,7 +8065,7 @@ export default class Client extends OpenApi {
|
|
|
8053
8065
|
}
|
|
8054
8066
|
|
|
8055
8067
|
/**
|
|
8056
|
-
*
|
|
8068
|
+
* Queries the resource information of a cloud account.
|
|
8057
8069
|
*
|
|
8058
8070
|
* @param request - GetCloudAccountRequest
|
|
8059
8071
|
* @returns GetCloudAccountResponse
|
|
@@ -8064,7 +8076,7 @@ export default class Client extends OpenApi {
|
|
|
8064
8076
|
}
|
|
8065
8077
|
|
|
8066
8078
|
/**
|
|
8067
|
-
*
|
|
8079
|
+
* Queries the resource information of a cloud role.
|
|
8068
8080
|
*
|
|
8069
8081
|
* @param request - GetCloudAccountRoleRequest
|
|
8070
8082
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8103,7 +8115,7 @@ export default class Client extends OpenApi {
|
|
|
8103
8115
|
}
|
|
8104
8116
|
|
|
8105
8117
|
/**
|
|
8106
|
-
*
|
|
8118
|
+
* Queries the resource information of a cloud role.
|
|
8107
8119
|
*
|
|
8108
8120
|
* @param request - GetCloudAccountRoleRequest
|
|
8109
8121
|
* @returns GetCloudAccountRoleResponse
|
|
@@ -8166,7 +8178,7 @@ export default class Client extends OpenApi {
|
|
|
8166
8178
|
}
|
|
8167
8179
|
|
|
8168
8180
|
/**
|
|
8169
|
-
*
|
|
8181
|
+
* Queries the information about a credential resource.
|
|
8170
8182
|
*
|
|
8171
8183
|
* @param request - GetCredentialRequest
|
|
8172
8184
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8201,7 +8213,7 @@ export default class Client extends OpenApi {
|
|
|
8201
8213
|
}
|
|
8202
8214
|
|
|
8203
8215
|
/**
|
|
8204
|
-
*
|
|
8216
|
+
* Queries the information about a credential resource.
|
|
8205
8217
|
*
|
|
8206
8218
|
* @param request - GetCredentialRequest
|
|
8207
8219
|
* @returns GetCredentialResponse
|
|
@@ -8212,7 +8224,7 @@ export default class Client extends OpenApi {
|
|
|
8212
8224
|
}
|
|
8213
8225
|
|
|
8214
8226
|
/**
|
|
8215
|
-
*
|
|
8227
|
+
* Queries the details of a credential provider.
|
|
8216
8228
|
*
|
|
8217
8229
|
* @param request - GetCredentialProviderRequest
|
|
8218
8230
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8247,7 +8259,7 @@ export default class Client extends OpenApi {
|
|
|
8247
8259
|
}
|
|
8248
8260
|
|
|
8249
8261
|
/**
|
|
8250
|
-
*
|
|
8262
|
+
* Queries the details of a credential provider.
|
|
8251
8263
|
*
|
|
8252
8264
|
* @param request - GetCredentialProviderRequest
|
|
8253
8265
|
* @returns GetCredentialProviderResponse
|
|
@@ -8530,7 +8542,7 @@ export default class Client extends OpenApi {
|
|
|
8530
8542
|
}
|
|
8531
8543
|
|
|
8532
8544
|
/**
|
|
8533
|
-
*
|
|
8545
|
+
* Queries the details of an EIAM account group.
|
|
8534
8546
|
*
|
|
8535
8547
|
* @param request - GetGroupRequest
|
|
8536
8548
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8565,7 +8577,7 @@ export default class Client extends OpenApi {
|
|
|
8565
8577
|
}
|
|
8566
8578
|
|
|
8567
8579
|
/**
|
|
8568
|
-
*
|
|
8580
|
+
* Queries the details of an EIAM account group.
|
|
8569
8581
|
*
|
|
8570
8582
|
* @param request - GetGroupRequest
|
|
8571
8583
|
* @returns GetGroupResponse
|
|
@@ -8576,7 +8588,7 @@ export default class Client extends OpenApi {
|
|
|
8576
8588
|
}
|
|
8577
8589
|
|
|
8578
8590
|
/**
|
|
8579
|
-
*
|
|
8591
|
+
* Retrieves an identity provider.
|
|
8580
8592
|
*
|
|
8581
8593
|
* @param request - GetIdentityProviderRequest
|
|
8582
8594
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8611,7 +8623,7 @@ export default class Client extends OpenApi {
|
|
|
8611
8623
|
}
|
|
8612
8624
|
|
|
8613
8625
|
/**
|
|
8614
|
-
*
|
|
8626
|
+
* Retrieves an identity provider.
|
|
8615
8627
|
*
|
|
8616
8628
|
* @param request - GetIdentityProviderRequest
|
|
8617
8629
|
* @returns GetIdentityProviderResponse
|
|
@@ -8718,7 +8730,7 @@ export default class Client extends OpenApi {
|
|
|
8718
8730
|
}
|
|
8719
8731
|
|
|
8720
8732
|
/**
|
|
8721
|
-
*
|
|
8733
|
+
* Retrieves the inbound synchronization configuration of an identity provider (IdP).
|
|
8722
8734
|
*
|
|
8723
8735
|
* @param request - GetIdentityProviderUdPullConfigurationRequest
|
|
8724
8736
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8753,7 +8765,7 @@ export default class Client extends OpenApi {
|
|
|
8753
8765
|
}
|
|
8754
8766
|
|
|
8755
8767
|
/**
|
|
8756
|
-
*
|
|
8768
|
+
* Retrieves the inbound synchronization configuration of an identity provider (IdP).
|
|
8757
8769
|
*
|
|
8758
8770
|
* @param request - GetIdentityProviderUdPullConfigurationRequest
|
|
8759
8771
|
* @returns GetIdentityProviderUdPullConfigurationResponse
|
|
@@ -9260,7 +9272,7 @@ export default class Client extends OpenApi {
|
|
|
9260
9272
|
}
|
|
9261
9273
|
|
|
9262
9274
|
/**
|
|
9263
|
-
* Queries the information
|
|
9275
|
+
* Queries the information of an EIAM organizational unit.
|
|
9264
9276
|
*
|
|
9265
9277
|
* @param request - GetOrganizationalUnitRequest
|
|
9266
9278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9295,7 +9307,7 @@ export default class Client extends OpenApi {
|
|
|
9295
9307
|
}
|
|
9296
9308
|
|
|
9297
9309
|
/**
|
|
9298
|
-
* Queries the information
|
|
9310
|
+
* Queries the information of an EIAM organizational unit.
|
|
9299
9311
|
*
|
|
9300
9312
|
* @param request - GetOrganizationalUnitRequest
|
|
9301
9313
|
* @returns GetOrganizationalUnitResponse
|
|
@@ -9474,7 +9486,7 @@ export default class Client extends OpenApi {
|
|
|
9474
9486
|
}
|
|
9475
9487
|
|
|
9476
9488
|
/**
|
|
9477
|
-
*
|
|
9489
|
+
* Queries the scope permissions under a specified ResourceServer.
|
|
9478
9490
|
*
|
|
9479
9491
|
* @param request - GetResourceServerScopeRequest
|
|
9480
9492
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9513,7 +9525,7 @@ export default class Client extends OpenApi {
|
|
|
9513
9525
|
}
|
|
9514
9526
|
|
|
9515
9527
|
/**
|
|
9516
|
-
*
|
|
9528
|
+
* Queries the scope permissions under a specified ResourceServer.
|
|
9517
9529
|
*
|
|
9518
9530
|
* @param request - GetResourceServerScopeRequest
|
|
9519
9531
|
* @returns GetResourceServerScopeResponse
|
|
@@ -9654,7 +9666,7 @@ export default class Client extends OpenApi {
|
|
|
9654
9666
|
}
|
|
9655
9667
|
|
|
9656
9668
|
/**
|
|
9657
|
-
*
|
|
9669
|
+
* Queries the details of an EIAM account.
|
|
9658
9670
|
*
|
|
9659
9671
|
* @param request - GetUserRequest
|
|
9660
9672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9689,7 +9701,7 @@ export default class Client extends OpenApi {
|
|
|
9689
9701
|
}
|
|
9690
9702
|
|
|
9691
9703
|
/**
|
|
9692
|
-
*
|
|
9704
|
+
* Queries the details of an EIAM account.
|
|
9693
9705
|
*
|
|
9694
9706
|
* @param request - GetUserRequest
|
|
9695
9707
|
* @returns GetUserResponse
|
|
@@ -9754,7 +9766,7 @@ export default class Client extends OpenApi {
|
|
|
9754
9766
|
}
|
|
9755
9767
|
|
|
9756
9768
|
/**
|
|
9757
|
-
*
|
|
9769
|
+
* Queries the application accounts of an application by paging.
|
|
9758
9770
|
*
|
|
9759
9771
|
* @param request - ListApplicationAccountsRequest
|
|
9760
9772
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9797,7 +9809,7 @@ export default class Client extends OpenApi {
|
|
|
9797
9809
|
}
|
|
9798
9810
|
|
|
9799
9811
|
/**
|
|
9800
|
-
*
|
|
9812
|
+
* Queries the application accounts of an application by paging.
|
|
9801
9813
|
*
|
|
9802
9814
|
* @param request - ListApplicationAccountsRequest
|
|
9803
9815
|
* @returns ListApplicationAccountsResponse
|
|
@@ -9910,7 +9922,7 @@ export default class Client extends OpenApi {
|
|
|
9910
9922
|
}
|
|
9911
9923
|
|
|
9912
9924
|
/**
|
|
9913
|
-
*
|
|
9925
|
+
* Queries a list of application federated credentials.
|
|
9914
9926
|
*
|
|
9915
9927
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
9916
9928
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9961,7 +9973,7 @@ export default class Client extends OpenApi {
|
|
|
9961
9973
|
}
|
|
9962
9974
|
|
|
9963
9975
|
/**
|
|
9964
|
-
*
|
|
9976
|
+
* Queries a list of application federated credentials.
|
|
9965
9977
|
*
|
|
9966
9978
|
* @param request - ListApplicationFederatedCredentialsRequest
|
|
9967
9979
|
* @returns ListApplicationFederatedCredentialsResponse
|
|
@@ -9972,7 +9984,7 @@ export default class Client extends OpenApi {
|
|
|
9972
9984
|
}
|
|
9973
9985
|
|
|
9974
9986
|
/**
|
|
9975
|
-
*
|
|
9987
|
+
* Queries the list of application federated credentials by federated trust source ID.
|
|
9976
9988
|
*
|
|
9977
9989
|
* @param request - ListApplicationFederatedCredentialsForProviderRequest
|
|
9978
9990
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10019,7 +10031,7 @@ export default class Client extends OpenApi {
|
|
|
10019
10031
|
}
|
|
10020
10032
|
|
|
10021
10033
|
/**
|
|
10022
|
-
*
|
|
10034
|
+
* Queries the list of application federated credentials by federated trust source ID.
|
|
10023
10035
|
*
|
|
10024
10036
|
* @param request - ListApplicationFederatedCredentialsForProviderRequest
|
|
10025
10037
|
* @returns ListApplicationFederatedCredentialsForProviderResponse
|
|
@@ -10088,7 +10100,7 @@ export default class Client extends OpenApi {
|
|
|
10088
10100
|
}
|
|
10089
10101
|
|
|
10090
10102
|
/**
|
|
10091
|
-
*
|
|
10103
|
+
* Queries the list of account synchronization types supported by an application.
|
|
10092
10104
|
*
|
|
10093
10105
|
* @param request - ListApplicationSupportedProvisionProtocolTypesRequest
|
|
10094
10106
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10123,7 +10135,7 @@ export default class Client extends OpenApi {
|
|
|
10123
10135
|
}
|
|
10124
10136
|
|
|
10125
10137
|
/**
|
|
10126
|
-
*
|
|
10138
|
+
* Queries the list of account synchronization types supported by an application.
|
|
10127
10139
|
*
|
|
10128
10140
|
* @param request - ListApplicationSupportedProvisionProtocolTypesRequest
|
|
10129
10141
|
* @returns ListApplicationSupportedProvisionProtocolTypesResponse
|
|
@@ -10134,7 +10146,7 @@ export default class Client extends OpenApi {
|
|
|
10134
10146
|
}
|
|
10135
10147
|
|
|
10136
10148
|
/**
|
|
10137
|
-
* Retrieves
|
|
10149
|
+
* Retrieves the list of application tokens.
|
|
10138
10150
|
*
|
|
10139
10151
|
* @param request - ListApplicationTokensRequest
|
|
10140
10152
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10173,7 +10185,7 @@ export default class Client extends OpenApi {
|
|
|
10173
10185
|
}
|
|
10174
10186
|
|
|
10175
10187
|
/**
|
|
10176
|
-
* Retrieves
|
|
10188
|
+
* Retrieves the list of application tokens.
|
|
10177
10189
|
*
|
|
10178
10190
|
* @param request - ListApplicationTokensRequest
|
|
10179
10191
|
* @returns ListApplicationTokensResponse
|
|
@@ -10184,7 +10196,7 @@ export default class Client extends OpenApi {
|
|
|
10184
10196
|
}
|
|
10185
10197
|
|
|
10186
10198
|
/**
|
|
10187
|
-
*
|
|
10199
|
+
* Performs a paged query to retrieve information about one or more EIAM applications with paging.
|
|
10188
10200
|
*
|
|
10189
10201
|
* @param request - ListApplicationsRequest
|
|
10190
10202
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10225,6 +10237,10 @@ export default class Client extends OpenApi {
|
|
|
10225
10237
|
query["M2MClientStatus"] = request.m2MClientStatus;
|
|
10226
10238
|
}
|
|
10227
10239
|
|
|
10240
|
+
if (!$dara.isNull(request.managedServiceCode)) {
|
|
10241
|
+
query["ManagedServiceCode"] = request.managedServiceCode;
|
|
10242
|
+
}
|
|
10243
|
+
|
|
10228
10244
|
if (!$dara.isNull(request.pageNumber)) {
|
|
10229
10245
|
query["PageNumber"] = request.pageNumber;
|
|
10230
10246
|
}
|
|
@@ -10237,6 +10253,10 @@ export default class Client extends OpenApi {
|
|
|
10237
10253
|
query["ResourceServerStatus"] = request.resourceServerStatus;
|
|
10238
10254
|
}
|
|
10239
10255
|
|
|
10256
|
+
if (!$dara.isNull(request.serviceManaged)) {
|
|
10257
|
+
query["ServiceManaged"] = request.serviceManaged;
|
|
10258
|
+
}
|
|
10259
|
+
|
|
10240
10260
|
if (!$dara.isNull(request.ssoType)) {
|
|
10241
10261
|
query["SsoType"] = request.ssoType;
|
|
10242
10262
|
}
|
|
@@ -10263,7 +10283,7 @@ export default class Client extends OpenApi {
|
|
|
10263
10283
|
}
|
|
10264
10284
|
|
|
10265
10285
|
/**
|
|
10266
|
-
*
|
|
10286
|
+
* Performs a paged query to retrieve information about one or more EIAM applications with paging.
|
|
10267
10287
|
*
|
|
10268
10288
|
* @param request - ListApplicationsRequest
|
|
10269
10289
|
* @returns ListApplicationsResponse
|
|
@@ -10332,7 +10352,7 @@ export default class Client extends OpenApi {
|
|
|
10332
10352
|
}
|
|
10333
10353
|
|
|
10334
10354
|
/**
|
|
10335
|
-
*
|
|
10355
|
+
* Query the list of applications accessible to an EIAM group.
|
|
10336
10356
|
*
|
|
10337
10357
|
* @param request - ListApplicationsForGroupRequest
|
|
10338
10358
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10379,7 +10399,7 @@ export default class Client extends OpenApi {
|
|
|
10379
10399
|
}
|
|
10380
10400
|
|
|
10381
10401
|
/**
|
|
10382
|
-
*
|
|
10402
|
+
* Query the list of applications accessible to an EIAM group.
|
|
10383
10403
|
*
|
|
10384
10404
|
* @param request - ListApplicationsForGroupRequest
|
|
10385
10405
|
* @returns ListApplicationsForGroupResponse
|
|
@@ -10502,10 +10522,10 @@ export default class Client extends OpenApi {
|
|
|
10502
10522
|
}
|
|
10503
10523
|
|
|
10504
10524
|
/**
|
|
10505
|
-
*
|
|
10525
|
+
* 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.
|
|
10506
10526
|
*
|
|
10507
10527
|
* @remarks
|
|
10508
|
-
* This operation queries only the
|
|
10528
|
+
* 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.
|
|
10509
10529
|
*
|
|
10510
10530
|
* @param request - ListApplicationsForOrganizationalUnitRequest
|
|
10511
10531
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10552,10 +10572,10 @@ export default class Client extends OpenApi {
|
|
|
10552
10572
|
}
|
|
10553
10573
|
|
|
10554
10574
|
/**
|
|
10555
|
-
*
|
|
10575
|
+
* 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.
|
|
10556
10576
|
*
|
|
10557
10577
|
* @remarks
|
|
10558
|
-
* This operation queries only the
|
|
10578
|
+
* 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.
|
|
10559
10579
|
*
|
|
10560
10580
|
* @param request - ListApplicationsForOrganizationalUnitRequest
|
|
10561
10581
|
* @returns ListApplicationsForOrganizationalUnitResponse
|
|
@@ -11060,7 +11080,7 @@ export default class Client extends OpenApi {
|
|
|
11060
11080
|
}
|
|
11061
11081
|
|
|
11062
11082
|
/**
|
|
11063
|
-
* Queries
|
|
11083
|
+
* Queries the information about one or more cloud roles by using paging.
|
|
11064
11084
|
*
|
|
11065
11085
|
* @param request - ListCloudAccountRolesRequest
|
|
11066
11086
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11107,7 +11127,7 @@ export default class Client extends OpenApi {
|
|
|
11107
11127
|
}
|
|
11108
11128
|
|
|
11109
11129
|
/**
|
|
11110
|
-
* Queries
|
|
11130
|
+
* Queries the information about one or more cloud roles by using paging.
|
|
11111
11131
|
*
|
|
11112
11132
|
* @param request - ListCloudAccountRolesRequest
|
|
11113
11133
|
* @returns ListCloudAccountRolesResponse
|
|
@@ -11118,7 +11138,7 @@ export default class Client extends OpenApi {
|
|
|
11118
11138
|
}
|
|
11119
11139
|
|
|
11120
11140
|
/**
|
|
11121
|
-
*
|
|
11141
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
11122
11142
|
*
|
|
11123
11143
|
* @param request - ListCloudAccountsRequest
|
|
11124
11144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11161,7 +11181,7 @@ export default class Client extends OpenApi {
|
|
|
11161
11181
|
}
|
|
11162
11182
|
|
|
11163
11183
|
/**
|
|
11164
|
-
*
|
|
11184
|
+
* Queries information about one or more cloud accounts by using paging.
|
|
11165
11185
|
*
|
|
11166
11186
|
* @param request - ListCloudAccountsRequest
|
|
11167
11187
|
* @returns ListCloudAccountsResponse
|
|
@@ -11232,7 +11252,7 @@ export default class Client extends OpenApi {
|
|
|
11232
11252
|
}
|
|
11233
11253
|
|
|
11234
11254
|
/**
|
|
11235
|
-
*
|
|
11255
|
+
* List conditional access policies associated with an application.
|
|
11236
11256
|
*
|
|
11237
11257
|
* @param request - ListConditionalAccessPoliciesForApplicationRequest
|
|
11238
11258
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11267,7 +11287,7 @@ export default class Client extends OpenApi {
|
|
|
11267
11287
|
}
|
|
11268
11288
|
|
|
11269
11289
|
/**
|
|
11270
|
-
*
|
|
11290
|
+
* List conditional access policies associated with an application.
|
|
11271
11291
|
*
|
|
11272
11292
|
* @param request - ListConditionalAccessPoliciesForApplicationRequest
|
|
11273
11293
|
* @returns ListConditionalAccessPoliciesForApplicationResponse
|
|
@@ -11376,7 +11396,7 @@ export default class Client extends OpenApi {
|
|
|
11376
11396
|
}
|
|
11377
11397
|
|
|
11378
11398
|
/**
|
|
11379
|
-
* Lists
|
|
11399
|
+
* Lists credential providers.
|
|
11380
11400
|
*
|
|
11381
11401
|
* @param request - ListCredentialProvidersRequest
|
|
11382
11402
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11431,7 +11451,7 @@ export default class Client extends OpenApi {
|
|
|
11431
11451
|
}
|
|
11432
11452
|
|
|
11433
11453
|
/**
|
|
11434
|
-
* Lists
|
|
11454
|
+
* Lists credential providers.
|
|
11435
11455
|
*
|
|
11436
11456
|
* @param request - ListCredentialProvidersRequest
|
|
11437
11457
|
* @returns ListCredentialProvidersResponse
|
|
@@ -11442,7 +11462,7 @@ export default class Client extends OpenApi {
|
|
|
11442
11462
|
}
|
|
11443
11463
|
|
|
11444
11464
|
/**
|
|
11445
|
-
*
|
|
11465
|
+
* Queries the information of one or more credentials by using paging.
|
|
11446
11466
|
*
|
|
11447
11467
|
* @param request - ListCredentialsRequest
|
|
11448
11468
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11505,7 +11525,7 @@ export default class Client extends OpenApi {
|
|
|
11505
11525
|
}
|
|
11506
11526
|
|
|
11507
11527
|
/**
|
|
11508
|
-
*
|
|
11528
|
+
* Queries the information of one or more credentials by using paging.
|
|
11509
11529
|
*
|
|
11510
11530
|
* @param request - ListCredentialsRequest
|
|
11511
11531
|
* @returns ListCredentialsResponse
|
|
@@ -11801,7 +11821,7 @@ export default class Client extends OpenApi {
|
|
|
11801
11821
|
}
|
|
11802
11822
|
|
|
11803
11823
|
/**
|
|
11804
|
-
*
|
|
11824
|
+
* Queries the event list.
|
|
11805
11825
|
*
|
|
11806
11826
|
* @param request - ListEventTypesRequest
|
|
11807
11827
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11836,7 +11856,7 @@ export default class Client extends OpenApi {
|
|
|
11836
11856
|
}
|
|
11837
11857
|
|
|
11838
11858
|
/**
|
|
11839
|
-
*
|
|
11859
|
+
* Queries the event list.
|
|
11840
11860
|
*
|
|
11841
11861
|
* @param request - ListEventTypesRequest
|
|
11842
11862
|
* @returns ListEventTypesResponse
|
|
@@ -11847,7 +11867,7 @@ export default class Client extends OpenApi {
|
|
|
11847
11867
|
}
|
|
11848
11868
|
|
|
11849
11869
|
/**
|
|
11850
|
-
*
|
|
11870
|
+
* Queries a list of federated trust sources.
|
|
11851
11871
|
*
|
|
11852
11872
|
* @param request - ListFederatedCredentialProvidersRequest
|
|
11853
11873
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11898,7 +11918,7 @@ export default class Client extends OpenApi {
|
|
|
11898
11918
|
}
|
|
11899
11919
|
|
|
11900
11920
|
/**
|
|
11901
|
-
*
|
|
11921
|
+
* Queries a list of federated trust sources.
|
|
11902
11922
|
*
|
|
11903
11923
|
* @param request - ListFederatedCredentialProvidersRequest
|
|
11904
11924
|
* @returns ListFederatedCredentialProvidersResponse
|
|
@@ -11909,7 +11929,7 @@ export default class Client extends OpenApi {
|
|
|
11909
11929
|
}
|
|
11910
11930
|
|
|
11911
11931
|
/**
|
|
11912
|
-
*
|
|
11932
|
+
* List EIAM account groups.
|
|
11913
11933
|
*
|
|
11914
11934
|
* @param request - ListGroupsRequest
|
|
11915
11935
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11964,7 +11984,7 @@ export default class Client extends OpenApi {
|
|
|
11964
11984
|
}
|
|
11965
11985
|
|
|
11966
11986
|
/**
|
|
11967
|
-
*
|
|
11987
|
+
* List EIAM account groups.
|
|
11968
11988
|
*
|
|
11969
11989
|
* @param request - ListGroupsRequest
|
|
11970
11990
|
* @returns ListGroupsResponse
|
|
@@ -12157,7 +12177,7 @@ export default class Client extends OpenApi {
|
|
|
12157
12177
|
}
|
|
12158
12178
|
|
|
12159
12179
|
/**
|
|
12160
|
-
* Queries
|
|
12180
|
+
* Queries the list of account groups to which a specified EIAM account belongs.
|
|
12161
12181
|
*
|
|
12162
12182
|
* @param request - ListGroupsForUserRequest
|
|
12163
12183
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12200,7 +12220,7 @@ export default class Client extends OpenApi {
|
|
|
12200
12220
|
}
|
|
12201
12221
|
|
|
12202
12222
|
/**
|
|
12203
|
-
* Queries
|
|
12223
|
+
* Queries the list of account groups to which a specified EIAM account belongs.
|
|
12204
12224
|
*
|
|
12205
12225
|
* @param request - ListGroupsForUserRequest
|
|
12206
12226
|
* @returns ListGroupsForUserResponse
|
|
@@ -12211,7 +12231,7 @@ export default class Client extends OpenApi {
|
|
|
12211
12231
|
}
|
|
12212
12232
|
|
|
12213
12233
|
/**
|
|
12214
|
-
*
|
|
12234
|
+
* Query the list of identity providers.
|
|
12215
12235
|
*
|
|
12216
12236
|
* @param request - ListIdentityProvidersRequest
|
|
12217
12237
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12254,7 +12274,7 @@ export default class Client extends OpenApi {
|
|
|
12254
12274
|
}
|
|
12255
12275
|
|
|
12256
12276
|
/**
|
|
12257
|
-
*
|
|
12277
|
+
* Query the list of identity providers.
|
|
12258
12278
|
*
|
|
12259
12279
|
* @param request - ListIdentityProvidersRequest
|
|
12260
12280
|
* @returns ListIdentityProvidersResponse
|
|
@@ -12319,7 +12339,7 @@ export default class Client extends OpenApi {
|
|
|
12319
12339
|
}
|
|
12320
12340
|
|
|
12321
12341
|
/**
|
|
12322
|
-
* Queries information about one or more
|
|
12342
|
+
* Queries information about one or more EIAM instances.
|
|
12323
12343
|
*
|
|
12324
12344
|
* @param request - ListInstancesRequest
|
|
12325
12345
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12370,7 +12390,7 @@ export default class Client extends OpenApi {
|
|
|
12370
12390
|
}
|
|
12371
12391
|
|
|
12372
12392
|
/**
|
|
12373
|
-
* Queries information about one or more
|
|
12393
|
+
* Queries information about one or more EIAM instances.
|
|
12374
12394
|
*
|
|
12375
12395
|
* @param request - ListInstancesRequest
|
|
12376
12396
|
* @returns ListInstancesResponse
|
|
@@ -12624,7 +12644,7 @@ export default class Client extends OpenApi {
|
|
|
12624
12644
|
}
|
|
12625
12645
|
|
|
12626
12646
|
/**
|
|
12627
|
-
* Queries all
|
|
12647
|
+
* 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.
|
|
12628
12648
|
*
|
|
12629
12649
|
* @param request - ListOrganizationalUnitParentsRequest
|
|
12630
12650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12659,7 +12679,7 @@ export default class Client extends OpenApi {
|
|
|
12659
12679
|
}
|
|
12660
12680
|
|
|
12661
12681
|
/**
|
|
12662
|
-
* Queries all
|
|
12682
|
+
* 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.
|
|
12663
12683
|
*
|
|
12664
12684
|
* @param request - ListOrganizationalUnitParentsRequest
|
|
12665
12685
|
* @returns ListOrganizationalUnitParentsResponse
|
|
@@ -12891,7 +12911,7 @@ export default class Client extends OpenApi {
|
|
|
12891
12911
|
}
|
|
12892
12912
|
|
|
12893
12913
|
/**
|
|
12894
|
-
*
|
|
12914
|
+
* Queries the list of scope permissions under a specified ResourceServer by using a cursor.
|
|
12895
12915
|
*
|
|
12896
12916
|
* @param request - ListResourceServerScopesRequest
|
|
12897
12917
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12958,7 +12978,7 @@ export default class Client extends OpenApi {
|
|
|
12958
12978
|
}
|
|
12959
12979
|
|
|
12960
12980
|
/**
|
|
12961
|
-
*
|
|
12981
|
+
* Queries the list of scope permissions under a specified ResourceServer by using a cursor.
|
|
12962
12982
|
*
|
|
12963
12983
|
* @param request - ListResourceServerScopesRequest
|
|
12964
12984
|
* @returns ListResourceServerScopesResponse
|
|
@@ -12969,7 +12989,7 @@ export default class Client extends OpenApi {
|
|
|
12969
12989
|
}
|
|
12970
12990
|
|
|
12971
12991
|
/**
|
|
12972
|
-
*
|
|
12992
|
+
* Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
|
|
12973
12993
|
*
|
|
12974
12994
|
* @param request - ListResourceServersForUserRequest
|
|
12975
12995
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13016,7 +13036,7 @@ export default class Client extends OpenApi {
|
|
|
13016
13036
|
}
|
|
13017
13037
|
|
|
13018
13038
|
/**
|
|
13019
|
-
*
|
|
13039
|
+
* Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
|
|
13020
13040
|
*
|
|
13021
13041
|
* @param request - ListResourceServersForUserRequest
|
|
13022
13042
|
* @returns ListResourceServersForUserResponse
|
|
@@ -13197,10 +13217,10 @@ export default class Client extends OpenApi {
|
|
|
13197
13217
|
}
|
|
13198
13218
|
|
|
13199
13219
|
/**
|
|
13200
|
-
*
|
|
13220
|
+
* Queries EIAM account information by using paging.
|
|
13201
13221
|
*
|
|
13202
13222
|
* @remarks
|
|
13203
|
-
* This
|
|
13223
|
+
* 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.
|
|
13204
13224
|
*
|
|
13205
13225
|
* @param request - ListUsersRequest
|
|
13206
13226
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13291,10 +13311,10 @@ export default class Client extends OpenApi {
|
|
|
13291
13311
|
}
|
|
13292
13312
|
|
|
13293
13313
|
/**
|
|
13294
|
-
*
|
|
13314
|
+
* Queries EIAM account information by using paging.
|
|
13295
13315
|
*
|
|
13296
13316
|
* @remarks
|
|
13297
|
-
* This
|
|
13317
|
+
* 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.
|
|
13298
13318
|
*
|
|
13299
13319
|
* @param request - ListUsersRequest
|
|
13300
13320
|
* @returns ListUsersResponse
|
|
@@ -13545,7 +13565,7 @@ export default class Client extends OpenApi {
|
|
|
13545
13565
|
}
|
|
13546
13566
|
|
|
13547
13567
|
/**
|
|
13548
|
-
*
|
|
13568
|
+
* Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
|
|
13549
13569
|
*
|
|
13550
13570
|
* @param request - ObtainApplicationClientSecretRequest
|
|
13551
13571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13584,7 +13604,7 @@ export default class Client extends OpenApi {
|
|
|
13584
13604
|
}
|
|
13585
13605
|
|
|
13586
13606
|
/**
|
|
13587
|
-
*
|
|
13607
|
+
* Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
|
|
13588
13608
|
*
|
|
13589
13609
|
* @param request - ObtainApplicationClientSecretRequest
|
|
13590
13610
|
* @returns ObtainApplicationClientSecretResponse
|
|
@@ -13595,10 +13615,10 @@ export default class Client extends OpenApi {
|
|
|
13595
13615
|
}
|
|
13596
13616
|
|
|
13597
13617
|
/**
|
|
13598
|
-
* Queries
|
|
13618
|
+
* Queries a specified application token.
|
|
13599
13619
|
*
|
|
13600
13620
|
* @remarks
|
|
13601
|
-
* When you
|
|
13621
|
+
* 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.
|
|
13602
13622
|
*
|
|
13603
13623
|
* @param request - ObtainApplicationTokenRequest
|
|
13604
13624
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13637,10 +13657,10 @@ export default class Client extends OpenApi {
|
|
|
13637
13657
|
}
|
|
13638
13658
|
|
|
13639
13659
|
/**
|
|
13640
|
-
* Queries
|
|
13660
|
+
* Queries a specified application token.
|
|
13641
13661
|
*
|
|
13642
13662
|
* @remarks
|
|
13643
|
-
* When you
|
|
13663
|
+
* 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.
|
|
13644
13664
|
*
|
|
13645
13665
|
* @param request - ObtainApplicationTokenRequest
|
|
13646
13666
|
* @returns ObtainApplicationTokenResponse
|
|
@@ -13651,7 +13671,7 @@ export default class Client extends OpenApi {
|
|
|
13651
13671
|
}
|
|
13652
13672
|
|
|
13653
13673
|
/**
|
|
13654
|
-
*
|
|
13674
|
+
* Queries a credential resource that contains sensitive information.
|
|
13655
13675
|
*
|
|
13656
13676
|
* @param request - ObtainCredentialRequest
|
|
13657
13677
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13686,7 +13706,7 @@ export default class Client extends OpenApi {
|
|
|
13686
13706
|
}
|
|
13687
13707
|
|
|
13688
13708
|
/**
|
|
13689
|
-
*
|
|
13709
|
+
* Queries a credential resource that contains sensitive information.
|
|
13690
13710
|
*
|
|
13691
13711
|
* @param request - ObtainCredentialRequest
|
|
13692
13712
|
* @returns ObtainCredentialResponse
|
|
@@ -13697,7 +13717,7 @@ export default class Client extends OpenApi {
|
|
|
13697
13717
|
}
|
|
13698
13718
|
|
|
13699
13719
|
/**
|
|
13700
|
-
*
|
|
13720
|
+
* Queries the proxy token of an EIAM instance domain name.
|
|
13701
13721
|
*
|
|
13702
13722
|
* @param request - ObtainDomainProxyTokenRequest
|
|
13703
13723
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13736,7 +13756,7 @@ export default class Client extends OpenApi {
|
|
|
13736
13756
|
}
|
|
13737
13757
|
|
|
13738
13758
|
/**
|
|
13739
|
-
*
|
|
13759
|
+
* Queries the proxy token of an EIAM instance domain name.
|
|
13740
13760
|
*
|
|
13741
13761
|
* @param request - ObtainDomainProxyTokenRequest
|
|
13742
13762
|
* @returns ObtainDomainProxyTokenResponse
|
|
@@ -13747,10 +13767,10 @@ export default class Client extends OpenApi {
|
|
|
13747
13767
|
}
|
|
13748
13768
|
|
|
13749
13769
|
/**
|
|
13750
|
-
* Deletes
|
|
13770
|
+
* Deletes an application account of a specified employee under the current application.
|
|
13751
13771
|
*
|
|
13752
13772
|
* @remarks
|
|
13753
|
-
* This operation queries
|
|
13773
|
+
* 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.
|
|
13754
13774
|
*
|
|
13755
13775
|
* @param request - RemoveApplicationAccountFromUserRequest
|
|
13756
13776
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13793,10 +13813,10 @@ export default class Client extends OpenApi {
|
|
|
13793
13813
|
}
|
|
13794
13814
|
|
|
13795
13815
|
/**
|
|
13796
|
-
* Deletes
|
|
13816
|
+
* Deletes an application account of a specified employee under the current application.
|
|
13797
13817
|
*
|
|
13798
13818
|
* @remarks
|
|
13799
|
-
* This operation queries
|
|
13819
|
+
* 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.
|
|
13800
13820
|
*
|
|
13801
13821
|
* @param request - RemoveApplicationAccountFromUserRequest
|
|
13802
13822
|
* @returns RemoveApplicationAccountFromUserResponse
|
|
@@ -14149,7 +14169,7 @@ export default class Client extends OpenApi {
|
|
|
14149
14169
|
}
|
|
14150
14170
|
|
|
14151
14171
|
/**
|
|
14152
|
-
* Revokes
|
|
14172
|
+
* Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
|
|
14153
14173
|
*
|
|
14154
14174
|
* @param request - RevokeApplicationFromGroupsRequest
|
|
14155
14175
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14192,7 +14212,7 @@ export default class Client extends OpenApi {
|
|
|
14192
14212
|
}
|
|
14193
14213
|
|
|
14194
14214
|
/**
|
|
14195
|
-
* Revokes
|
|
14215
|
+
* Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
|
|
14196
14216
|
*
|
|
14197
14217
|
* @param request - RevokeApplicationFromGroupsRequest
|
|
14198
14218
|
* @returns RevokeApplicationFromGroupsResponse
|
|
@@ -14257,7 +14277,7 @@ export default class Client extends OpenApi {
|
|
|
14257
14277
|
}
|
|
14258
14278
|
|
|
14259
14279
|
/**
|
|
14260
|
-
* Revokes
|
|
14280
|
+
* Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
|
|
14261
14281
|
*
|
|
14262
14282
|
* @param request - RevokeApplicationFromUsersRequest
|
|
14263
14283
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14300,7 +14320,7 @@ export default class Client extends OpenApi {
|
|
|
14300
14320
|
}
|
|
14301
14321
|
|
|
14302
14322
|
/**
|
|
14303
|
-
* Revokes
|
|
14323
|
+
* Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
|
|
14304
14324
|
*
|
|
14305
14325
|
* @param request - RevokeApplicationFromUsersRequest
|
|
14306
14326
|
* @returns RevokeApplicationFromUsersResponse
|
|
@@ -14311,7 +14331,7 @@ export default class Client extends OpenApi {
|
|
|
14311
14331
|
}
|
|
14312
14332
|
|
|
14313
14333
|
/**
|
|
14314
|
-
*
|
|
14334
|
+
* Cancels the authorization granted by a specified ResourceServer to a Client application.
|
|
14315
14335
|
*
|
|
14316
14336
|
* @param request - RevokeResourceServerFromClientRequest
|
|
14317
14337
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14350,7 +14370,7 @@ export default class Client extends OpenApi {
|
|
|
14350
14370
|
}
|
|
14351
14371
|
|
|
14352
14372
|
/**
|
|
14353
|
-
*
|
|
14373
|
+
* Cancels the authorization granted by a specified ResourceServer to a Client application.
|
|
14354
14374
|
*
|
|
14355
14375
|
* @param request - RevokeResourceServerFromClientRequest
|
|
14356
14376
|
* @returns RevokeResourceServerFromClientResponse
|
|
@@ -14361,7 +14381,7 @@ export default class Client extends OpenApi {
|
|
|
14361
14381
|
}
|
|
14362
14382
|
|
|
14363
14383
|
/**
|
|
14364
|
-
* Revokes
|
|
14384
|
+
* Revokes the scope permissions of a specified ResourceServer from a client application.
|
|
14365
14385
|
*
|
|
14366
14386
|
* @param request - RevokeResourceServerScopesFromClientRequest
|
|
14367
14387
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14404,7 +14424,7 @@ export default class Client extends OpenApi {
|
|
|
14404
14424
|
}
|
|
14405
14425
|
|
|
14406
14426
|
/**
|
|
14407
|
-
* Revokes
|
|
14427
|
+
* Revokes the scope permissions of a specified ResourceServer from a client application.
|
|
14408
14428
|
*
|
|
14409
14429
|
* @param request - RevokeResourceServerScopesFromClientRequest
|
|
14410
14430
|
* @returns RevokeResourceServerScopesFromClientResponse
|
|
@@ -14415,7 +14435,7 @@ export default class Client extends OpenApi {
|
|
|
14415
14435
|
}
|
|
14416
14436
|
|
|
14417
14437
|
/**
|
|
14418
|
-
* Revokes
|
|
14438
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
|
|
14419
14439
|
*
|
|
14420
14440
|
* @param request - RevokeResourceServerScopesFromGroupRequest
|
|
14421
14441
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14458,7 +14478,7 @@ export default class Client extends OpenApi {
|
|
|
14458
14478
|
}
|
|
14459
14479
|
|
|
14460
14480
|
/**
|
|
14461
|
-
* Revokes
|
|
14481
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
|
|
14462
14482
|
*
|
|
14463
14483
|
* @param request - RevokeResourceServerScopesFromGroupRequest
|
|
14464
14484
|
* @returns RevokeResourceServerScopesFromGroupResponse
|
|
@@ -14469,7 +14489,7 @@ export default class Client extends OpenApi {
|
|
|
14469
14489
|
}
|
|
14470
14490
|
|
|
14471
14491
|
/**
|
|
14472
|
-
* Revokes
|
|
14492
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
|
|
14473
14493
|
*
|
|
14474
14494
|
* @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
|
|
14475
14495
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14512,7 +14532,7 @@ export default class Client extends OpenApi {
|
|
|
14512
14532
|
}
|
|
14513
14533
|
|
|
14514
14534
|
/**
|
|
14515
|
-
* Revokes
|
|
14535
|
+
* Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
|
|
14516
14536
|
*
|
|
14517
14537
|
* @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
|
|
14518
14538
|
* @returns RevokeResourceServerScopesFromOrganizationalUnitResponse
|
|
@@ -14523,7 +14543,7 @@ export default class Client extends OpenApi {
|
|
|
14523
14543
|
}
|
|
14524
14544
|
|
|
14525
14545
|
/**
|
|
14526
|
-
* Revokes
|
|
14546
|
+
* Revokes the Scope permissions under a specified ResourceServer from an account.
|
|
14527
14547
|
*
|
|
14528
14548
|
* @param request - RevokeResourceServerScopesFromUserRequest
|
|
14529
14549
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14566,7 +14586,7 @@ export default class Client extends OpenApi {
|
|
|
14566
14586
|
}
|
|
14567
14587
|
|
|
14568
14588
|
/**
|
|
14569
|
-
* Revokes
|
|
14589
|
+
* Revokes the Scope permissions under a specified ResourceServer from an account.
|
|
14570
14590
|
*
|
|
14571
14591
|
* @param request - RevokeResourceServerScopesFromUserRequest
|
|
14572
14592
|
* @returns RevokeResourceServerScopesFromUserResponse
|
|
@@ -14917,10 +14937,10 @@ export default class Client extends OpenApi {
|
|
|
14917
14937
|
}
|
|
14918
14938
|
|
|
14919
14939
|
/**
|
|
14920
|
-
* Sets the single sign-on (SSO) properties for an
|
|
14940
|
+
* Sets the single sign-on (SSO) configuration properties for an EIAM application.
|
|
14921
14941
|
*
|
|
14922
14942
|
* @remarks
|
|
14923
|
-
* In
|
|
14943
|
+
* 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.
|
|
14924
14944
|
*
|
|
14925
14945
|
* @param request - SetApplicationSsoConfigRequest
|
|
14926
14946
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14975,10 +14995,10 @@ export default class Client extends OpenApi {
|
|
|
14975
14995
|
}
|
|
14976
14996
|
|
|
14977
14997
|
/**
|
|
14978
|
-
* Sets the single sign-on (SSO) properties for an
|
|
14998
|
+
* Sets the single sign-on (SSO) configuration properties for an EIAM application.
|
|
14979
14999
|
*
|
|
14980
15000
|
* @remarks
|
|
14981
|
-
* In
|
|
15001
|
+
* 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.
|
|
14982
15002
|
*
|
|
14983
15003
|
* @param request - SetApplicationSsoConfigRequest
|
|
14984
15004
|
* @returns SetApplicationSsoConfigResponse
|
|
@@ -14989,7 +15009,7 @@ export default class Client extends OpenApi {
|
|
|
14989
15009
|
}
|
|
14990
15010
|
|
|
14991
15011
|
/**
|
|
14992
|
-
* Sets
|
|
15012
|
+
* Sets a specified domain name of an EIAM instance as the default domain name.
|
|
14993
15013
|
*
|
|
14994
15014
|
* @param request - SetDefaultDomainRequest
|
|
14995
15015
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15024,7 +15044,7 @@ export default class Client extends OpenApi {
|
|
|
15024
15044
|
}
|
|
15025
15045
|
|
|
15026
15046
|
/**
|
|
15027
|
-
* Sets
|
|
15047
|
+
* Sets a specified domain name of an EIAM instance as the default domain name.
|
|
15028
15048
|
*
|
|
15029
15049
|
* @param request - SetDefaultDomainRequest
|
|
15030
15050
|
* @returns SetDefaultDomainResponse
|
|
@@ -15085,7 +15105,7 @@ export default class Client extends OpenApi {
|
|
|
15085
15105
|
}
|
|
15086
15106
|
|
|
15087
15107
|
/**
|
|
15088
|
-
*
|
|
15108
|
+
* Modify Authentication Information
|
|
15089
15109
|
*
|
|
15090
15110
|
* @param request - SetIdentityProviderAuthnConfigurationRequest
|
|
15091
15111
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15136,7 +15156,7 @@ export default class Client extends OpenApi {
|
|
|
15136
15156
|
}
|
|
15137
15157
|
|
|
15138
15158
|
/**
|
|
15139
|
-
*
|
|
15159
|
+
* Modify Authentication Information
|
|
15140
15160
|
*
|
|
15141
15161
|
* @param request - SetIdentityProviderAuthnConfigurationRequest
|
|
15142
15162
|
* @returns SetIdentityProviderAuthnConfigurationResponse
|
|
@@ -15147,7 +15167,7 @@ export default class Client extends OpenApi {
|
|
|
15147
15167
|
}
|
|
15148
15168
|
|
|
15149
15169
|
/**
|
|
15150
|
-
*
|
|
15170
|
+
* Modifies the inbound synchronization configuration of an Identity Provider (IdP).
|
|
15151
15171
|
*
|
|
15152
15172
|
* @param request - SetIdentityProviderUdPullConfigurationRequest
|
|
15153
15173
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15210,7 +15230,7 @@ export default class Client extends OpenApi {
|
|
|
15210
15230
|
}
|
|
15211
15231
|
|
|
15212
15232
|
/**
|
|
15213
|
-
*
|
|
15233
|
+
* Modifies the inbound synchronization configuration of an Identity Provider (IdP).
|
|
15214
15234
|
*
|
|
15215
15235
|
* @param request - SetIdentityProviderUdPullConfigurationRequest
|
|
15216
15236
|
* @returns SetIdentityProviderUdPullConfigurationResponse
|
|
@@ -15931,7 +15951,7 @@ export default class Client extends OpenApi {
|
|
|
15931
15951
|
}
|
|
15932
15952
|
|
|
15933
15953
|
/**
|
|
15934
|
-
* Unlocks
|
|
15954
|
+
* Unlocks a locked EIAM account.
|
|
15935
15955
|
*
|
|
15936
15956
|
* @param request - UnlockUserRequest
|
|
15937
15957
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15966,7 +15986,7 @@ export default class Client extends OpenApi {
|
|
|
15966
15986
|
}
|
|
15967
15987
|
|
|
15968
15988
|
/**
|
|
15969
|
-
* Unlocks
|
|
15989
|
+
* Unlocks a locked EIAM account.
|
|
15970
15990
|
*
|
|
15971
15991
|
* @param request - UnlockUserRequest
|
|
15972
15992
|
* @returns UnlockUserResponse
|
|
@@ -15977,7 +15997,7 @@ export default class Client extends OpenApi {
|
|
|
15977
15997
|
}
|
|
15978
15998
|
|
|
15979
15999
|
/**
|
|
15980
|
-
*
|
|
16000
|
+
* Modifies the advanced configuration of an application.
|
|
15981
16001
|
*
|
|
15982
16002
|
* @param request - UpdateApplicationAdvancedConfigRequest
|
|
15983
16003
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16016,7 +16036,7 @@ export default class Client extends OpenApi {
|
|
|
16016
16036
|
}
|
|
16017
16037
|
|
|
16018
16038
|
/**
|
|
16019
|
-
*
|
|
16039
|
+
* Modifies the advanced configuration of an application.
|
|
16020
16040
|
*
|
|
16021
16041
|
* @param request - UpdateApplicationAdvancedConfigRequest
|
|
16022
16042
|
* @returns UpdateApplicationAdvancedConfigResponse
|
|
@@ -16077,7 +16097,7 @@ export default class Client extends OpenApi {
|
|
|
16077
16097
|
}
|
|
16078
16098
|
|
|
16079
16099
|
/**
|
|
16080
|
-
* Updates the expiration time of a specified
|
|
16100
|
+
* Updates the expiration time of a specified ClientSecret for an application.
|
|
16081
16101
|
*
|
|
16082
16102
|
* @param request - UpdateApplicationClientSecretExpirationTimeRequest
|
|
16083
16103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16120,7 +16140,7 @@ export default class Client extends OpenApi {
|
|
|
16120
16140
|
}
|
|
16121
16141
|
|
|
16122
16142
|
/**
|
|
16123
|
-
* Updates the expiration time of a specified
|
|
16143
|
+
* Updates the expiration time of a specified ClientSecret for an application.
|
|
16124
16144
|
*
|
|
16125
16145
|
* @param request - UpdateApplicationClientSecretExpirationTimeRequest
|
|
16126
16146
|
* @returns UpdateApplicationClientSecretExpirationTimeResponse
|
|
@@ -16181,7 +16201,7 @@ export default class Client extends OpenApi {
|
|
|
16181
16201
|
}
|
|
16182
16202
|
|
|
16183
16203
|
/**
|
|
16184
|
-
* Updates
|
|
16204
|
+
* Updates a federated credential for an application.
|
|
16185
16205
|
*
|
|
16186
16206
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
16187
16207
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16206,6 +16226,14 @@ export default class Client extends OpenApi {
|
|
|
16206
16226
|
query["InstanceId"] = request.instanceId;
|
|
16207
16227
|
}
|
|
16208
16228
|
|
|
16229
|
+
if (!$dara.isNull(request.oidcVerificationConfig)) {
|
|
16230
|
+
query["OidcVerificationConfig"] = request.oidcVerificationConfig;
|
|
16231
|
+
}
|
|
16232
|
+
|
|
16233
|
+
if (!$dara.isNull(request.pkcs7VerificationConfig)) {
|
|
16234
|
+
query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
|
|
16235
|
+
}
|
|
16236
|
+
|
|
16209
16237
|
if (!$dara.isNull(request.verificationCondition)) {
|
|
16210
16238
|
query["VerificationCondition"] = request.verificationCondition;
|
|
16211
16239
|
}
|
|
@@ -16228,7 +16256,7 @@ export default class Client extends OpenApi {
|
|
|
16228
16256
|
}
|
|
16229
16257
|
|
|
16230
16258
|
/**
|
|
16231
|
-
* Updates
|
|
16259
|
+
* Updates a federated credential for an application.
|
|
16232
16260
|
*
|
|
16233
16261
|
* @param request - UpdateApplicationFederatedCredentialRequest
|
|
16234
16262
|
* @returns UpdateApplicationFederatedCredentialResponse
|
|
@@ -16293,7 +16321,7 @@ export default class Client extends OpenApi {
|
|
|
16293
16321
|
}
|
|
16294
16322
|
|
|
16295
16323
|
/**
|
|
16296
|
-
* Updates the basic information
|
|
16324
|
+
* Updates the basic information of an application.
|
|
16297
16325
|
*
|
|
16298
16326
|
* @param request - UpdateApplicationInfoRequest
|
|
16299
16327
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16352,7 +16380,7 @@ export default class Client extends OpenApi {
|
|
|
16352
16380
|
}
|
|
16353
16381
|
|
|
16354
16382
|
/**
|
|
16355
|
-
* Updates the basic information
|
|
16383
|
+
* Updates the basic information of an application.
|
|
16356
16384
|
*
|
|
16357
16385
|
* @param request - UpdateApplicationInfoRequest
|
|
16358
16386
|
* @returns UpdateApplicationInfoResponse
|
|
@@ -16421,7 +16449,7 @@ export default class Client extends OpenApi {
|
|
|
16421
16449
|
}
|
|
16422
16450
|
|
|
16423
16451
|
/**
|
|
16424
|
-
*
|
|
16452
|
+
* Modifies the description of an application role.
|
|
16425
16453
|
*
|
|
16426
16454
|
* @param request - UpdateApplicationRoleDescriptionRequest
|
|
16427
16455
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16464,7 +16492,7 @@ export default class Client extends OpenApi {
|
|
|
16464
16492
|
}
|
|
16465
16493
|
|
|
16466
16494
|
/**
|
|
16467
|
-
*
|
|
16495
|
+
* Modifies the description of an application role.
|
|
16468
16496
|
*
|
|
16469
16497
|
* @param request - UpdateApplicationRoleDescriptionRequest
|
|
16470
16498
|
* @returns UpdateApplicationRoleDescriptionResponse
|
|
@@ -17423,7 +17451,7 @@ export default class Client extends OpenApi {
|
|
|
17423
17451
|
}
|
|
17424
17452
|
|
|
17425
17453
|
/**
|
|
17426
|
-
*
|
|
17454
|
+
* Updates the description of a credential.
|
|
17427
17455
|
*
|
|
17428
17456
|
* @param request - UpdateCredentialDescriptionRequest
|
|
17429
17457
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -17466,7 +17494,7 @@ export default class Client extends OpenApi {
|
|
|
17466
17494
|
}
|
|
17467
17495
|
|
|
17468
17496
|
/**
|
|
17469
|
-
*
|
|
17497
|
+
* Updates the description of a credential.
|
|
17470
17498
|
*
|
|
17471
17499
|
* @param request - UpdateCredentialDescriptionRequest
|
|
17472
17500
|
* @returns UpdateCredentialDescriptionResponse
|
|
@@ -17747,7 +17775,7 @@ export default class Client extends OpenApi {
|
|
|
17747
17775
|
}
|
|
17748
17776
|
|
|
17749
17777
|
/**
|
|
17750
|
-
* Updates a federated
|
|
17778
|
+
* Updates a federated trust source.
|
|
17751
17779
|
*
|
|
17752
17780
|
* @param request - UpdateFederatedCredentialProviderRequest
|
|
17753
17781
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -17802,7 +17830,7 @@ export default class Client extends OpenApi {
|
|
|
17802
17830
|
}
|
|
17803
17831
|
|
|
17804
17832
|
/**
|
|
17805
|
-
* Updates a federated
|
|
17833
|
+
* Updates a federated trust source.
|
|
17806
17834
|
*
|
|
17807
17835
|
* @param request - UpdateFederatedCredentialProviderRequest
|
|
17808
17836
|
* @returns UpdateFederatedCredentialProviderResponse
|
|
@@ -17813,7 +17841,7 @@ export default class Client extends OpenApi {
|
|
|
17813
17841
|
}
|
|
17814
17842
|
|
|
17815
17843
|
/**
|
|
17816
|
-
* Updates the description of a federated
|
|
17844
|
+
* Updates the description of a federated trust source.
|
|
17817
17845
|
*
|
|
17818
17846
|
* @param request - UpdateFederatedCredentialProviderDescriptionRequest
|
|
17819
17847
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -17852,7 +17880,7 @@ export default class Client extends OpenApi {
|
|
|
17852
17880
|
}
|
|
17853
17881
|
|
|
17854
17882
|
/**
|
|
17855
|
-
* Updates the description of a federated
|
|
17883
|
+
* Updates the description of a federated trust source.
|
|
17856
17884
|
*
|
|
17857
17885
|
* @param request - UpdateFederatedCredentialProviderDescriptionRequest
|
|
17858
17886
|
* @returns UpdateFederatedCredentialProviderDescriptionResponse
|