@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,11 +5,10 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* Whether the corresponding IdP supports authentication. Valid values:
|
|
9
|
+
* - Disabled: disabled
|
|
9
10
|
*
|
|
10
|
-
* -
|
|
11
|
-
*
|
|
12
|
-
* - enabled
|
|
11
|
+
* - Enabled: enabled
|
|
13
12
|
*
|
|
14
13
|
* @example
|
|
15
14
|
* enabled
|
|
@@ -17,11 +16,10 @@ export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
|
|
|
17
16
|
authnStatus?: string;
|
|
18
17
|
/**
|
|
19
18
|
* @remarks
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* - disabled
|
|
19
|
+
* Whether automatic password update is supported. Valid values:
|
|
20
|
+
* - Disabled: disabled
|
|
23
21
|
*
|
|
24
|
-
* - enabled
|
|
22
|
+
* - Enabled: enabled
|
|
25
23
|
*
|
|
26
24
|
* @example
|
|
27
25
|
* enabled
|
|
@@ -53,11 +51,10 @@ export class CreateIdentityProviderRequestAuthnConfig extends $dara.Model {
|
|
|
53
51
|
export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Model {
|
|
54
52
|
/**
|
|
55
53
|
* @remarks
|
|
56
|
-
*
|
|
54
|
+
* Whether automatic account creation is enabled. Valid values:
|
|
55
|
+
* - Disabled: disabled
|
|
57
56
|
*
|
|
58
|
-
* -
|
|
59
|
-
*
|
|
60
|
-
* - enabled
|
|
57
|
+
* - Enabled: enabled
|
|
61
58
|
*
|
|
62
59
|
* @example
|
|
63
60
|
* disabled
|
|
@@ -65,7 +62,7 @@ export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Mod
|
|
|
65
62
|
autoCreateUserStatus?: string;
|
|
66
63
|
/**
|
|
67
64
|
* @remarks
|
|
68
|
-
*
|
|
65
|
+
* Set of target organizational unit IDs.
|
|
69
66
|
*/
|
|
70
67
|
targetOrganizationalUnitIds?: string[];
|
|
71
68
|
static names(): { [key: string]: string } {
|
|
@@ -97,11 +94,10 @@ export class CreateIdentityProviderRequestAutoCreateUserConfig extends $dara.Mod
|
|
|
97
94
|
export class CreateIdentityProviderRequestAutoUpdateUserConfig extends $dara.Model {
|
|
98
95
|
/**
|
|
99
96
|
* @remarks
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
* - disabled
|
|
97
|
+
* Whether automatic account update is enabled. Valid values:
|
|
98
|
+
* - Disabled: disabled
|
|
103
99
|
*
|
|
104
|
-
* - enabled
|
|
100
|
+
* - Enabled: enabled
|
|
105
101
|
*
|
|
106
102
|
* @example
|
|
107
103
|
* disabled
|
|
@@ -131,11 +127,11 @@ export class CreateIdentityProviderRequestAutoUpdateUserConfig extends $dara.Mod
|
|
|
131
127
|
export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions extends $dara.Model {
|
|
132
128
|
/**
|
|
133
129
|
* @remarks
|
|
134
|
-
*
|
|
130
|
+
* Expression type. Valid values:
|
|
135
131
|
*
|
|
136
|
-
* - field
|
|
132
|
+
* - Field: field
|
|
137
133
|
*
|
|
138
|
-
* - expression
|
|
134
|
+
* - Expression: expression
|
|
139
135
|
*
|
|
140
136
|
* @example
|
|
141
137
|
* field
|
|
@@ -143,7 +139,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
|
|
|
143
139
|
expressionMappingType?: string;
|
|
144
140
|
/**
|
|
145
141
|
* @remarks
|
|
146
|
-
*
|
|
142
|
+
* Mapping attribute value expression.
|
|
147
143
|
*
|
|
148
144
|
* @example
|
|
149
145
|
* idpUser.phoneNumber
|
|
@@ -151,7 +147,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
|
|
|
151
147
|
sourceValueExpression?: string;
|
|
152
148
|
/**
|
|
153
149
|
* @remarks
|
|
154
|
-
*
|
|
150
|
+
* Mapping target attribute name.
|
|
155
151
|
*
|
|
156
152
|
* @example
|
|
157
153
|
* user.username
|
|
@@ -159,7 +155,7 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
|
|
|
159
155
|
targetField?: string;
|
|
160
156
|
/**
|
|
161
157
|
* @remarks
|
|
162
|
-
*
|
|
158
|
+
* Mapping target attribute description.
|
|
163
159
|
*
|
|
164
160
|
* @example
|
|
165
161
|
* username
|
|
@@ -195,16 +191,16 @@ export class CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpre
|
|
|
195
191
|
export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
|
|
196
192
|
/**
|
|
197
193
|
* @remarks
|
|
198
|
-
*
|
|
194
|
+
* List of rules for automatic account matching.
|
|
199
195
|
*/
|
|
200
196
|
autoMatchUserProfileExpressions?: CreateIdentityProviderRequestBindingConfigAutoMatchUserProfileExpressions[];
|
|
201
197
|
/**
|
|
202
198
|
* @remarks
|
|
203
|
-
*
|
|
199
|
+
* Whether automatic account matching is enabled. Valid values:
|
|
204
200
|
*
|
|
205
|
-
* - disabled
|
|
201
|
+
* - Disabled: disabled
|
|
206
202
|
*
|
|
207
|
-
* - enabled
|
|
203
|
+
* - Enabled: enabled
|
|
208
204
|
*
|
|
209
205
|
* @example
|
|
210
206
|
* disabled
|
|
@@ -212,11 +208,10 @@ export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
|
|
|
212
208
|
autoMatchUserStatus?: string;
|
|
213
209
|
/**
|
|
214
210
|
* @remarks
|
|
215
|
-
*
|
|
211
|
+
* Whether the manual account binding feature is enabled. Valid values:
|
|
212
|
+
* - Disabled: disabled
|
|
216
213
|
*
|
|
217
|
-
* -
|
|
218
|
-
*
|
|
219
|
-
* - enabled
|
|
214
|
+
* - Enabled: enabled
|
|
220
215
|
*
|
|
221
216
|
* @example
|
|
222
217
|
* enabled
|
|
@@ -253,7 +248,7 @@ export class CreateIdentityProviderRequestBindingConfig extends $dara.Model {
|
|
|
253
248
|
export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model {
|
|
254
249
|
/**
|
|
255
250
|
* @remarks
|
|
256
|
-
*
|
|
251
|
+
* AppKey of the DingTalk first-party application.
|
|
257
252
|
*
|
|
258
253
|
* @example
|
|
259
254
|
* Xczngvfemo4e
|
|
@@ -261,7 +256,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
261
256
|
appKey?: string;
|
|
262
257
|
/**
|
|
263
258
|
* @remarks
|
|
264
|
-
*
|
|
259
|
+
* AppSecret of the DingTalk first-party application.
|
|
265
260
|
*
|
|
266
261
|
* @example
|
|
267
262
|
* 5d405a12a6f84ad4ab05ee09axxxx
|
|
@@ -269,7 +264,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
269
264
|
appSecret?: string;
|
|
270
265
|
/**
|
|
271
266
|
* @remarks
|
|
272
|
-
*
|
|
267
|
+
* CorpId of the DingTalk first-party application.
|
|
273
268
|
*
|
|
274
269
|
* @example
|
|
275
270
|
* 307568042478613xxxx
|
|
@@ -277,11 +272,11 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
277
272
|
corpId?: string;
|
|
278
273
|
/**
|
|
279
274
|
* @remarks
|
|
280
|
-
*
|
|
275
|
+
* DingTalk version. Valid values:
|
|
281
276
|
*
|
|
282
|
-
* -
|
|
277
|
+
* - Standard DingTalk: public_dingtalk
|
|
283
278
|
*
|
|
284
|
-
* -
|
|
279
|
+
* - Exclusive DingTalk: private_dingtalk
|
|
285
280
|
*
|
|
286
281
|
* @example
|
|
287
282
|
* public_dingtalk
|
|
@@ -289,7 +284,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
289
284
|
dingtalkVersion?: string;
|
|
290
285
|
/**
|
|
291
286
|
* @remarks
|
|
292
|
-
*
|
|
287
|
+
* DingTalk application EncryptKey.
|
|
293
288
|
*
|
|
294
289
|
* @example
|
|
295
290
|
* VkdWw91mdkrjVFr3ObNwefap21dfxxxx
|
|
@@ -297,7 +292,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
297
292
|
encryptKey?: string;
|
|
298
293
|
/**
|
|
299
294
|
* @remarks
|
|
300
|
-
*
|
|
295
|
+
* DingTalk application VerificationToken.
|
|
301
296
|
*
|
|
302
297
|
* @example
|
|
303
298
|
* myDingApp_VerifyTokenxxxxx
|
|
@@ -337,7 +332,7 @@ export class CreateIdentityProviderRequestDingtalkAppConfig extends $dara.Model
|
|
|
337
332
|
export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
338
333
|
/**
|
|
339
334
|
* @remarks
|
|
340
|
-
*
|
|
335
|
+
* Lark application AppId.
|
|
341
336
|
*
|
|
342
337
|
* @example
|
|
343
338
|
* cli_xxxx
|
|
@@ -345,7 +340,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
|
345
340
|
appId?: string;
|
|
346
341
|
/**
|
|
347
342
|
* @remarks
|
|
348
|
-
*
|
|
343
|
+
* Lark application Secret.
|
|
349
344
|
*
|
|
350
345
|
* @example
|
|
351
346
|
* KiiLzh5Dueh4wbLxxxx
|
|
@@ -353,7 +348,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
|
353
348
|
appSecret?: string;
|
|
354
349
|
/**
|
|
355
350
|
* @remarks
|
|
356
|
-
*
|
|
351
|
+
* EncryptKey of the Lark self-built application.
|
|
357
352
|
*
|
|
358
353
|
* @example
|
|
359
354
|
* VkdWw91mdkrjVFr3ObNwefap21dfxxxx
|
|
@@ -361,7 +356,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
|
361
356
|
encryptKey?: string;
|
|
362
357
|
/**
|
|
363
358
|
* @remarks
|
|
364
|
-
*
|
|
359
|
+
* Lark enterprise code.
|
|
365
360
|
*
|
|
366
361
|
* @example
|
|
367
362
|
* FSX123111xxx
|
|
@@ -369,7 +364,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
|
369
364
|
enterpriseNumber?: string;
|
|
370
365
|
/**
|
|
371
366
|
* @remarks
|
|
372
|
-
*
|
|
367
|
+
* VerificationToken of the Lark self-built application.
|
|
373
368
|
*
|
|
374
369
|
* @example
|
|
375
370
|
* feishuVerifyTokenxxxxx
|
|
@@ -407,7 +402,7 @@ export class CreateIdentityProviderRequestLarkConfig extends $dara.Model {
|
|
|
407
402
|
export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
408
403
|
/**
|
|
409
404
|
* @remarks
|
|
410
|
-
*
|
|
405
|
+
* Administrator password.
|
|
411
406
|
*
|
|
412
407
|
* @example
|
|
413
408
|
* xxxx
|
|
@@ -415,7 +410,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
415
410
|
administratorPassword?: string;
|
|
416
411
|
/**
|
|
417
412
|
* @remarks
|
|
418
|
-
*
|
|
413
|
+
* Administrator account.
|
|
419
414
|
*
|
|
420
415
|
* @example
|
|
421
416
|
* DC=example,DC=com
|
|
@@ -423,11 +418,11 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
423
418
|
administratorUsername?: string;
|
|
424
419
|
/**
|
|
425
420
|
* @remarks
|
|
426
|
-
*
|
|
421
|
+
* Whether to verify certificate fingerprint. Valid values:
|
|
427
422
|
*
|
|
428
|
-
* - disabled
|
|
423
|
+
* - Disabled: disabled
|
|
429
424
|
*
|
|
430
|
-
* - enabled
|
|
425
|
+
* - Enabled: enabled
|
|
431
426
|
*
|
|
432
427
|
* @example
|
|
433
428
|
* enabled
|
|
@@ -435,12 +430,12 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
435
430
|
certificateFingerprintStatus?: string;
|
|
436
431
|
/**
|
|
437
432
|
* @remarks
|
|
438
|
-
*
|
|
433
|
+
* Certificate fingerprint list.
|
|
439
434
|
*/
|
|
440
435
|
certificateFingerprints?: string[];
|
|
441
436
|
/**
|
|
442
437
|
* @remarks
|
|
443
|
-
*
|
|
438
|
+
* Group member attribute.
|
|
444
439
|
*
|
|
445
440
|
* @example
|
|
446
441
|
* member
|
|
@@ -448,7 +443,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
448
443
|
groupMemberAttributeName?: string;
|
|
449
444
|
/**
|
|
450
445
|
* @remarks
|
|
451
|
-
*
|
|
446
|
+
* Group ObjectClass.
|
|
452
447
|
*
|
|
453
448
|
* @example
|
|
454
449
|
* group
|
|
@@ -456,7 +451,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
456
451
|
groupObjectClass?: string;
|
|
457
452
|
/**
|
|
458
453
|
* @remarks
|
|
459
|
-
*
|
|
454
|
+
* Group custom filter.
|
|
460
455
|
*
|
|
461
456
|
* @example
|
|
462
457
|
* (|(cn=test)(group=test@test.com))
|
|
@@ -464,7 +459,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
464
459
|
groupObjectClassCustomFilter?: string;
|
|
465
460
|
/**
|
|
466
461
|
* @remarks
|
|
467
|
-
*
|
|
462
|
+
* Communication protocol.
|
|
468
463
|
*
|
|
469
464
|
* @example
|
|
470
465
|
* ldap
|
|
@@ -472,7 +467,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
472
467
|
ldapProtocol?: string;
|
|
473
468
|
/**
|
|
474
469
|
* @remarks
|
|
475
|
-
*
|
|
470
|
+
* AD/LDAP server address.
|
|
476
471
|
*
|
|
477
472
|
* @example
|
|
478
473
|
* 123.xx.xx.89
|
|
@@ -480,7 +475,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
480
475
|
ldapServerHost?: string;
|
|
481
476
|
/**
|
|
482
477
|
* @remarks
|
|
483
|
-
*
|
|
478
|
+
* AD/LDAP port number.
|
|
484
479
|
*
|
|
485
480
|
* @example
|
|
486
481
|
* 636
|
|
@@ -488,7 +483,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
488
483
|
ldapServerPort?: number;
|
|
489
484
|
/**
|
|
490
485
|
* @remarks
|
|
491
|
-
*
|
|
486
|
+
* Organization ObjectClass.
|
|
492
487
|
*
|
|
493
488
|
* @example
|
|
494
489
|
* organizationUnit,top
|
|
@@ -496,7 +491,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
496
491
|
organizationUnitObjectClass?: string;
|
|
497
492
|
/**
|
|
498
493
|
* @remarks
|
|
499
|
-
*
|
|
494
|
+
* Organization RDN.
|
|
500
495
|
*
|
|
501
496
|
* @example
|
|
502
497
|
* ou
|
|
@@ -504,7 +499,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
504
499
|
organizationalUnitRdn?: string;
|
|
505
500
|
/**
|
|
506
501
|
* @remarks
|
|
507
|
-
*
|
|
502
|
+
* Password synchronization switch.
|
|
508
503
|
*
|
|
509
504
|
* @example
|
|
510
505
|
* enabled
|
|
@@ -512,11 +507,10 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
512
507
|
passwordSyncStatus?: string;
|
|
513
508
|
/**
|
|
514
509
|
* @remarks
|
|
515
|
-
*
|
|
516
|
-
*
|
|
517
|
-
* - disabled
|
|
510
|
+
* Whether startTLS is enabled. Valid values:
|
|
511
|
+
* - Disabled: disabled
|
|
518
512
|
*
|
|
519
|
-
* - enabled
|
|
513
|
+
* - Enabled: enabled
|
|
520
514
|
*
|
|
521
515
|
* @example
|
|
522
516
|
* enabled
|
|
@@ -524,7 +518,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
524
518
|
startTlsStatus?: string;
|
|
525
519
|
/**
|
|
526
520
|
* @remarks
|
|
527
|
-
*
|
|
521
|
+
* User login identifier.
|
|
528
522
|
*
|
|
529
523
|
* @example
|
|
530
524
|
* userPrincipalName, mail
|
|
@@ -532,7 +526,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
532
526
|
userLoginIdentifier?: string;
|
|
533
527
|
/**
|
|
534
528
|
* @remarks
|
|
535
|
-
*
|
|
529
|
+
* User ObjectClass.
|
|
536
530
|
*
|
|
537
531
|
* @example
|
|
538
532
|
* person,user
|
|
@@ -540,7 +534,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
540
534
|
userObjectClass?: string;
|
|
541
535
|
/**
|
|
542
536
|
* @remarks
|
|
543
|
-
*
|
|
537
|
+
* User custom filter.
|
|
544
538
|
*
|
|
545
539
|
* @example
|
|
546
540
|
* (|(cn=test)(mail=test@test.com))
|
|
@@ -548,7 +542,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
548
542
|
userObjectClassCustomFilter?: string;
|
|
549
543
|
/**
|
|
550
544
|
* @remarks
|
|
551
|
-
*
|
|
545
|
+
* User RDN.
|
|
552
546
|
*
|
|
553
547
|
* @example
|
|
554
548
|
* cn
|
|
@@ -615,7 +609,7 @@ export class CreateIdentityProviderRequestLdapConfig extends $dara.Model {
|
|
|
615
609
|
export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Model {
|
|
616
610
|
/**
|
|
617
611
|
* @remarks
|
|
618
|
-
*
|
|
612
|
+
* OIDC authentication method. Valid values:
|
|
619
613
|
*
|
|
620
614
|
* - client_secret_basic
|
|
621
615
|
*
|
|
@@ -627,7 +621,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
|
|
|
627
621
|
authnMethod?: string;
|
|
628
622
|
/**
|
|
629
623
|
* @remarks
|
|
630
|
-
*
|
|
624
|
+
* OIDC client ID.
|
|
631
625
|
*
|
|
632
626
|
* @example
|
|
633
627
|
* mkv7rgt4d7i4u7zqtzev2mxxxx
|
|
@@ -635,7 +629,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
|
|
|
635
629
|
clientId?: string;
|
|
636
630
|
/**
|
|
637
631
|
* @remarks
|
|
638
|
-
*
|
|
632
|
+
* OIDC client secret.
|
|
639
633
|
*
|
|
640
634
|
* @example
|
|
641
635
|
* CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
|
|
@@ -669,7 +663,7 @@ export class CreateIdentityProviderRequestOidcConfigAuthnParam extends $dara.Mod
|
|
|
669
663
|
export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara.Model {
|
|
670
664
|
/**
|
|
671
665
|
* @remarks
|
|
672
|
-
*
|
|
666
|
+
* OIDC authorization endpoint.
|
|
673
667
|
*
|
|
674
668
|
* @example
|
|
675
669
|
* https://example.com/auth/authorize
|
|
@@ -677,7 +671,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
|
|
|
677
671
|
authorizationEndpoint?: string;
|
|
678
672
|
/**
|
|
679
673
|
* @remarks
|
|
680
|
-
*
|
|
674
|
+
* OIDC issuer.
|
|
681
675
|
*
|
|
682
676
|
* @example
|
|
683
677
|
* https://example.com/auth
|
|
@@ -685,7 +679,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
|
|
|
685
679
|
issuer?: string;
|
|
686
680
|
/**
|
|
687
681
|
* @remarks
|
|
688
|
-
*
|
|
682
|
+
* OIDC JWKS URI.
|
|
689
683
|
*
|
|
690
684
|
* @example
|
|
691
685
|
* https://example.com/auth/jwks
|
|
@@ -693,7 +687,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
|
|
|
693
687
|
jwksUri?: string;
|
|
694
688
|
/**
|
|
695
689
|
* @remarks
|
|
696
|
-
*
|
|
690
|
+
* OIDC token endpoint.
|
|
697
691
|
*
|
|
698
692
|
* @example
|
|
699
693
|
* https://example.com/auth/token
|
|
@@ -701,7 +695,7 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
|
|
|
701
695
|
tokenEndpoint?: string;
|
|
702
696
|
/**
|
|
703
697
|
* @remarks
|
|
704
|
-
*
|
|
698
|
+
* OIDC UserInfo endpoint.
|
|
705
699
|
*
|
|
706
700
|
* @example
|
|
707
701
|
* https://example.com/auth/userinfo
|
|
@@ -739,17 +733,17 @@ export class CreateIdentityProviderRequestOidcConfigEndpointConfig extends $dara
|
|
|
739
733
|
export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
|
|
740
734
|
/**
|
|
741
735
|
* @remarks
|
|
742
|
-
*
|
|
736
|
+
* OIDC client authentication configuration.
|
|
743
737
|
*/
|
|
744
738
|
authnParam?: CreateIdentityProviderRequestOidcConfigAuthnParam;
|
|
745
739
|
/**
|
|
746
740
|
* @remarks
|
|
747
|
-
*
|
|
741
|
+
* OIDC endpoint configuration.
|
|
748
742
|
*/
|
|
749
743
|
endpointConfig?: CreateIdentityProviderRequestOidcConfigEndpointConfig;
|
|
750
744
|
/**
|
|
751
745
|
* @remarks
|
|
752
|
-
*
|
|
746
|
+
* OIDC grant scopes.
|
|
753
747
|
*
|
|
754
748
|
* @example
|
|
755
749
|
* openid
|
|
@@ -757,7 +751,7 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
|
|
|
757
751
|
grantScopes?: string[];
|
|
758
752
|
/**
|
|
759
753
|
* @remarks
|
|
760
|
-
*
|
|
754
|
+
* OIDC grant type.
|
|
761
755
|
*
|
|
762
756
|
* @example
|
|
763
757
|
* authorization_code
|
|
@@ -765,11 +759,11 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
|
|
|
765
759
|
grantType?: string;
|
|
766
760
|
/**
|
|
767
761
|
* @remarks
|
|
768
|
-
*
|
|
762
|
+
* PKCE algorithm. Valid values:
|
|
769
763
|
*
|
|
770
|
-
* -
|
|
764
|
+
* - SHA256: S256
|
|
771
765
|
*
|
|
772
|
-
* -
|
|
766
|
+
* - Plain text: plain
|
|
773
767
|
*
|
|
774
768
|
* @example
|
|
775
769
|
* S256
|
|
@@ -777,7 +771,7 @@ export class CreateIdentityProviderRequestOidcConfig extends $dara.Model {
|
|
|
777
771
|
pkceChallengeMethod?: string;
|
|
778
772
|
/**
|
|
779
773
|
* @remarks
|
|
780
|
-
*
|
|
774
|
+
* Whether to use PKCE in Authorization Code grant mode.
|
|
781
775
|
*
|
|
782
776
|
* @example
|
|
783
777
|
* true
|
|
@@ -920,7 +914,7 @@ export class CreateIdentityProviderRequestSamlConfig extends $dara.Model {
|
|
|
920
914
|
export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends $dara.Model {
|
|
921
915
|
/**
|
|
922
916
|
* @remarks
|
|
923
|
-
*
|
|
917
|
+
* Cron expression.
|
|
924
918
|
*
|
|
925
919
|
* @example
|
|
926
920
|
* 0 45 1 * * ?
|
|
@@ -928,12 +922,12 @@ export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends
|
|
|
928
922
|
periodicSyncCron?: string;
|
|
929
923
|
/**
|
|
930
924
|
* @remarks
|
|
931
|
-
*
|
|
925
|
+
* Set of execution time points.
|
|
932
926
|
*/
|
|
933
927
|
periodicSyncTimes?: number[];
|
|
934
928
|
/**
|
|
935
929
|
* @remarks
|
|
936
|
-
*
|
|
930
|
+
* Type.
|
|
937
931
|
*
|
|
938
932
|
* @example
|
|
939
933
|
* cron
|
|
@@ -970,12 +964,12 @@ export class CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig extends
|
|
|
970
964
|
export class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig extends $dara.Model {
|
|
971
965
|
/**
|
|
972
966
|
* @remarks
|
|
973
|
-
*
|
|
967
|
+
* Source synchronization node list.
|
|
974
968
|
*/
|
|
975
969
|
sourceScopes?: string[];
|
|
976
970
|
/**
|
|
977
971
|
* @remarks
|
|
978
|
-
*
|
|
972
|
+
* Target synchronization node. Enter the IDaaS organization ID.
|
|
979
973
|
*
|
|
980
974
|
* @example
|
|
981
975
|
* ou_lyhyy6p7yf7mdrdiq5xxxx
|
|
@@ -1010,11 +1004,11 @@ export class CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig extends
|
|
|
1010
1004
|
export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
|
|
1011
1005
|
/**
|
|
1012
1006
|
* @remarks
|
|
1013
|
-
*
|
|
1007
|
+
* Whether group synchronization is supported. Default: disabled. Valid values:
|
|
1014
1008
|
*
|
|
1015
|
-
* - disabled
|
|
1009
|
+
* - Disabled: disabled
|
|
1016
1010
|
*
|
|
1017
|
-
* - enabled
|
|
1011
|
+
* - Enabled: enabled
|
|
1018
1012
|
*
|
|
1019
1013
|
* @example
|
|
1020
1014
|
* disabled
|
|
@@ -1022,11 +1016,11 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
|
|
|
1022
1016
|
groupSyncStatus?: string;
|
|
1023
1017
|
/**
|
|
1024
1018
|
* @remarks
|
|
1025
|
-
*
|
|
1019
|
+
* Incremental callback status. Specifies whether to process incremental callback data from the IdP. Valid values:
|
|
1026
1020
|
*
|
|
1027
|
-
* - disabled
|
|
1021
|
+
* - Disabled: disabled
|
|
1028
1022
|
*
|
|
1029
|
-
* - enabled
|
|
1023
|
+
* - Enabled: enabled
|
|
1030
1024
|
*
|
|
1031
1025
|
* @example
|
|
1032
1026
|
* disabled
|
|
@@ -1034,16 +1028,15 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
|
|
|
1034
1028
|
incrementalCallbackStatus?: string;
|
|
1035
1029
|
/**
|
|
1036
1030
|
* @remarks
|
|
1037
|
-
*
|
|
1031
|
+
* Periodic verification configuration.
|
|
1038
1032
|
*/
|
|
1039
1033
|
periodicSyncConfig?: CreateIdentityProviderRequestUdPullConfigPeriodicSyncConfig;
|
|
1040
1034
|
/**
|
|
1041
1035
|
* @remarks
|
|
1042
|
-
*
|
|
1043
|
-
*
|
|
1044
|
-
* - disabled
|
|
1036
|
+
* Periodic verification status. Specifies whether to periodically verify data differences between EIAM and the identity provider. Valid values:
|
|
1037
|
+
* - Disabled: disabled
|
|
1045
1038
|
*
|
|
1046
|
-
* - enabled
|
|
1039
|
+
* - Enabled: enabled
|
|
1047
1040
|
*
|
|
1048
1041
|
* @example
|
|
1049
1042
|
* disabled
|
|
@@ -1051,7 +1044,7 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
|
|
|
1051
1044
|
periodicSyncStatus?: string;
|
|
1052
1045
|
/**
|
|
1053
1046
|
* @remarks
|
|
1054
|
-
*
|
|
1047
|
+
* Synchronization scope configuration.
|
|
1055
1048
|
*/
|
|
1056
1049
|
udSyncScopeConfig?: CreateIdentityProviderRequestUdPullConfigUdSyncScopeConfig;
|
|
1057
1050
|
static names(): { [key: string]: string } {
|
|
@@ -1092,7 +1085,7 @@ export class CreateIdentityProviderRequestUdPullConfig extends $dara.Model {
|
|
|
1092
1085
|
export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends $dara.Model {
|
|
1093
1086
|
/**
|
|
1094
1087
|
* @remarks
|
|
1095
|
-
*
|
|
1088
|
+
* Cron expression.
|
|
1096
1089
|
*
|
|
1097
1090
|
* @example
|
|
1098
1091
|
* 0 45 1 * * ?
|
|
@@ -1100,12 +1093,12 @@ export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends
|
|
|
1100
1093
|
periodicSyncCron?: string;
|
|
1101
1094
|
/**
|
|
1102
1095
|
* @remarks
|
|
1103
|
-
*
|
|
1096
|
+
* Set of execution time points.
|
|
1104
1097
|
*/
|
|
1105
1098
|
periodicSyncTimes?: number[];
|
|
1106
1099
|
/**
|
|
1107
1100
|
* @remarks
|
|
1108
|
-
*
|
|
1101
|
+
* Type.
|
|
1109
1102
|
*
|
|
1110
1103
|
* @example
|
|
1111
1104
|
* cron
|
|
@@ -1142,12 +1135,12 @@ export class CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig extends
|
|
|
1142
1135
|
export class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs extends $dara.Model {
|
|
1143
1136
|
/**
|
|
1144
1137
|
* @remarks
|
|
1145
|
-
*
|
|
1138
|
+
* Source synchronization node list.
|
|
1146
1139
|
*/
|
|
1147
1140
|
sourceScopes?: string[];
|
|
1148
1141
|
/**
|
|
1149
1142
|
* @remarks
|
|
1150
|
-
*
|
|
1143
|
+
* Target synchronization node.
|
|
1151
1144
|
*
|
|
1152
1145
|
* @example
|
|
1153
1146
|
* ou_lyhyy6p7yf7mdrdiq5xxxx
|
|
@@ -1182,7 +1175,7 @@ export class CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs extends
|
|
|
1182
1175
|
export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
|
|
1183
1176
|
/**
|
|
1184
1177
|
* @remarks
|
|
1185
|
-
*
|
|
1178
|
+
* Incremental callback status. This field is not yet enabled. Please ignore it.
|
|
1186
1179
|
*
|
|
1187
1180
|
* @example
|
|
1188
1181
|
* disabled
|
|
@@ -1190,12 +1183,12 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
|
|
|
1190
1183
|
incrementalCallbackStatus?: string;
|
|
1191
1184
|
/**
|
|
1192
1185
|
* @remarks
|
|
1193
|
-
*
|
|
1186
|
+
* Periodic verification configuration.
|
|
1194
1187
|
*/
|
|
1195
1188
|
periodicSyncConfig?: CreateIdentityProviderRequestUdPushConfigPeriodicSyncConfig;
|
|
1196
1189
|
/**
|
|
1197
1190
|
* @remarks
|
|
1198
|
-
*
|
|
1191
|
+
* Periodic verification status. This field is not yet enabled. Please ignore it.
|
|
1199
1192
|
*
|
|
1200
1193
|
* @example
|
|
1201
1194
|
* disabled
|
|
@@ -1203,7 +1196,7 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
|
|
|
1203
1196
|
periodicSyncStatus?: string;
|
|
1204
1197
|
/**
|
|
1205
1198
|
* @remarks
|
|
1206
|
-
*
|
|
1199
|
+
* Outbound synchronization configuration.
|
|
1207
1200
|
*/
|
|
1208
1201
|
udSyncScopeConfigs?: CreateIdentityProviderRequestUdPushConfigUdSyncScopeConfigs[];
|
|
1209
1202
|
static names(): { [key: string]: string } {
|
|
@@ -1242,7 +1235,7 @@ export class CreateIdentityProviderRequestUdPushConfig extends $dara.Model {
|
|
|
1242
1235
|
export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
1243
1236
|
/**
|
|
1244
1237
|
* @remarks
|
|
1245
|
-
*
|
|
1238
|
+
* AgentId of the WeCom self-built application.
|
|
1246
1239
|
*
|
|
1247
1240
|
* @example
|
|
1248
1241
|
* 278231941749863339
|
|
@@ -1250,7 +1243,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
|
1250
1243
|
agentId?: string;
|
|
1251
1244
|
/**
|
|
1252
1245
|
* @remarks
|
|
1253
|
-
*
|
|
1246
|
+
* Authorization callback domain.
|
|
1254
1247
|
*
|
|
1255
1248
|
* @example
|
|
1256
1249
|
* https://xxx.aliyunidaas.com/xxxx
|
|
@@ -1258,7 +1251,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
|
1258
1251
|
authorizeCallbackDomain?: string;
|
|
1259
1252
|
/**
|
|
1260
1253
|
* @remarks
|
|
1261
|
-
*
|
|
1254
|
+
* CorpId of the WeCom self-built application.
|
|
1262
1255
|
*
|
|
1263
1256
|
* @example
|
|
1264
1257
|
* 3756043633237690761
|
|
@@ -1266,7 +1259,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
|
1266
1259
|
corpId?: string;
|
|
1267
1260
|
/**
|
|
1268
1261
|
* @remarks
|
|
1269
|
-
*
|
|
1262
|
+
* CorpSecret of the WeCom self-built application.
|
|
1270
1263
|
*
|
|
1271
1264
|
* @example
|
|
1272
1265
|
* CSEHDddddddxxxxuxkJEHPveWRXBGqVqRsxxxx
|
|
@@ -1274,7 +1267,7 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
|
1274
1267
|
corpSecret?: string;
|
|
1275
1268
|
/**
|
|
1276
1269
|
* @remarks
|
|
1277
|
-
*
|
|
1270
|
+
* Trusted domain.
|
|
1278
1271
|
*
|
|
1279
1272
|
* @example
|
|
1280
1273
|
* https://xxx.aliyunidaas.com/
|
|
@@ -1312,27 +1305,27 @@ export class CreateIdentityProviderRequestWeComConfig extends $dara.Model {
|
|
|
1312
1305
|
export class CreateIdentityProviderRequest extends $dara.Model {
|
|
1313
1306
|
/**
|
|
1314
1307
|
* @remarks
|
|
1315
|
-
*
|
|
1308
|
+
* Authentication configuration.
|
|
1316
1309
|
*/
|
|
1317
1310
|
authnConfig?: CreateIdentityProviderRequestAuthnConfig;
|
|
1318
1311
|
/**
|
|
1319
1312
|
* @remarks
|
|
1320
|
-
*
|
|
1313
|
+
* Automatic account creation rule configuration.
|
|
1321
1314
|
*/
|
|
1322
1315
|
autoCreateUserConfig?: CreateIdentityProviderRequestAutoCreateUserConfig;
|
|
1323
1316
|
/**
|
|
1324
1317
|
* @remarks
|
|
1325
|
-
*
|
|
1318
|
+
* Automatic account update rule configuration.
|
|
1326
1319
|
*/
|
|
1327
1320
|
autoUpdateUserConfig?: CreateIdentityProviderRequestAutoUpdateUserConfig;
|
|
1328
1321
|
/**
|
|
1329
1322
|
* @remarks
|
|
1330
|
-
*
|
|
1323
|
+
* OIDC identity provider account binding rule configuration.
|
|
1331
1324
|
*/
|
|
1332
1325
|
bindingConfig?: CreateIdentityProviderRequestBindingConfig;
|
|
1333
1326
|
/**
|
|
1334
1327
|
* @remarks
|
|
1335
|
-
*
|
|
1328
|
+
* Client token used to ensure the idempotency of the request. Generate a parameter value from your client to ensure the value is unique across different requests. ClientToken only supports ASCII characters. If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId may be different for each API request.
|
|
1336
1329
|
*
|
|
1337
1330
|
* @example
|
|
1338
1331
|
* clientToken_20250704_Axxxxx
|
|
@@ -1340,12 +1333,12 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1340
1333
|
clientToken?: string;
|
|
1341
1334
|
/**
|
|
1342
1335
|
* @remarks
|
|
1343
|
-
*
|
|
1336
|
+
* DingTalk configuration.
|
|
1344
1337
|
*/
|
|
1345
1338
|
dingtalkAppConfig?: CreateIdentityProviderRequestDingtalkAppConfig;
|
|
1346
1339
|
/**
|
|
1347
1340
|
* @remarks
|
|
1348
|
-
*
|
|
1341
|
+
* Identity provider name.
|
|
1349
1342
|
*
|
|
1350
1343
|
* This parameter is required.
|
|
1351
1344
|
*
|
|
@@ -1355,7 +1348,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1355
1348
|
identityProviderName?: string;
|
|
1356
1349
|
/**
|
|
1357
1350
|
* @remarks
|
|
1358
|
-
*
|
|
1351
|
+
* Identity provider synchronization type.
|
|
1359
1352
|
*
|
|
1360
1353
|
* - Inbound DingTalk: urn:alibaba:idaas:idp:alibaba:dingtalk:pull
|
|
1361
1354
|
*
|
|
@@ -1371,7 +1364,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1371
1364
|
*
|
|
1372
1365
|
* - Standard OIDC: urn:alibaba:idaas:idp:standard:oidc
|
|
1373
1366
|
*
|
|
1374
|
-
* - SASE
|
|
1367
|
+
* - SASE Custom OIDC: urn:alibaba:idaas:idp:alibaba:sase
|
|
1375
1368
|
*
|
|
1376
1369
|
* This parameter is required.
|
|
1377
1370
|
*
|
|
@@ -1381,7 +1374,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1381
1374
|
identityProviderType?: string;
|
|
1382
1375
|
/**
|
|
1383
1376
|
* @remarks
|
|
1384
|
-
*
|
|
1377
|
+
* Instance ID.
|
|
1385
1378
|
*
|
|
1386
1379
|
* This parameter is required.
|
|
1387
1380
|
*
|
|
@@ -1391,17 +1384,17 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1391
1384
|
instanceId?: string;
|
|
1392
1385
|
/**
|
|
1393
1386
|
* @remarks
|
|
1394
|
-
*
|
|
1387
|
+
* Lark configuration.
|
|
1395
1388
|
*/
|
|
1396
1389
|
larkConfig?: CreateIdentityProviderRequestLarkConfig;
|
|
1397
1390
|
/**
|
|
1398
1391
|
* @remarks
|
|
1399
|
-
*
|
|
1392
|
+
* AD/LDAP configuration.
|
|
1400
1393
|
*/
|
|
1401
1394
|
ldapConfig?: CreateIdentityProviderRequestLdapConfig;
|
|
1402
1395
|
/**
|
|
1403
1396
|
* @remarks
|
|
1404
|
-
*
|
|
1397
|
+
* Application logo URL.
|
|
1405
1398
|
*
|
|
1406
1399
|
* @example
|
|
1407
1400
|
* xxxx-image://xxxx_23aqr2ye554csg33dqpch5eu3q/tmp/d17d9adc-a943-45e7-ba0c-2838dddea678
|
|
@@ -1409,7 +1402,7 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1409
1402
|
logoUrl?: string;
|
|
1410
1403
|
/**
|
|
1411
1404
|
* @remarks
|
|
1412
|
-
*
|
|
1405
|
+
* Network access endpoint ID.
|
|
1413
1406
|
*
|
|
1414
1407
|
* @example
|
|
1415
1408
|
* nae_examplexxxx
|
|
@@ -1417,23 +1410,23 @@ export class CreateIdentityProviderRequest extends $dara.Model {
|
|
|
1417
1410
|
networkAccessEndpointId?: string;
|
|
1418
1411
|
/**
|
|
1419
1412
|
* @remarks
|
|
1420
|
-
*
|
|
1413
|
+
* OIDC IdP configuration.
|
|
1421
1414
|
*/
|
|
1422
1415
|
oidcConfig?: CreateIdentityProviderRequestOidcConfig;
|
|
1423
1416
|
samlConfig?: CreateIdentityProviderRequestSamlConfig;
|
|
1424
1417
|
/**
|
|
1425
1418
|
* @remarks
|
|
1426
|
-
*
|
|
1419
|
+
* Inbound synchronization configuration.
|
|
1427
1420
|
*/
|
|
1428
1421
|
udPullConfig?: CreateIdentityProviderRequestUdPullConfig;
|
|
1429
1422
|
/**
|
|
1430
1423
|
* @remarks
|
|
1431
|
-
*
|
|
1424
|
+
* Outbound synchronization configuration.
|
|
1432
1425
|
*/
|
|
1433
1426
|
udPushConfig?: CreateIdentityProviderRequestUdPushConfig;
|
|
1434
1427
|
/**
|
|
1435
1428
|
* @remarks
|
|
1436
|
-
*
|
|
1429
|
+
* WeCom configuration.
|
|
1437
1430
|
*/
|
|
1438
1431
|
weComConfig?: CreateIdentityProviderRequestWeComConfig;
|
|
1439
1432
|
static names(): { [key: string]: string } {
|