@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
|
@@ -13,7 +13,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResul
|
|
|
13
13
|
errorCode?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The description
|
|
16
|
+
* The error description.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* There is no permission.
|
|
@@ -45,12 +45,12 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResul
|
|
|
45
45
|
export class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResult extends $dara.Model {
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The reason
|
|
48
|
+
* The error reason. This field is returned when the health check status is unhealthy.
|
|
49
49
|
*/
|
|
50
50
|
errorReason?: GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResultErrorReason;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The time of the last check. The value is a UNIX timestamp in milliseconds.
|
|
53
|
+
* The time of the last health check. The value is a UNIX timestamp in milliseconds.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* 1649830226000
|
|
@@ -58,11 +58,10 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResul
|
|
|
58
58
|
lastCheckTime?: number;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
* The
|
|
61
|
+
* The health check result of the cloud account. Valid values:
|
|
62
62
|
*
|
|
63
|
-
* - success:
|
|
64
|
-
*
|
|
65
|
-
* - failed: The health check failed.
|
|
63
|
+
* - success: Succeeded.
|
|
64
|
+
* - failed: Failed.
|
|
66
65
|
*
|
|
67
66
|
* @example
|
|
68
67
|
* success
|
|
@@ -99,7 +98,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResul
|
|
|
99
98
|
export class GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig extends $dara.Model {
|
|
100
99
|
/**
|
|
101
100
|
* @remarks
|
|
102
|
-
* The audience
|
|
101
|
+
* The audience identifier.
|
|
103
102
|
*
|
|
104
103
|
* @example
|
|
105
104
|
* urn:cloud:idaas:sts:xxx:xxx
|
|
@@ -107,7 +106,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig e
|
|
|
107
106
|
audience?: string;
|
|
108
107
|
/**
|
|
109
108
|
* @remarks
|
|
110
|
-
* The
|
|
109
|
+
* The authorization server ID.
|
|
111
110
|
*
|
|
112
111
|
* @example
|
|
113
112
|
* iauths_system
|
|
@@ -115,7 +114,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig e
|
|
|
115
114
|
authorizationServerId?: string;
|
|
116
115
|
/**
|
|
117
116
|
* @remarks
|
|
118
|
-
*
|
|
117
|
+
* Issuer。
|
|
119
118
|
*
|
|
120
119
|
* @example
|
|
121
120
|
* https://xxxxx.aliyunidaas.com/api/v2/iauths_system/oauth2
|
|
@@ -123,7 +122,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig e
|
|
|
123
122
|
issuer?: string;
|
|
124
123
|
/**
|
|
125
124
|
* @remarks
|
|
126
|
-
* The public key endpoint
|
|
125
|
+
* The signature verification public key endpoint.
|
|
127
126
|
*
|
|
128
127
|
* @example
|
|
129
128
|
* https://xxxxx.aliyunidaas.com/api/v2/iauths_system/oauth2/jwks
|
|
@@ -159,7 +158,7 @@ export class GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig e
|
|
|
159
158
|
export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
160
159
|
/**
|
|
161
160
|
* @remarks
|
|
162
|
-
* The unique
|
|
161
|
+
* The external unique identifier of the cloud account.
|
|
163
162
|
*
|
|
164
163
|
* @example
|
|
165
164
|
* 1234567
|
|
@@ -167,12 +166,9 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
167
166
|
cloudAccountExternalId?: string;
|
|
168
167
|
/**
|
|
169
168
|
* @remarks
|
|
170
|
-
* The health status of the
|
|
171
|
-
*
|
|
169
|
+
* The health status of the cloud account. Valid values:
|
|
172
170
|
* - healthy: Healthy.
|
|
173
|
-
*
|
|
174
171
|
* - unhealthy: Unhealthy.
|
|
175
|
-
*
|
|
176
172
|
* - unknown: Unknown.
|
|
177
173
|
*
|
|
178
174
|
* @example
|
|
@@ -181,12 +177,12 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
181
177
|
cloudAccountHealth?: string;
|
|
182
178
|
/**
|
|
183
179
|
* @remarks
|
|
184
|
-
* The health check result
|
|
180
|
+
* The health check result of the cloud account.
|
|
185
181
|
*/
|
|
186
182
|
cloudAccountHealthCheckResult?: GetCloudAccountResponseBodyCloudAccountCloudAccountHealthCheckResult;
|
|
187
183
|
/**
|
|
188
184
|
* @remarks
|
|
189
|
-
* The
|
|
185
|
+
* The cloud account ID.
|
|
190
186
|
*
|
|
191
187
|
* @example
|
|
192
188
|
* ca_01kmegjc11qa1txxxxx
|
|
@@ -194,7 +190,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
194
190
|
cloudAccountId?: string;
|
|
195
191
|
/**
|
|
196
192
|
* @remarks
|
|
197
|
-
* The
|
|
193
|
+
* The cloud account name.
|
|
198
194
|
*
|
|
199
195
|
* @example
|
|
200
196
|
* cloud_accout_xxxx
|
|
@@ -202,22 +198,23 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
202
198
|
cloudAccountName?: string;
|
|
203
199
|
/**
|
|
204
200
|
* @remarks
|
|
205
|
-
* The
|
|
201
|
+
* The identity provider configuration.
|
|
206
202
|
*/
|
|
207
203
|
cloudAccountProviderConfig?: GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig;
|
|
208
204
|
/**
|
|
209
205
|
* @remarks
|
|
210
|
-
* The
|
|
206
|
+
* The identity provider name.
|
|
211
207
|
*
|
|
212
208
|
* @example
|
|
213
209
|
* idaas-eiam-oidc-provider
|
|
214
210
|
*/
|
|
215
211
|
cloudAccountProviderName?: string;
|
|
212
|
+
cloudAccountSite?: string;
|
|
216
213
|
/**
|
|
217
214
|
* @remarks
|
|
218
|
-
* The
|
|
215
|
+
* The cloud account type. Valid values:
|
|
219
216
|
*
|
|
220
|
-
* - alibaba_cloud: Alibaba Cloud
|
|
217
|
+
* - alibaba_cloud: Alibaba Cloud.
|
|
221
218
|
*
|
|
222
219
|
* @example
|
|
223
220
|
* alibaba_cloud
|
|
@@ -233,7 +230,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
233
230
|
createTime?: number;
|
|
234
231
|
/**
|
|
235
232
|
* @remarks
|
|
236
|
-
* The
|
|
233
|
+
* The cloud account description.
|
|
237
234
|
*
|
|
238
235
|
* @example
|
|
239
236
|
* cloud_accout_description
|
|
@@ -249,7 +246,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
249
246
|
instanceId?: string;
|
|
250
247
|
/**
|
|
251
248
|
* @remarks
|
|
252
|
-
* The
|
|
249
|
+
* The last update time. The value is a UNIX timestamp in milliseconds.
|
|
253
250
|
*
|
|
254
251
|
* @example
|
|
255
252
|
* 1649830227000
|
|
@@ -264,6 +261,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
264
261
|
cloudAccountName: 'CloudAccountName',
|
|
265
262
|
cloudAccountProviderConfig: 'CloudAccountProviderConfig',
|
|
266
263
|
cloudAccountProviderName: 'CloudAccountProviderName',
|
|
264
|
+
cloudAccountSite: 'CloudAccountSite',
|
|
267
265
|
cloudAccountVendorType: 'CloudAccountVendorType',
|
|
268
266
|
createTime: 'CreateTime',
|
|
269
267
|
description: 'Description',
|
|
@@ -281,6 +279,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
281
279
|
cloudAccountName: 'string',
|
|
282
280
|
cloudAccountProviderConfig: GetCloudAccountResponseBodyCloudAccountCloudAccountProviderConfig,
|
|
283
281
|
cloudAccountProviderName: 'string',
|
|
282
|
+
cloudAccountSite: 'string',
|
|
284
283
|
cloudAccountVendorType: 'string',
|
|
285
284
|
createTime: 'number',
|
|
286
285
|
description: 'string',
|
|
@@ -307,7 +306,7 @@ export class GetCloudAccountResponseBodyCloudAccount extends $dara.Model {
|
|
|
307
306
|
export class GetCloudAccountResponseBody extends $dara.Model {
|
|
308
307
|
/**
|
|
309
308
|
* @remarks
|
|
310
|
-
* The
|
|
309
|
+
* The cloud account details.
|
|
311
310
|
*/
|
|
312
311
|
cloudAccount?: GetCloudAccountResponseBodyCloudAccount;
|
|
313
312
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCloudAccountRoleRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The cloud account ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class GetCloudAccountRoleRequest extends $dara.Model {
|
|
|
15
15
|
cloudAccountId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The
|
|
18
|
+
* The cloud role ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -13,7 +13,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
13
13
|
errorCode?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The error
|
|
16
|
+
* The error description.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* There is no permission.
|
|
@@ -45,12 +45,12 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
45
45
|
export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResult extends $dara.Model {
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The reason
|
|
48
|
+
* The error reason. This field is returned when the health check status is unhealthy.
|
|
49
49
|
*/
|
|
50
50
|
errorReason?: GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResultErrorReason;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The time of the last check.
|
|
53
|
+
* The time of the last health check. The value is a UNIX timestamp in milliseconds.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* 1649830226000
|
|
@@ -58,11 +58,11 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
58
58
|
lastCheckTime?: number;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
* The
|
|
61
|
+
* The cloud role health check result. Valid values:
|
|
62
62
|
*
|
|
63
|
-
* - success:
|
|
63
|
+
* - success: succeeded.
|
|
64
64
|
*
|
|
65
|
-
* - failed:
|
|
65
|
+
* - failed: failed.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* success
|
|
@@ -99,7 +99,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
99
99
|
export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model {
|
|
100
100
|
/**
|
|
101
101
|
* @remarks
|
|
102
|
-
* The
|
|
102
|
+
* The cloud account ID.
|
|
103
103
|
*
|
|
104
104
|
* @example
|
|
105
105
|
* ca_01kmegjc11qa1txxxxx
|
|
@@ -107,7 +107,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
107
107
|
cloudAccountId?: string;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The
|
|
110
|
+
* The cloud role identifier.
|
|
111
111
|
*
|
|
112
112
|
* @example
|
|
113
113
|
* acs:ram::xxx:role/role-test
|
|
@@ -115,13 +115,10 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
115
115
|
cloudAccountRoleExternalId?: string;
|
|
116
116
|
/**
|
|
117
117
|
* @remarks
|
|
118
|
-
* The health
|
|
119
|
-
*
|
|
120
|
-
* -
|
|
121
|
-
*
|
|
122
|
-
* - unhealthy: The role is unhealthy.
|
|
123
|
-
*
|
|
124
|
-
* - unknown: The health status is unknown.
|
|
118
|
+
* The cloud role health status. Valid values:
|
|
119
|
+
* - healthy: healthy.
|
|
120
|
+
* - unhealthy: unhealthy.
|
|
121
|
+
* - unknown: unknown.
|
|
125
122
|
*
|
|
126
123
|
* @example
|
|
127
124
|
* healthy
|
|
@@ -129,12 +126,12 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
129
126
|
cloudAccountRoleHealth?: string;
|
|
130
127
|
/**
|
|
131
128
|
* @remarks
|
|
132
|
-
* The
|
|
129
|
+
* The cloud role health check result.
|
|
133
130
|
*/
|
|
134
131
|
cloudAccountRoleHealthCheckResult?: GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResult;
|
|
135
132
|
/**
|
|
136
133
|
* @remarks
|
|
137
|
-
* The
|
|
134
|
+
* The cloud role ID.
|
|
138
135
|
*
|
|
139
136
|
* @example
|
|
140
137
|
* carole_01kmek49aqxxxx
|
|
@@ -142,7 +139,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
142
139
|
cloudAccountRoleId?: string;
|
|
143
140
|
/**
|
|
144
141
|
* @remarks
|
|
145
|
-
* The
|
|
142
|
+
* The cloud role name.
|
|
146
143
|
*
|
|
147
144
|
* @example
|
|
148
145
|
* role-test
|
|
@@ -150,9 +147,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
150
147
|
cloudAccountRoleName?: string;
|
|
151
148
|
/**
|
|
152
149
|
* @remarks
|
|
153
|
-
* The
|
|
150
|
+
* The cloud role type. The specific format depends on the cloud account type. Valid values:
|
|
154
151
|
*
|
|
155
|
-
* - role:
|
|
152
|
+
* - role: applicable to Alibaba Cloud accounts.
|
|
156
153
|
*
|
|
157
154
|
* @example
|
|
158
155
|
* role
|
|
@@ -160,11 +157,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
160
157
|
cloudAccountRoleType?: string;
|
|
161
158
|
/**
|
|
162
159
|
* @remarks
|
|
163
|
-
* The usage type
|
|
164
|
-
*
|
|
165
|
-
* -
|
|
166
|
-
*
|
|
167
|
-
* - user: The role is used by a user.
|
|
160
|
+
* The cloud role usage type. Valid values:
|
|
161
|
+
* - system: system.
|
|
162
|
+
* - user: user.
|
|
168
163
|
*
|
|
169
164
|
* @example
|
|
170
165
|
* system
|
|
@@ -172,7 +167,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
172
167
|
cloudAccountRoleUsageType?: string;
|
|
173
168
|
/**
|
|
174
169
|
* @remarks
|
|
175
|
-
* The time
|
|
170
|
+
* The creation time. The value is a UNIX timestamp in milliseconds.
|
|
176
171
|
*
|
|
177
172
|
* @example
|
|
178
173
|
* 1719320115000
|
|
@@ -180,7 +175,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
180
175
|
createTime?: number;
|
|
181
176
|
/**
|
|
182
177
|
* @remarks
|
|
183
|
-
* The
|
|
178
|
+
* The cloud role description.
|
|
184
179
|
*
|
|
185
180
|
* @example
|
|
186
181
|
* cloud_account_role_description
|
|
@@ -196,11 +191,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
196
191
|
instanceId?: string;
|
|
197
192
|
/**
|
|
198
193
|
* @remarks
|
|
199
|
-
* The
|
|
200
|
-
*
|
|
201
|
-
* -
|
|
202
|
-
*
|
|
203
|
-
* - disable: The role is disabled.
|
|
194
|
+
* The cloud role status. Valid values:
|
|
195
|
+
* - enabled: enabled.
|
|
196
|
+
* - disable: disabled.
|
|
204
197
|
*
|
|
205
198
|
* @example
|
|
206
199
|
* enabled
|
|
@@ -208,7 +201,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
208
201
|
status?: string;
|
|
209
202
|
/**
|
|
210
203
|
* @remarks
|
|
211
|
-
* The
|
|
204
|
+
* The last update time. The value is a UNIX timestamp in milliseconds.
|
|
212
205
|
*
|
|
213
206
|
* @example
|
|
214
207
|
* 1649830227000
|
|
@@ -265,7 +258,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
265
258
|
export class GetCloudAccountRoleResponseBody extends $dara.Model {
|
|
266
259
|
/**
|
|
267
260
|
* @remarks
|
|
268
|
-
* The
|
|
261
|
+
* The cloud role details.
|
|
269
262
|
*/
|
|
270
263
|
cloudAccountRole?: GetCloudAccountRoleResponseBodyCloudAccountRole;
|
|
271
264
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialProviderRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The credential provider ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class GetCredentialProviderRequest extends $dara.Model {
|
|
|
15
15
|
credentialProviderId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -5,12 +5,12 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigJwtProviderConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The list of allowed JWT issuers.
|
|
9
9
|
*/
|
|
10
10
|
allowedTokenIssuers?: string[];
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Indicates whether the JWT derived short token feature is enabled.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* false
|
|
@@ -18,7 +18,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
18
18
|
derivedShortTokenEnabled?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* The validity period of the JWT, in seconds.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* 900
|
|
@@ -26,7 +26,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
26
26
|
expiration?: number;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* Indicates whether JWT expiration cleanup is enabled.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* true
|
|
@@ -34,7 +34,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
34
34
|
expirationCleanupEnabled?: boolean;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
* JWT issuer
|
|
37
|
+
* JWT issuer。
|
|
38
38
|
*
|
|
39
39
|
* @example
|
|
40
40
|
* https://test.issuer.com
|
|
@@ -42,7 +42,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
42
42
|
issuer?: string;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* JWKs endpoint URL.
|
|
45
|
+
* The JWKs endpoint URL.
|
|
46
46
|
*
|
|
47
47
|
* @example
|
|
48
48
|
* https://example123456.aliyunidaas.com/api/v2/auths_ngz2wj35ixxxdyat55nexxxxxx/oauth2/jwks
|
|
@@ -85,7 +85,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
85
85
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
*
|
|
88
|
+
* The client_id in the OAuth protocol.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* client_id_example_xxx
|
|
@@ -93,13 +93,11 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
93
93
|
clientId?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
*
|
|
96
|
+
* The scope in the OAuth protocol.
|
|
97
97
|
*
|
|
98
|
-
* > The
|
|
98
|
+
* > The scope configuration of the OAuth credential provider serves as the default value. If the scope parameter is not specified when calling the DeveloperAPI to obtain an OAuth access token, the scope configuration of the credential provider is used for issuance.
|
|
99
99
|
*
|
|
100
|
-
* >Notice:
|
|
101
|
-
*
|
|
102
|
-
* Separate multiple Scope values with spaces.
|
|
100
|
+
* >Notice: Multiple scope values are separated by spaces.
|
|
103
101
|
*
|
|
104
102
|
* @example
|
|
105
103
|
* example:test_01 example:test_02
|
|
@@ -107,7 +105,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
107
105
|
scope?: string;
|
|
108
106
|
/**
|
|
109
107
|
* @remarks
|
|
110
|
-
*
|
|
108
|
+
* The token endpoint of the OAuth protocol.
|
|
111
109
|
*
|
|
112
110
|
* @example
|
|
113
111
|
* https://example.com/token
|
|
@@ -141,19 +139,19 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
141
139
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfig extends $dara.Model {
|
|
142
140
|
/**
|
|
143
141
|
* @remarks
|
|
144
|
-
*
|
|
142
|
+
* The configuration of the JWT credential provider.
|
|
145
143
|
*/
|
|
146
144
|
jwtProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigJwtProviderConfig;
|
|
147
145
|
/**
|
|
148
146
|
* @remarks
|
|
149
|
-
*
|
|
147
|
+
* The configuration of the OAuth credential provider.
|
|
150
148
|
*/
|
|
151
149
|
OAuthProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigOAuthProviderConfig;
|
|
152
150
|
/**
|
|
153
151
|
* @remarks
|
|
154
|
-
*
|
|
152
|
+
* The list of credential IDs corresponding to the sensitive configurations of the credential provider.
|
|
155
153
|
*
|
|
156
|
-
* > The system securely stores sensitive configuration information
|
|
154
|
+
* > The system securely stores the sensitive configuration information of the credential provider in the form of credentials.
|
|
157
155
|
*/
|
|
158
156
|
providerCredentialIds?: string[];
|
|
159
157
|
static names(): { [key: string]: string } {
|
|
@@ -193,7 +191,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
193
191
|
export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.Model {
|
|
194
192
|
/**
|
|
195
193
|
* @remarks
|
|
196
|
-
*
|
|
194
|
+
* The creation time of the credential provider. The value is a UNIX timestamp in milliseconds.
|
|
197
195
|
*
|
|
198
196
|
* @example
|
|
199
197
|
* 1649830225000
|
|
@@ -201,16 +199,15 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
201
199
|
createTime?: number;
|
|
202
200
|
/**
|
|
203
201
|
* @remarks
|
|
204
|
-
*
|
|
202
|
+
* The credential provider configuration.
|
|
205
203
|
*/
|
|
206
204
|
credentialProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfig;
|
|
207
205
|
/**
|
|
208
206
|
* @remarks
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
* - system_init: Created by the system
|
|
207
|
+
* The credential provider creation type. Valid values:
|
|
212
208
|
*
|
|
213
|
-
* -
|
|
209
|
+
* - system_init: Created by the system.
|
|
210
|
+
* - user_custom: Created by the user.
|
|
214
211
|
*
|
|
215
212
|
* @example
|
|
216
213
|
* user_custom
|
|
@@ -218,7 +215,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
218
215
|
credentialProviderCreationType?: string;
|
|
219
216
|
/**
|
|
220
217
|
* @remarks
|
|
221
|
-
*
|
|
218
|
+
* The credential provider ID.
|
|
222
219
|
*
|
|
223
220
|
* @example
|
|
224
221
|
* atp_01kr2cmj5gxxx4fvmls2e93dxxxxx
|
|
@@ -226,7 +223,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
226
223
|
credentialProviderId?: string;
|
|
227
224
|
/**
|
|
228
225
|
* @remarks
|
|
229
|
-
*
|
|
226
|
+
* The credential provider identifier.
|
|
230
227
|
*
|
|
231
228
|
* @example
|
|
232
229
|
* test_example_identifier
|
|
@@ -234,7 +231,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
234
231
|
credentialProviderIdentifier?: string;
|
|
235
232
|
/**
|
|
236
233
|
* @remarks
|
|
237
|
-
*
|
|
234
|
+
* The credential provider name.
|
|
238
235
|
*
|
|
239
236
|
* @example
|
|
240
237
|
* test_example_name
|
|
@@ -242,11 +239,10 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
242
239
|
credentialProviderName?: string;
|
|
243
240
|
/**
|
|
244
241
|
* @remarks
|
|
245
|
-
*
|
|
242
|
+
* The credential provider type. Valid values:
|
|
246
243
|
*
|
|
247
|
-
* - oauth: OAuth credential provider
|
|
248
|
-
*
|
|
249
|
-
* - jwt: JWT credential provider
|
|
244
|
+
* - oauth: OAuth credential provider.
|
|
245
|
+
* - jwt: JWT credential provider.
|
|
250
246
|
*
|
|
251
247
|
* @example
|
|
252
248
|
* oauth
|
|
@@ -254,7 +250,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
254
250
|
credentialProviderType?: string;
|
|
255
251
|
/**
|
|
256
252
|
* @remarks
|
|
257
|
-
*
|
|
253
|
+
* The description.
|
|
258
254
|
*
|
|
259
255
|
* @example
|
|
260
256
|
* This is an example description
|
|
@@ -262,7 +258,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
262
258
|
description?: string;
|
|
263
259
|
/**
|
|
264
260
|
* @remarks
|
|
265
|
-
*
|
|
261
|
+
* The instance ID.
|
|
266
262
|
*
|
|
267
263
|
* @example
|
|
268
264
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -270,11 +266,10 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
270
266
|
instanceId?: string;
|
|
271
267
|
/**
|
|
272
268
|
* @remarks
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
* - enabled: Enabled
|
|
269
|
+
* The credential provider status. Valid values:
|
|
276
270
|
*
|
|
277
|
-
* -
|
|
271
|
+
* - enabled: Enabled.
|
|
272
|
+
* - disabled: Disabled.
|
|
278
273
|
*
|
|
279
274
|
* @example
|
|
280
275
|
* enabled
|
|
@@ -282,7 +277,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
282
277
|
status?: string;
|
|
283
278
|
/**
|
|
284
279
|
* @remarks
|
|
285
|
-
*
|
|
280
|
+
* The update time of the credential provider. The value is a UNIX timestamp in milliseconds.
|
|
286
281
|
*
|
|
287
282
|
* @example
|
|
288
283
|
* 1649830225000
|
|
@@ -335,12 +330,12 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
335
330
|
export class GetCredentialProviderResponseBody extends $dara.Model {
|
|
336
331
|
/**
|
|
337
332
|
* @remarks
|
|
338
|
-
*
|
|
333
|
+
* The credential provider.
|
|
339
334
|
*/
|
|
340
335
|
credentialProvider?: GetCredentialProviderResponseBodyCredentialProvider;
|
|
341
336
|
/**
|
|
342
337
|
* @remarks
|
|
343
|
-
*
|
|
338
|
+
* The request ID.
|
|
344
339
|
*
|
|
345
340
|
* @example
|
|
346
341
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The credential ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class GetCredentialRequest extends $dara.Model {
|
|
|
15
15
|
credentialId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|