@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
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListUsersRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The display name prefix. A left-match query is used.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* name
|
|
@@ -13,7 +13,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
13
13
|
displayNameStartsWith?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The email address of the
|
|
16
|
+
* The email address of the account.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* user@example.com
|
|
@@ -31,7 +31,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
31
31
|
instanceId?: string;
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
|
-
* The number of entries per page.
|
|
34
|
+
* The number of entries per page for paging.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* 20
|
|
@@ -39,7 +39,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
39
39
|
maxResults?: number;
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
* The pagination token
|
|
42
|
+
* The pagination token.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* NTxxxxexample
|
|
@@ -47,7 +47,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
47
47
|
nextToken?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
* The
|
|
50
|
+
* The organizational unit ID.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* ou_wovwffm62xifdziem7an7xxxxx
|
|
@@ -55,7 +55,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
55
55
|
organizationalUnitId?: string;
|
|
56
56
|
/**
|
|
57
57
|
* @remarks
|
|
58
|
-
* The page number.
|
|
58
|
+
* The page number. Default value: 1.
|
|
59
59
|
*
|
|
60
60
|
* @example
|
|
61
61
|
* 1
|
|
@@ -63,7 +63,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
63
63
|
pageNumber?: number;
|
|
64
64
|
/**
|
|
65
65
|
* @remarks
|
|
66
|
-
* The number of entries per page.
|
|
66
|
+
* The number of entries per page. Default value: 20. Maximum value: 100.
|
|
67
67
|
*
|
|
68
68
|
* @example
|
|
69
69
|
* 20
|
|
@@ -71,7 +71,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
71
71
|
pageSize?: number;
|
|
72
72
|
/**
|
|
73
73
|
* @remarks
|
|
74
|
-
* The
|
|
74
|
+
* The phone number of the account.
|
|
75
75
|
*
|
|
76
76
|
* @example
|
|
77
77
|
* 156xxxxxxx
|
|
@@ -79,7 +79,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
79
79
|
phoneNumber?: string;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The
|
|
82
|
+
* The phone region code. Example: The region code for the Chinese mainland is 86, without the 00 or + prefix.
|
|
83
83
|
*
|
|
84
84
|
* @example
|
|
85
85
|
* 86
|
|
@@ -87,11 +87,9 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
87
87
|
phoneRegion?: string;
|
|
88
88
|
/**
|
|
89
89
|
* @remarks
|
|
90
|
-
* The status
|
|
91
|
-
*
|
|
92
|
-
* -
|
|
93
|
-
*
|
|
94
|
-
* - `disabled`: The user is disabled.
|
|
90
|
+
* The account status. Valid values:
|
|
91
|
+
* - enabled: Enabled.
|
|
92
|
+
* - disabled: Disabled.
|
|
95
93
|
*
|
|
96
94
|
* @example
|
|
97
95
|
* enable
|
|
@@ -99,9 +97,9 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
99
97
|
status?: string;
|
|
100
98
|
/**
|
|
101
99
|
* @remarks
|
|
102
|
-
* The external ID
|
|
100
|
+
* The external ID, which is used to associate external data with IDaaS accounts.
|
|
103
101
|
*
|
|
104
|
-
*
|
|
102
|
+
* Note: The external ID must be unique within the same source type and source ID.
|
|
105
103
|
*
|
|
106
104
|
* @example
|
|
107
105
|
* id_wovwffm62xifdziem7an7xxxxx
|
|
@@ -109,7 +107,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
109
107
|
userExternalId?: string;
|
|
110
108
|
/**
|
|
111
109
|
* @remarks
|
|
112
|
-
* The list of
|
|
110
|
+
* The list of account IDs.
|
|
113
111
|
*
|
|
114
112
|
* @example
|
|
115
113
|
* 20
|
|
@@ -117,9 +115,9 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
117
115
|
userIds?: string[];
|
|
118
116
|
/**
|
|
119
117
|
* @remarks
|
|
120
|
-
* The source ID of the
|
|
118
|
+
* The source ID of the account.
|
|
121
119
|
*
|
|
122
|
-
*
|
|
120
|
+
* For self-built accounts, the default value is the instance ID. For other types, the value corresponds to the enterprise ID of the respective source. For example, for a DingTalk source, the value corresponds to the corpId of the DingTalk enterprise.
|
|
123
121
|
*
|
|
124
122
|
* @example
|
|
125
123
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -127,17 +125,12 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
127
125
|
userSourceId?: string;
|
|
128
126
|
/**
|
|
129
127
|
* @remarks
|
|
130
|
-
* The source type of the
|
|
131
|
-
*
|
|
132
|
-
* -
|
|
133
|
-
*
|
|
134
|
-
* -
|
|
135
|
-
*
|
|
136
|
-
* - `ad`: The user is imported from Active Directory (AD).
|
|
137
|
-
*
|
|
138
|
-
* - `ldap`: The user is imported from a Lightweight Directory Access Protocol (LDAP) directory.
|
|
139
|
-
*
|
|
140
|
-
* - `we_com`: The user is imported from WeCom.
|
|
128
|
+
* The source type of the account. Valid values:
|
|
129
|
+
* - build_in: self-built.
|
|
130
|
+
* - ding_talk: imported from DingTalk.
|
|
131
|
+
* - ad: imported from AD.
|
|
132
|
+
* - ldap: imported from LDAP.
|
|
133
|
+
* - we_com: imported from WeCom.
|
|
141
134
|
*
|
|
142
135
|
* @example
|
|
143
136
|
* build_in
|
|
@@ -145,7 +138,7 @@ export class ListUsersRequest extends $dara.Model {
|
|
|
145
138
|
userSourceType?: string;
|
|
146
139
|
/**
|
|
147
140
|
* @remarks
|
|
148
|
-
* The prefix
|
|
141
|
+
* The username prefix. A left-match query is used.
|
|
149
142
|
*
|
|
150
143
|
* @example
|
|
151
144
|
* name_001
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The account expiration time
|
|
8
|
+
* The account expiration time, in UNIX timestamp format. Unit: milliseconds.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 1652085686179
|
|
@@ -13,7 +13,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
13
13
|
accountExpireTime?: number;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The creation time
|
|
16
|
+
* The account creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 1652085686179
|
|
@@ -21,7 +21,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
21
21
|
createTime?: number;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The description of the account.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* xxxx
|
|
@@ -29,7 +29,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
29
29
|
description?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The display name.
|
|
32
|
+
* The display name of the account.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* display_name001
|
|
@@ -37,7 +37,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
37
37
|
displayName?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The email address.
|
|
40
|
+
* The email address of the account.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* user@example.com
|
|
@@ -45,7 +45,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
45
45
|
email?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* Indicates whether the email address
|
|
48
|
+
* Indicates whether the email address has been verified. A value of true indicates that the email address has been verified by the user or set as verified by the administrator. A value of false indicates that the email address has not been verified.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* true
|
|
@@ -61,7 +61,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
61
61
|
instanceId?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The account lock expiration time
|
|
64
|
+
* The account lock expiration time, in UNIX timestamp format. Unit: milliseconds.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* 1652085686179
|
|
@@ -69,7 +69,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
69
69
|
lockExpireTime?: number;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* The password expiration time
|
|
72
|
+
* The password expiration time, in UNIX timestamp format. Unit: milliseconds.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* 1652085686179
|
|
@@ -77,7 +77,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
77
77
|
passwordExpireTime?: number;
|
|
78
78
|
/**
|
|
79
79
|
* @remarks
|
|
80
|
-
* Indicates whether a password
|
|
80
|
+
* Indicates whether a password has been set.
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* false
|
|
@@ -85,7 +85,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
85
85
|
passwordSet?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The phone number.
|
|
88
|
+
* The phone number of the account.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* 156xxxxxxx
|
|
@@ -93,7 +93,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
93
93
|
phoneNumber?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* Indicates whether the phone number
|
|
96
|
+
* Indicates whether the phone number has been verified. A value of true indicates that the phone number has been verified by the user or set as verified by the administrator. A value of false indicates that the phone number has not been verified.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* true
|
|
@@ -101,7 +101,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
101
101
|
phoneNumberVerified?: boolean;
|
|
102
102
|
/**
|
|
103
103
|
* @remarks
|
|
104
|
-
* The
|
|
104
|
+
* The phone region code. Example: The region code for the Chinese mainland is 86, without the 00 or + prefix.
|
|
105
105
|
*
|
|
106
106
|
* @example
|
|
107
107
|
* 86
|
|
@@ -109,7 +109,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
109
109
|
phoneRegion?: string;
|
|
110
110
|
/**
|
|
111
111
|
* @remarks
|
|
112
|
-
* The registration time
|
|
112
|
+
* The account registration time, in UNIX timestamp format. Unit: milliseconds.
|
|
113
113
|
*
|
|
114
114
|
* @example
|
|
115
115
|
* 1652085686179
|
|
@@ -117,11 +117,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
117
117
|
registerTime?: number;
|
|
118
118
|
/**
|
|
119
119
|
* @remarks
|
|
120
|
-
* The status. Valid values:
|
|
121
|
-
*
|
|
122
|
-
* -
|
|
123
|
-
*
|
|
124
|
-
* - `disabled`: The user is disabled.
|
|
120
|
+
* The account status. Valid values:
|
|
121
|
+
* - enabled: Enabled.
|
|
122
|
+
* - disabled: Disabled.
|
|
125
123
|
*
|
|
126
124
|
* @example
|
|
127
125
|
* enabled
|
|
@@ -129,7 +127,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
129
127
|
status?: string;
|
|
130
128
|
/**
|
|
131
129
|
* @remarks
|
|
132
|
-
* The
|
|
130
|
+
* The time when the account was last updated, in UNIX timestamp format. Unit: milliseconds.
|
|
133
131
|
*
|
|
134
132
|
* @example
|
|
135
133
|
* 1652085686179
|
|
@@ -137,9 +135,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
137
135
|
updateTime?: number;
|
|
138
136
|
/**
|
|
139
137
|
* @remarks
|
|
140
|
-
* The external
|
|
138
|
+
* The external ID of the account, which is used to associate external data with IDaaS accounts. The default value is the IDaaS account ID.
|
|
141
139
|
*
|
|
142
|
-
* Note: The external
|
|
140
|
+
* Note: The external ID must be unique within the same source type and source ID.
|
|
143
141
|
*
|
|
144
142
|
* @example
|
|
145
143
|
* user_d6sbsuumeta4h66ec3il7yxxxx
|
|
@@ -147,7 +145,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
147
145
|
userExternalId?: string;
|
|
148
146
|
/**
|
|
149
147
|
* @remarks
|
|
150
|
-
* The
|
|
148
|
+
* The account ID.
|
|
151
149
|
*
|
|
152
150
|
* @example
|
|
153
151
|
* user_d6sbsuumeta4h66ec3il7yxxxx
|
|
@@ -155,9 +153,9 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
155
153
|
userId?: string;
|
|
156
154
|
/**
|
|
157
155
|
* @remarks
|
|
158
|
-
* The
|
|
156
|
+
* The source ID of the account.
|
|
159
157
|
*
|
|
160
|
-
*
|
|
158
|
+
* For self-built accounts, the default value is the instance ID. For other types, the value corresponds to the enterprise ID of the respective source. For example, for a DingTalk source, the value corresponds to the corpId of the DingTalk enterprise.
|
|
161
159
|
*
|
|
162
160
|
* @example
|
|
163
161
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -165,15 +163,11 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
165
163
|
userSourceId?: string;
|
|
166
164
|
/**
|
|
167
165
|
* @remarks
|
|
168
|
-
* The
|
|
169
|
-
*
|
|
170
|
-
* -
|
|
171
|
-
*
|
|
172
|
-
* -
|
|
173
|
-
*
|
|
174
|
-
* - `ad`: The user is imported from AD.
|
|
175
|
-
*
|
|
176
|
-
* - `ldap`: The user is imported from LDAP.
|
|
166
|
+
* The source type of the account. Valid values:
|
|
167
|
+
* - build_in: self-built.
|
|
168
|
+
* - ding_talk: imported from DingTalk.
|
|
169
|
+
* - ad: imported from AD.
|
|
170
|
+
* - ldap: imported from LDAP.
|
|
177
171
|
*
|
|
178
172
|
* @example
|
|
179
173
|
* build_in
|
|
@@ -181,7 +175,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
181
175
|
userSourceType?: string;
|
|
182
176
|
/**
|
|
183
177
|
* @remarks
|
|
184
|
-
* The
|
|
178
|
+
* The username.
|
|
185
179
|
*
|
|
186
180
|
* @example
|
|
187
181
|
* name001
|
|
@@ -251,7 +245,7 @@ export class ListUsersResponseBodyUsers extends $dara.Model {
|
|
|
251
245
|
export class ListUsersResponseBody extends $dara.Model {
|
|
252
246
|
/**
|
|
253
247
|
* @remarks
|
|
254
|
-
* The number of entries
|
|
248
|
+
* The number of entries per page for paging.
|
|
255
249
|
*
|
|
256
250
|
* @example
|
|
257
251
|
* 20
|
|
@@ -259,7 +253,7 @@ export class ListUsersResponseBody extends $dara.Model {
|
|
|
259
253
|
maxResults?: number;
|
|
260
254
|
/**
|
|
261
255
|
* @remarks
|
|
262
|
-
* The token
|
|
256
|
+
* The pagination token.
|
|
263
257
|
*
|
|
264
258
|
* @example
|
|
265
259
|
* NTxxxxxexample
|
|
@@ -275,7 +269,7 @@ export class ListUsersResponseBody extends $dara.Model {
|
|
|
275
269
|
requestId?: string;
|
|
276
270
|
/**
|
|
277
271
|
* @remarks
|
|
278
|
-
* The total number of entries.
|
|
272
|
+
* The total number of entries returned.
|
|
279
273
|
*
|
|
280
274
|
* @example
|
|
281
275
|
* 100
|
|
@@ -283,7 +277,7 @@ export class ListUsersResponseBody extends $dara.Model {
|
|
|
283
277
|
totalCount?: number;
|
|
284
278
|
/**
|
|
285
279
|
* @remarks
|
|
286
|
-
* The list of
|
|
280
|
+
* The list of account data.
|
|
287
281
|
*/
|
|
288
282
|
users?: ListUsersResponseBodyUsers[];
|
|
289
283
|
static names(): { [key: string]: string } {
|
|
@@ -29,7 +29,7 @@ export class ObtainApplicationClientSecretResponseBodyApplicationClientSecret ex
|
|
|
29
29
|
clientSecret?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The expiration time of the client secret.
|
|
32
|
+
* The expiration time of the client secret. The value is a UNIX timestamp. Unit: milliseconds.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 1749830226000
|
|
@@ -45,7 +45,7 @@ export class ObtainApplicationClientSecretResponseBodyApplicationClientSecret ex
|
|
|
45
45
|
instanceId?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The
|
|
48
|
+
* The time when the client secret was last used. The value is a UNIX timestamp. Unit: milliseconds.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* 1649830226000
|
|
@@ -62,10 +62,8 @@ export class ObtainApplicationClientSecretResponseBodyApplicationClientSecret ex
|
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
64
|
* The status of the client secret. Valid values:
|
|
65
|
-
*
|
|
66
|
-
* -
|
|
67
|
-
*
|
|
68
|
-
* - disabled: The secret is disabled.
|
|
65
|
+
* - enabled: Enabled.
|
|
66
|
+
* - disabled: Disabled.
|
|
69
67
|
*
|
|
70
68
|
* @example
|
|
71
69
|
* enabled
|
|
@@ -109,7 +107,7 @@ export class ObtainApplicationClientSecretResponseBodyApplicationClientSecret ex
|
|
|
109
107
|
export class ObtainApplicationClientSecretResponseBody extends $dara.Model {
|
|
110
108
|
/**
|
|
111
109
|
* @remarks
|
|
112
|
-
* The secret information.
|
|
110
|
+
* The client secret information.
|
|
113
111
|
*/
|
|
114
112
|
applicationClientSecret?: ObtainApplicationClientSecretResponseBodyApplicationClientSecret;
|
|
115
113
|
/**
|
|
@@ -29,7 +29,7 @@ export class ObtainApplicationTokenResponseBodyApplicationToken extends $dara.Mo
|
|
|
29
29
|
applicationTokenId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The application token type.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* bearer_token
|
|
@@ -53,7 +53,7 @@ export class ObtainApplicationTokenResponseBodyApplicationToken extends $dara.Mo
|
|
|
53
53
|
expirationTime?: number;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The
|
|
56
|
+
* The IDaaS EIAM instance ID.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* idaas_ki6hd7ihir4ybawogqk6kqxxxx
|
|
@@ -61,7 +61,7 @@ export class ObtainApplicationTokenResponseBodyApplicationToken extends $dara.Mo
|
|
|
61
61
|
instanceId?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The
|
|
64
|
+
* The last used time.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* 1735610930000
|
|
@@ -69,7 +69,7 @@ export class ObtainApplicationTokenResponseBodyApplicationToken extends $dara.Mo
|
|
|
69
69
|
lastUsedTime?: number;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* The status.
|
|
72
|
+
* The enabling status.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* enabled
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ObtainCredentialResponseBodyCredentialCredentialContentApiKeyContent extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The API key.
|
|
8
|
+
* The API key content.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* nsklncmwizncxxxx
|
|
@@ -35,7 +35,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentApiKeyConten
|
|
|
35
35
|
export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientContent extends $dara.Model {
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The
|
|
38
|
+
* The client_id of the OAuth protocol.
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* dmvncmxersdxxxxxx
|
|
@@ -43,7 +43,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientC
|
|
|
43
43
|
clientId?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
* The
|
|
46
|
+
* The client_secret of the OAuth protocol.
|
|
47
47
|
*
|
|
48
48
|
* @example
|
|
49
49
|
* nsklnertyt5ddwizncxxxx
|
|
@@ -75,12 +75,12 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientC
|
|
|
75
75
|
export class ObtainCredentialResponseBodyCredentialCredentialContent extends $dara.Model {
|
|
76
76
|
/**
|
|
77
77
|
* @remarks
|
|
78
|
-
* The
|
|
78
|
+
* The credential content of the API key credential type.
|
|
79
79
|
*/
|
|
80
80
|
apiKeyContent?: ObtainCredentialResponseBodyCredentialCredentialContentApiKeyContent;
|
|
81
81
|
/**
|
|
82
82
|
* @remarks
|
|
83
|
-
* The
|
|
83
|
+
* The credential content of the OAuth client authentication credential type.
|
|
84
84
|
*/
|
|
85
85
|
OAuthClientContent?: ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientContent;
|
|
86
86
|
static names(): { [key: string]: string } {
|
|
@@ -115,7 +115,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContent extends $da
|
|
|
115
115
|
export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
116
116
|
/**
|
|
117
117
|
* @remarks
|
|
118
|
-
* The time
|
|
118
|
+
* The creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
119
119
|
*
|
|
120
120
|
* @example
|
|
121
121
|
* 1649830225000
|
|
@@ -128,11 +128,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
128
128
|
credentialContent?: ObtainCredentialResponseBodyCredentialCredentialContent;
|
|
129
129
|
/**
|
|
130
130
|
* @remarks
|
|
131
|
-
* The
|
|
132
|
-
*
|
|
133
|
-
* -
|
|
134
|
-
*
|
|
135
|
-
* - `user_custom`: A user created the credential.
|
|
131
|
+
* The creation type of the credential. Valid values:
|
|
132
|
+
* - system_init: Created by the system.
|
|
133
|
+
* - user_custom: Created by the user.
|
|
136
134
|
*
|
|
137
135
|
* @example
|
|
138
136
|
* user_custom
|
|
@@ -165,11 +163,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
165
163
|
credentialName?: string;
|
|
166
164
|
/**
|
|
167
165
|
* @remarks
|
|
168
|
-
* The
|
|
169
|
-
*
|
|
170
|
-
* -
|
|
171
|
-
*
|
|
172
|
-
* - `saas`: The credential is used for a SaaS application.
|
|
166
|
+
* The scenarios label of the credential. Valid values:
|
|
167
|
+
* - llm: large language model.
|
|
168
|
+
* - saas: third-party SaaS service.
|
|
173
169
|
*
|
|
174
170
|
* @example
|
|
175
171
|
* llm
|
|
@@ -178,7 +174,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
178
174
|
credentialSharingScope?: string;
|
|
179
175
|
/**
|
|
180
176
|
* @remarks
|
|
181
|
-
* The
|
|
177
|
+
* The ID of the subject to which the credential belongs.
|
|
182
178
|
*
|
|
183
179
|
* @example
|
|
184
180
|
* apt_werthgfdsasffxxxxx
|
|
@@ -186,9 +182,8 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
186
182
|
credentialSubjectId?: string;
|
|
187
183
|
/**
|
|
188
184
|
* @remarks
|
|
189
|
-
* The
|
|
190
|
-
*
|
|
191
|
-
* - `authentication_token_provider`: The credential subject is an authentication token provider.
|
|
185
|
+
* The type of the subject to which the credential belongs. Valid values:
|
|
186
|
+
* - authentication_token_provider: authentication token provider.
|
|
192
187
|
*
|
|
193
188
|
* @example
|
|
194
189
|
* authentication_token_provider
|
|
@@ -197,10 +192,8 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
197
192
|
/**
|
|
198
193
|
* @remarks
|
|
199
194
|
* The credential type. Valid values:
|
|
200
|
-
*
|
|
201
|
-
* -
|
|
202
|
-
*
|
|
203
|
-
* - `oauth_client`: An OAuth 2.0 client credential.
|
|
195
|
+
* - api_key: API key authentication credential.
|
|
196
|
+
* - oauth_client: OAuth client authentication credential.
|
|
204
197
|
*
|
|
205
198
|
* @example
|
|
206
199
|
* api_key
|
|
@@ -208,7 +201,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
208
201
|
credentialType?: string;
|
|
209
202
|
/**
|
|
210
203
|
* @remarks
|
|
211
|
-
* The description.
|
|
204
|
+
* The credential description.
|
|
212
205
|
*
|
|
213
206
|
* @example
|
|
214
207
|
* credential_description
|
|
@@ -225,11 +218,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
225
218
|
instanceId?: string;
|
|
226
219
|
/**
|
|
227
220
|
* @remarks
|
|
228
|
-
* The status. Valid values:
|
|
229
|
-
*
|
|
230
|
-
* -
|
|
231
|
-
*
|
|
232
|
-
* - `disabled`: The credential cannot be used.
|
|
221
|
+
* The credential status. Valid values:
|
|
222
|
+
* - enabled: Enabled.
|
|
223
|
+
* - disabled: Disabled.
|
|
233
224
|
*
|
|
234
225
|
* @example
|
|
235
226
|
* enabled
|
|
@@ -237,7 +228,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
237
228
|
status?: string;
|
|
238
229
|
/**
|
|
239
230
|
* @remarks
|
|
240
|
-
* The time
|
|
231
|
+
* The update time, in UNIX timestamp format. Unit: milliseconds.
|
|
241
232
|
*
|
|
242
233
|
* @example
|
|
243
234
|
* 1649830227000
|
|
@@ -302,7 +293,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
302
293
|
export class ObtainCredentialResponseBody extends $dara.Model {
|
|
303
294
|
/**
|
|
304
295
|
* @remarks
|
|
305
|
-
* The credential
|
|
296
|
+
* The credential information.
|
|
306
297
|
*/
|
|
307
298
|
credential?: ObtainCredentialResponseBodyCredential;
|
|
308
299
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ObtainDomainProxyTokenRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The domain ID.
|
|
8
|
+
* The domain name ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class ObtainDomainProxyTokenRequest extends $dara.Model {
|
|
|
15
15
|
domainId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The
|
|
18
|
+
* The domain proxy token ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|