@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 GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The AppKey of
|
|
8
|
+
* The AppKey of the DingTalk first-party application.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 41reopmwoy9s
|
|
@@ -13,7 +13,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
13
13
|
appKey?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The AppSecret of
|
|
16
|
+
* The AppSecret of the DingTalk first-party application.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* REOQ6Cl55kriOd8NOBeqWYLKpHR4p6fdZxxxx
|
|
@@ -21,7 +21,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
21
21
|
appSecret?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The CorpId of the DingTalk first-party application.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* 3756043633237690761
|
|
@@ -29,7 +29,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
29
29
|
corpId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The DingTalk QR code logon version.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* old_version
|
|
@@ -37,11 +37,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
37
37
|
dingtalkLoginVersion?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The DingTalk
|
|
40
|
+
* The DingTalk version. Valid values:
|
|
41
41
|
*
|
|
42
|
-
* - Standard DingTalk
|
|
42
|
+
* - public_dingtalk: Standard DingTalk.
|
|
43
43
|
*
|
|
44
|
-
* -
|
|
44
|
+
* - private_dingtalk: Dedicated DingTalk.
|
|
45
45
|
*
|
|
46
46
|
* @example
|
|
47
47
|
* public_dingtalk
|
|
@@ -49,7 +49,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
49
49
|
dingtalkVersion?: string;
|
|
50
50
|
/**
|
|
51
51
|
* @remarks
|
|
52
|
-
* The
|
|
52
|
+
* The EncryptKey of the DingTalk application.
|
|
53
53
|
*
|
|
54
54
|
* @example
|
|
55
55
|
* 29003eb11d0a28b4802a6f02fb8aa25dff730e2ac26ffd200d
|
|
@@ -57,7 +57,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
57
57
|
encryptKey?: string;
|
|
58
58
|
/**
|
|
59
59
|
* @remarks
|
|
60
|
-
* The
|
|
60
|
+
* The VerificationToken of the DingTalk application.
|
|
61
61
|
*
|
|
62
62
|
* @example
|
|
63
63
|
* 5ba9c127a7abe029003eb11d0a28b4802a6f02fb8aa25dff730e2ac26ffd200d
|
|
@@ -99,7 +99,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppCon
|
|
|
99
99
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedDepartmentIds extends $dara.Model {
|
|
100
100
|
/**
|
|
101
101
|
* @remarks
|
|
102
|
-
* The department ID
|
|
102
|
+
* The DingTalk department ID.
|
|
103
103
|
*
|
|
104
104
|
* @example
|
|
105
105
|
* 123xxx444
|
|
@@ -107,7 +107,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
107
107
|
deptId?: string;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The department name
|
|
110
|
+
* The DingTalk department name.
|
|
111
111
|
*
|
|
112
112
|
* @example
|
|
113
113
|
* test_department
|
|
@@ -139,7 +139,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
139
139
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedUsers extends $dara.Model {
|
|
140
140
|
/**
|
|
141
141
|
* @remarks
|
|
142
|
-
* The
|
|
142
|
+
* The DingTalk username.
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* zhangsan
|
|
@@ -147,7 +147,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
147
147
|
name?: string;
|
|
148
148
|
/**
|
|
149
149
|
* @remarks
|
|
150
|
-
* The user ID
|
|
150
|
+
* The DingTalk user ID.
|
|
151
151
|
*
|
|
152
152
|
* @example
|
|
153
153
|
* 130308333929200479
|
|
@@ -184,12 +184,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
184
184
|
authedDepartmentIds?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedDepartmentIds[];
|
|
185
185
|
/**
|
|
186
186
|
* @remarks
|
|
187
|
-
* The list of authorized DingTalk
|
|
187
|
+
* The list of authorized DingTalk accounts.
|
|
188
188
|
*/
|
|
189
189
|
authedUsers?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfigAuthedUsers[];
|
|
190
190
|
/**
|
|
191
191
|
* @remarks
|
|
192
|
-
* The
|
|
192
|
+
* The DingTalk enterprise CorpId.
|
|
193
193
|
*
|
|
194
194
|
* @example
|
|
195
195
|
* ding_xxxxx
|
|
@@ -197,7 +197,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
197
197
|
corpId?: string;
|
|
198
198
|
/**
|
|
199
199
|
* @remarks
|
|
200
|
-
* The
|
|
200
|
+
* The DingTalk enterprise name.
|
|
201
201
|
*
|
|
202
202
|
* @example
|
|
203
203
|
* test_enterprise
|
|
@@ -239,7 +239,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvis
|
|
|
239
239
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetadata extends $dara.Model {
|
|
240
240
|
/**
|
|
241
241
|
* @remarks
|
|
242
|
-
* SAML ACS
|
|
242
|
+
* The SAML Assertion Consumer Service (ACS) endpoint.
|
|
243
243
|
*
|
|
244
244
|
* @example
|
|
245
245
|
* https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/acs
|
|
@@ -247,7 +247,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetada
|
|
|
247
247
|
samlAcsEndpoint?: string;
|
|
248
248
|
/**
|
|
249
249
|
* @remarks
|
|
250
|
-
* SAML EntityId
|
|
250
|
+
* The SAML EntityId.
|
|
251
251
|
*
|
|
252
252
|
* @example
|
|
253
253
|
* https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/meta
|
|
@@ -255,7 +255,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetada
|
|
|
255
255
|
samlEntityId?: string;
|
|
256
256
|
/**
|
|
257
257
|
* @remarks
|
|
258
|
-
* SAML metadata
|
|
258
|
+
* The SAML metadata endpoint.
|
|
259
259
|
*
|
|
260
260
|
* @example
|
|
261
261
|
* https://9test.aliyunidaas.com/login/saml2/idp_nhlraxfiwsx7w7zp26qzyoxxxx/meta
|
|
@@ -289,7 +289,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetada
|
|
|
289
289
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig extends $dara.Model {
|
|
290
290
|
/**
|
|
291
291
|
* @remarks
|
|
292
|
-
* The
|
|
292
|
+
* The AppId of the Lark self-built application.
|
|
293
293
|
*
|
|
294
294
|
* @example
|
|
295
295
|
* cli_a7a99f53a317100c
|
|
@@ -297,7 +297,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig ext
|
|
|
297
297
|
appId?: string;
|
|
298
298
|
/**
|
|
299
299
|
* @remarks
|
|
300
|
-
* The
|
|
300
|
+
* The AppSecret of the Lark self-built application.
|
|
301
301
|
*
|
|
302
302
|
* @example
|
|
303
303
|
* ***
|
|
@@ -305,7 +305,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig ext
|
|
|
305
305
|
appSecret?: string;
|
|
306
306
|
/**
|
|
307
307
|
* @remarks
|
|
308
|
-
* The
|
|
308
|
+
* The EncryptKey of the Lark self-built application.
|
|
309
309
|
*
|
|
310
310
|
* @example
|
|
311
311
|
* VkdWw91mdkrjVFr3ObNwefap21dfbZbK
|
|
@@ -313,7 +313,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig ext
|
|
|
313
313
|
encryptKey?: string;
|
|
314
314
|
/**
|
|
315
315
|
* @remarks
|
|
316
|
-
* The enterprise
|
|
316
|
+
* The Lark enterprise number.
|
|
317
317
|
*
|
|
318
318
|
* @example
|
|
319
319
|
* FX1231xxxx
|
|
@@ -321,7 +321,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig ext
|
|
|
321
321
|
enterpriseNumber?: string;
|
|
322
322
|
/**
|
|
323
323
|
* @remarks
|
|
324
|
-
* The
|
|
324
|
+
* The VerificationToken of the Lark self-built application.
|
|
325
325
|
*
|
|
326
326
|
* @example
|
|
327
327
|
* VkdWw91mdkrjVFr3ObNwefap21dfbZbK
|
|
@@ -359,7 +359,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig ext
|
|
|
359
359
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig extends $dara.Model {
|
|
360
360
|
/**
|
|
361
361
|
* @remarks
|
|
362
|
-
* The
|
|
362
|
+
* The AD/LDAP administrator password.
|
|
363
363
|
*
|
|
364
364
|
* @example
|
|
365
365
|
* XXXX
|
|
@@ -367,7 +367,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
367
367
|
administratorPassword?: string;
|
|
368
368
|
/**
|
|
369
369
|
* @remarks
|
|
370
|
-
* The
|
|
370
|
+
* The AD/LDAP administrator account.
|
|
371
371
|
*
|
|
372
372
|
* @example
|
|
373
373
|
* example.com
|
|
@@ -375,11 +375,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
375
375
|
administratorUsername?: string;
|
|
376
376
|
/**
|
|
377
377
|
* @remarks
|
|
378
|
-
*
|
|
378
|
+
* Specifies whether to verify the certificate fingerprint. Valid values:
|
|
379
379
|
*
|
|
380
|
-
* -
|
|
380
|
+
* - disabled: Disabled.
|
|
381
381
|
*
|
|
382
|
-
* -
|
|
382
|
+
* - enabled: Enabled.
|
|
383
383
|
*
|
|
384
384
|
* @example
|
|
385
385
|
* enabled
|
|
@@ -392,7 +392,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
392
392
|
certificateFingerprints?: string[];
|
|
393
393
|
/**
|
|
394
394
|
* @remarks
|
|
395
|
-
* The communication protocol
|
|
395
|
+
* The communication protocol of AD/LDAP.
|
|
396
396
|
*
|
|
397
397
|
* @example
|
|
398
398
|
* ldap
|
|
@@ -400,7 +400,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
400
400
|
ldapProtocol?: string;
|
|
401
401
|
/**
|
|
402
402
|
* @remarks
|
|
403
|
-
* The
|
|
403
|
+
* The AD/LDAP server address.
|
|
404
404
|
*
|
|
405
405
|
* @example
|
|
406
406
|
* 127.xx.xx.100
|
|
@@ -408,7 +408,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
408
408
|
ldapServerHost?: string;
|
|
409
409
|
/**
|
|
410
410
|
* @remarks
|
|
411
|
-
* The
|
|
411
|
+
* The AD/LDAP server address.
|
|
412
412
|
*
|
|
413
413
|
* @example
|
|
414
414
|
* 389
|
|
@@ -416,11 +416,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig ext
|
|
|
416
416
|
ldapServerPort?: number;
|
|
417
417
|
/**
|
|
418
418
|
* @remarks
|
|
419
|
-
*
|
|
419
|
+
* Specifies whether StartTLS is enabled. Valid values:
|
|
420
420
|
*
|
|
421
|
-
* -
|
|
421
|
+
* - disabled: Disabled.
|
|
422
422
|
*
|
|
423
|
-
* -
|
|
423
|
+
* - enabled: Enabled.
|
|
424
424
|
*
|
|
425
425
|
* @example
|
|
426
426
|
* enabled
|
|
@@ -525,7 +525,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfigEndp
|
|
|
525
525
|
authorizationEndpoint?: string;
|
|
526
526
|
/**
|
|
527
527
|
* @remarks
|
|
528
|
-
* The OIDC issuer.
|
|
528
|
+
* The OIDC issuer information.
|
|
529
529
|
*
|
|
530
530
|
* @example
|
|
531
531
|
* https://example.com/oauth
|
|
@@ -549,7 +549,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfigEndp
|
|
|
549
549
|
tokenEndpoint?: string;
|
|
550
550
|
/**
|
|
551
551
|
* @remarks
|
|
552
|
-
* The OIDC
|
|
552
|
+
* The OIDC user information endpoint.
|
|
553
553
|
*
|
|
554
554
|
* @example
|
|
555
555
|
* https://example.com/oauth/userinfo
|
|
@@ -597,7 +597,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig ext
|
|
|
597
597
|
endpointConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfigEndpointConfig;
|
|
598
598
|
/**
|
|
599
599
|
* @remarks
|
|
600
|
-
* The list of OIDC
|
|
600
|
+
* The list of OIDC grant scopes.
|
|
601
601
|
*
|
|
602
602
|
* @example
|
|
603
603
|
* openid
|
|
@@ -613,11 +613,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig ext
|
|
|
613
613
|
grantType?: string;
|
|
614
614
|
/**
|
|
615
615
|
* @remarks
|
|
616
|
-
* The algorithm
|
|
616
|
+
* The PKCE algorithm. Valid values:
|
|
617
617
|
*
|
|
618
|
-
* -
|
|
618
|
+
* - S256: SHA-256.
|
|
619
619
|
*
|
|
620
|
-
* -
|
|
620
|
+
* - plain: Plaintext.
|
|
621
621
|
*
|
|
622
622
|
* @example
|
|
623
623
|
* S256
|
|
@@ -625,7 +625,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig ext
|
|
|
625
625
|
pkceChallengeMethod?: string;
|
|
626
626
|
/**
|
|
627
627
|
* @remarks
|
|
628
|
-
*
|
|
628
|
+
* Specifies whether to use PKCE in the AuthorizationCode grant mode.
|
|
629
629
|
*
|
|
630
630
|
* @example
|
|
631
631
|
* true
|
|
@@ -674,7 +674,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig ext
|
|
|
674
674
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificatesCertificateMetadata extends $dara.Model {
|
|
675
675
|
/**
|
|
676
676
|
* @remarks
|
|
677
|
-
*
|
|
677
|
+
* The latest validity date of the certificate.
|
|
678
678
|
*
|
|
679
679
|
* @example
|
|
680
680
|
* 1704067200000
|
|
@@ -682,7 +682,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCert
|
|
|
682
682
|
notAfter?: number;
|
|
683
683
|
/**
|
|
684
684
|
* @remarks
|
|
685
|
-
*
|
|
685
|
+
* The earliest validity date of the certificate.
|
|
686
686
|
*
|
|
687
687
|
* @example
|
|
688
688
|
* 1672531200000
|
|
@@ -714,12 +714,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCert
|
|
|
714
714
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificates extends $dara.Model {
|
|
715
715
|
/**
|
|
716
716
|
* @remarks
|
|
717
|
-
* The metadata
|
|
717
|
+
* The certificate metadata.
|
|
718
718
|
*/
|
|
719
719
|
certificateMetadata?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificatesCertificateMetadata;
|
|
720
720
|
/**
|
|
721
721
|
* @remarks
|
|
722
|
-
* The content
|
|
722
|
+
* The certificate content.
|
|
723
723
|
*
|
|
724
724
|
* @example
|
|
725
725
|
* -----BEGIN CERTIFICATE----- MIIC0jCCAbqgAwIBAgIQXXXXX -----END CERTIFICATE-----
|
|
@@ -754,7 +754,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCert
|
|
|
754
754
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig extends $dara.Model {
|
|
755
755
|
/**
|
|
756
756
|
* @remarks
|
|
757
|
-
*
|
|
757
|
+
* The binding type.
|
|
758
758
|
*
|
|
759
759
|
* @example
|
|
760
760
|
* HTTP-REDIRECT
|
|
@@ -762,12 +762,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig ext
|
|
|
762
762
|
bindingMethod?: string;
|
|
763
763
|
/**
|
|
764
764
|
* @remarks
|
|
765
|
-
* The list of signing certificates
|
|
765
|
+
* The list of IdP signing certificates.
|
|
766
766
|
*/
|
|
767
767
|
certificates?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfigCertificates[];
|
|
768
768
|
/**
|
|
769
769
|
* @remarks
|
|
770
|
-
* The
|
|
770
|
+
* The EntityId of the IdP.
|
|
771
771
|
*
|
|
772
772
|
* @example
|
|
773
773
|
* http://dc.test.com/adfs/services/trust
|
|
@@ -775,7 +775,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig ext
|
|
|
775
775
|
idPEntityId?: string;
|
|
776
776
|
/**
|
|
777
777
|
* @remarks
|
|
778
|
-
* The
|
|
778
|
+
* The logon URL of the IdP.
|
|
779
779
|
*
|
|
780
780
|
* @example
|
|
781
781
|
* https://dc.test.com/adfs/ls/
|
|
@@ -783,7 +783,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig ext
|
|
|
783
783
|
idPSsoUrl?: string;
|
|
784
784
|
/**
|
|
785
785
|
* @remarks
|
|
786
|
-
*
|
|
786
|
+
* The maximum clock skew.
|
|
787
787
|
*
|
|
788
788
|
* @example
|
|
789
789
|
* 180
|
|
@@ -791,7 +791,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig ext
|
|
|
791
791
|
maxClockSkew?: number;
|
|
792
792
|
/**
|
|
793
793
|
* @remarks
|
|
794
|
-
*
|
|
794
|
+
* Specifies whether the request must be signed.
|
|
795
795
|
*
|
|
796
796
|
* @example
|
|
797
797
|
* true
|
|
@@ -840,12 +840,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig ext
|
|
|
840
840
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfigUdSyncScopeConfig extends $dara.Model {
|
|
841
841
|
/**
|
|
842
842
|
* @remarks
|
|
843
|
-
* The list of source nodes
|
|
843
|
+
* The list of synchronization source nodes.
|
|
844
844
|
*/
|
|
845
845
|
sourceScopes?: string[];
|
|
846
846
|
/**
|
|
847
847
|
* @remarks
|
|
848
|
-
* The target node
|
|
848
|
+
* The synchronization target node.
|
|
849
849
|
*
|
|
850
850
|
* @example
|
|
851
851
|
* ou_123xxxx
|
|
@@ -880,11 +880,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfigUd
|
|
|
880
880
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig extends $dara.Model {
|
|
881
881
|
/**
|
|
882
882
|
* @remarks
|
|
883
|
-
*
|
|
883
|
+
* Specifies whether group synchronization is enabled. Valid values:
|
|
884
884
|
*
|
|
885
|
-
* -
|
|
885
|
+
* - disabled: Disabled.
|
|
886
886
|
*
|
|
887
|
-
* -
|
|
887
|
+
* - enabled: Enabled.
|
|
888
888
|
*
|
|
889
889
|
* @example
|
|
890
890
|
* disabled
|
|
@@ -892,11 +892,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig e
|
|
|
892
892
|
groupSyncStatus?: string;
|
|
893
893
|
/**
|
|
894
894
|
* @remarks
|
|
895
|
-
*
|
|
895
|
+
* The incremental callback status. Specifies whether to process incremental callback data from the IdP. Valid values:
|
|
896
896
|
*
|
|
897
|
-
* -
|
|
897
|
+
* - disabled: Disabled.
|
|
898
898
|
*
|
|
899
|
-
* -
|
|
899
|
+
* - enabled: Enabled.
|
|
900
900
|
*
|
|
901
901
|
* @example
|
|
902
902
|
* disabled
|
|
@@ -938,12 +938,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig e
|
|
|
938
938
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfigUdSyncScopeConfigs extends $dara.Model {
|
|
939
939
|
/**
|
|
940
940
|
* @remarks
|
|
941
|
-
* The list of source nodes
|
|
941
|
+
* The list of synchronization source nodes.
|
|
942
942
|
*/
|
|
943
943
|
sourceScopes?: string[];
|
|
944
944
|
/**
|
|
945
945
|
* @remarks
|
|
946
|
-
* The target node
|
|
946
|
+
* The synchronization target node.
|
|
947
947
|
*
|
|
948
948
|
* @example
|
|
949
949
|
* ou_123xxxx
|
|
@@ -978,7 +978,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfigUd
|
|
|
978
978
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig extends $dara.Model {
|
|
979
979
|
/**
|
|
980
980
|
* @remarks
|
|
981
|
-
* This
|
|
981
|
+
* This field is not in use. Ignore it.
|
|
982
982
|
*
|
|
983
983
|
* @example
|
|
984
984
|
* disabled
|
|
@@ -1018,7 +1018,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig e
|
|
|
1018
1018
|
export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig extends $dara.Model {
|
|
1019
1019
|
/**
|
|
1020
1020
|
* @remarks
|
|
1021
|
-
* The ID of
|
|
1021
|
+
* The ID of the WeCom self-built application.
|
|
1022
1022
|
*
|
|
1023
1023
|
* @example
|
|
1024
1024
|
* 1242350
|
|
@@ -1026,7 +1026,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig ex
|
|
|
1026
1026
|
agentId?: string;
|
|
1027
1027
|
/**
|
|
1028
1028
|
* @remarks
|
|
1029
|
-
* The
|
|
1029
|
+
* The authorization callback domain.
|
|
1030
1030
|
*
|
|
1031
1031
|
* @example
|
|
1032
1032
|
* https://example.com/xxxx
|
|
@@ -1034,7 +1034,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig ex
|
|
|
1034
1034
|
authorizeCallbackDomain?: string;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* @remarks
|
|
1037
|
-
* The
|
|
1037
|
+
* The CorpId of the WeCom self-built application.
|
|
1038
1038
|
*
|
|
1039
1039
|
* @example
|
|
1040
1040
|
* 3562012953454577801
|
|
@@ -1042,7 +1042,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig ex
|
|
|
1042
1042
|
corpId?: string;
|
|
1043
1043
|
/**
|
|
1044
1044
|
* @remarks
|
|
1045
|
-
* The
|
|
1045
|
+
* The CorpSecret of the WeCom self-built application.
|
|
1046
1046
|
*
|
|
1047
1047
|
* @example
|
|
1048
1048
|
* weaseiszjskejskaj12sjeszojxxxx
|
|
@@ -1050,7 +1050,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig ex
|
|
|
1050
1050
|
corpSecret?: string;
|
|
1051
1051
|
/**
|
|
1052
1052
|
* @remarks
|
|
1053
|
-
* The trusted domain.
|
|
1053
|
+
* The trusted domain name.
|
|
1054
1054
|
*
|
|
1055
1055
|
* @example
|
|
1056
1056
|
* https://example.com
|
|
@@ -1088,11 +1088,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig ex
|
|
|
1088
1088
|
export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara.Model {
|
|
1089
1089
|
/**
|
|
1090
1090
|
* @remarks
|
|
1091
|
-
* The
|
|
1091
|
+
* The advanced configuration status. Valid values:
|
|
1092
1092
|
*
|
|
1093
|
-
* -
|
|
1093
|
+
* - disabled: Disabled.
|
|
1094
1094
|
*
|
|
1095
|
-
* -
|
|
1095
|
+
* - enabled: Enabled.
|
|
1096
1096
|
*
|
|
1097
1097
|
* @example
|
|
1098
1098
|
* disabled
|
|
@@ -1102,21 +1102,21 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1102
1102
|
* @remarks
|
|
1103
1103
|
* The authentication source product, such as Okta, Google, or Azure AD. Valid values:
|
|
1104
1104
|
*
|
|
1105
|
-
* -
|
|
1105
|
+
* - urn:alibaba:idaas:idp:alibaba:dingtalk: DingTalk.
|
|
1106
1106
|
*
|
|
1107
|
-
* -
|
|
1107
|
+
* - urn:alibaba:idaas:idp:unknown:ldap: LDAP.
|
|
1108
1108
|
*
|
|
1109
|
-
* -
|
|
1109
|
+
* - urn:alibaba:idaas:idp:alibaba:idaas: Alibaba Cloud IDaaS.
|
|
1110
1110
|
*
|
|
1111
|
-
* -
|
|
1111
|
+
* - urn:alibaba:idaas:idp:tencent:wecom: WeCom.
|
|
1112
1112
|
*
|
|
1113
|
-
* -
|
|
1113
|
+
* - urn:alibaba:idaas:idp:bytedance:lark: Lark.
|
|
1114
1114
|
*
|
|
1115
|
-
* -
|
|
1115
|
+
* - urn:alibaba:idaas:idp:microsoft:ad: Active Directory.
|
|
1116
1116
|
*
|
|
1117
|
-
* -
|
|
1117
|
+
* - urn:alibaba:idaas:idp:microsoft:aad: Azure Active Directory.
|
|
1118
1118
|
*
|
|
1119
|
-
* -
|
|
1119
|
+
* - urn:alibaba:idaas:idp:alibaba:sase: Alibaba Cloud SASE.
|
|
1120
1120
|
*
|
|
1121
1121
|
* @example
|
|
1122
1122
|
* urn:alibaba:idaas:idp:bytedance:lark
|
|
@@ -1124,11 +1124,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1124
1124
|
authnSourceSupplier?: string;
|
|
1125
1125
|
/**
|
|
1126
1126
|
* @remarks
|
|
1127
|
-
* The authentication
|
|
1127
|
+
* The authentication method type, such as OIDC or SAML. Valid values:
|
|
1128
1128
|
*
|
|
1129
|
-
* -
|
|
1129
|
+
* - urn:alibaba:idaas:authntype:oidc: OIDC.
|
|
1130
1130
|
*
|
|
1131
|
-
* -
|
|
1131
|
+
* - urn:alibaba:idaas:authntype:saml2: SAML.
|
|
1132
1132
|
*
|
|
1133
1133
|
* @example
|
|
1134
1134
|
* urn:alibaba:idaas:authntype:oidc
|
|
@@ -1136,11 +1136,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1136
1136
|
authnSourceType?: string;
|
|
1137
1137
|
/**
|
|
1138
1138
|
* @remarks
|
|
1139
|
-
*
|
|
1139
|
+
* Specifies whether the corresponding IdP supports authentication. Valid values:
|
|
1140
1140
|
*
|
|
1141
|
-
* -
|
|
1141
|
+
* - disabled: Disabled.
|
|
1142
1142
|
*
|
|
1143
|
-
* -
|
|
1143
|
+
* - enabled: Enabled.
|
|
1144
1144
|
*
|
|
1145
1145
|
* @example
|
|
1146
1146
|
* disabled
|
|
@@ -1148,7 +1148,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1148
1148
|
authnStatus?: string;
|
|
1149
1149
|
/**
|
|
1150
1150
|
* @remarks
|
|
1151
|
-
* The time
|
|
1151
|
+
* The creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
1152
1152
|
*
|
|
1153
1153
|
* @example
|
|
1154
1154
|
* 1726021079000
|
|
@@ -1164,17 +1164,17 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1164
1164
|
description?: string;
|
|
1165
1165
|
/**
|
|
1166
1166
|
* @remarks
|
|
1167
|
-
* The basic configuration
|
|
1167
|
+
* The DingTalk basic configuration.
|
|
1168
1168
|
*/
|
|
1169
1169
|
dingtalkAppConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkAppConfig;
|
|
1170
1170
|
/**
|
|
1171
1171
|
* @remarks
|
|
1172
|
-
* The DingTalk
|
|
1172
|
+
* The DingTalk synchronization configuration. This value is returned only for DingTalk identity providers.
|
|
1173
1173
|
*/
|
|
1174
1174
|
dingtalkProvisioningConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailDingtalkProvisioningConfig;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* @remarks
|
|
1177
|
-
*
|
|
1177
|
+
* The endpoint metadata.
|
|
1178
1178
|
*/
|
|
1179
1179
|
endpointMetadata?: GetIdentityProviderResponseBodyIdentityProviderDetailEndpointMetadata;
|
|
1180
1180
|
/**
|
|
@@ -1195,7 +1195,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1195
1195
|
identityProviderId?: string;
|
|
1196
1196
|
/**
|
|
1197
1197
|
* @remarks
|
|
1198
|
-
* The identity provider
|
|
1198
|
+
* The name of the identity provider.
|
|
1199
1199
|
*
|
|
1200
1200
|
* @example
|
|
1201
1201
|
* test
|
|
@@ -1203,23 +1203,23 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1203
1203
|
identityProviderName?: string;
|
|
1204
1204
|
/**
|
|
1205
1205
|
* @remarks
|
|
1206
|
-
* The
|
|
1206
|
+
* The synchronization type of the identity provider. Valid values:
|
|
1207
1207
|
*
|
|
1208
|
-
* -
|
|
1208
|
+
* - urn:alibaba:idaas:idp:alibaba:dingtalk:pull: Inbound DingTalk.
|
|
1209
1209
|
*
|
|
1210
|
-
* -
|
|
1210
|
+
* - urn:alibaba:idaas:idp:alibaba:dingtalk:push: Outbound DingTalk.
|
|
1211
1211
|
*
|
|
1212
|
-
* -
|
|
1212
|
+
* - urn:alibaba:idaas:idp:tencent:wecom:pull: Inbound WeCom.
|
|
1213
1213
|
*
|
|
1214
|
-
* -
|
|
1214
|
+
* - urn:alibaba:idaas:idp:bytedance:lark:pull: Inbound Lark.
|
|
1215
1215
|
*
|
|
1216
|
-
* -
|
|
1216
|
+
* - urn:alibaba:idaas:idp:microsoft:ad:pull: Inbound AD.
|
|
1217
1217
|
*
|
|
1218
|
-
* -
|
|
1218
|
+
* - urn:alibaba:idaas:idp:unknown:ldap:pull: Inbound LDAP.
|
|
1219
1219
|
*
|
|
1220
|
-
* -
|
|
1220
|
+
* - urn:alibaba:idaas:idp:standard:oidc: Standard OIDC.
|
|
1221
1221
|
*
|
|
1222
|
-
* -
|
|
1222
|
+
* - urn:alibaba:idaas:idp:alibaba:sase: SASE custom OIDC.
|
|
1223
1223
|
*
|
|
1224
1224
|
* @example
|
|
1225
1225
|
* urn:alibaba:idaas:idp:alibaba:dingtalk:push
|
|
@@ -1235,7 +1235,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1235
1235
|
instanceId?: string;
|
|
1236
1236
|
/**
|
|
1237
1237
|
* @remarks
|
|
1238
|
-
* The configuration
|
|
1238
|
+
* The Lark configuration.
|
|
1239
1239
|
*/
|
|
1240
1240
|
larkConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailLarkConfig;
|
|
1241
1241
|
/**
|
|
@@ -1248,7 +1248,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1248
1248
|
lastStatusCheckJobResult?: string;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* @remarks
|
|
1251
|
-
* The
|
|
1251
|
+
* The AD/LDAP identity provider configuration.
|
|
1252
1252
|
*/
|
|
1253
1253
|
ldapConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailLdapConfig;
|
|
1254
1254
|
/**
|
|
@@ -1261,7 +1261,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1261
1261
|
lockReason?: string;
|
|
1262
1262
|
/**
|
|
1263
1263
|
* @remarks
|
|
1264
|
-
* The
|
|
1264
|
+
* The custom logo URL of the identity provider.
|
|
1265
1265
|
*
|
|
1266
1266
|
* @example
|
|
1267
1267
|
* https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg
|
|
@@ -1269,7 +1269,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1269
1269
|
logoUrl?: string;
|
|
1270
1270
|
/**
|
|
1271
1271
|
* @remarks
|
|
1272
|
-
* The network
|
|
1272
|
+
* The network endpoint ID.
|
|
1273
1273
|
*
|
|
1274
1274
|
* @example
|
|
1275
1275
|
* nae_mx4vsadfe6govkqkwckxxxx
|
|
@@ -1277,12 +1277,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1277
1277
|
networkAccessEndpointId?: string;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* @remarks
|
|
1280
|
-
* The OIDC
|
|
1280
|
+
* The OIDC IdP configuration.
|
|
1281
1281
|
*/
|
|
1282
1282
|
oidcConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailOidcConfig;
|
|
1283
1283
|
/**
|
|
1284
1284
|
* @remarks
|
|
1285
|
-
* The SAML
|
|
1285
|
+
* The SAML IdP configuration.
|
|
1286
1286
|
*/
|
|
1287
1287
|
samlConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailSamlConfig;
|
|
1288
1288
|
/**
|
|
@@ -1292,11 +1292,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1292
1292
|
udPullConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPullConfig;
|
|
1293
1293
|
/**
|
|
1294
1294
|
* @remarks
|
|
1295
|
-
*
|
|
1295
|
+
* Specifies whether the inbound synchronization feature is supported. Valid values:
|
|
1296
1296
|
*
|
|
1297
|
-
* -
|
|
1297
|
+
* - disabled: Disabled.
|
|
1298
1298
|
*
|
|
1299
|
-
* -
|
|
1299
|
+
* - enabled: Enabled.
|
|
1300
1300
|
*
|
|
1301
1301
|
* @example
|
|
1302
1302
|
* disabled
|
|
@@ -1309,11 +1309,11 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1309
1309
|
udPushConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailUdPushConfig;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* @remarks
|
|
1312
|
-
*
|
|
1312
|
+
* Specifies whether the outbound synchronization feature is enabled. Valid values:
|
|
1313
1313
|
*
|
|
1314
|
-
* -
|
|
1314
|
+
* - disabled: Disabled.
|
|
1315
1315
|
*
|
|
1316
|
-
* -
|
|
1316
|
+
* - enabled: Enabled.
|
|
1317
1317
|
*
|
|
1318
1318
|
* @example
|
|
1319
1319
|
* disabled
|
|
@@ -1321,7 +1321,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1321
1321
|
udPushStatus?: string;
|
|
1322
1322
|
/**
|
|
1323
1323
|
* @remarks
|
|
1324
|
-
* The
|
|
1324
|
+
* The update time, in UNIX timestamp format. Unit: milliseconds.
|
|
1325
1325
|
*
|
|
1326
1326
|
* @example
|
|
1327
1327
|
* 1726021079000
|
|
@@ -1329,7 +1329,7 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1329
1329
|
updateTime?: number;
|
|
1330
1330
|
/**
|
|
1331
1331
|
* @remarks
|
|
1332
|
-
* The configuration
|
|
1332
|
+
* The WeCom configuration.
|
|
1333
1333
|
*/
|
|
1334
1334
|
weComConfig?: GetIdentityProviderResponseBodyIdentityProviderDetailWeComConfig;
|
|
1335
1335
|
static names(): { [key: string]: string } {
|
|
@@ -1440,12 +1440,12 @@ export class GetIdentityProviderResponseBodyIdentityProviderDetail extends $dara
|
|
|
1440
1440
|
export class GetIdentityProviderResponseBody extends $dara.Model {
|
|
1441
1441
|
/**
|
|
1442
1442
|
* @remarks
|
|
1443
|
-
* The
|
|
1443
|
+
* The identity provider information.
|
|
1444
1444
|
*/
|
|
1445
1445
|
identityProviderDetail?: GetIdentityProviderResponseBodyIdentityProviderDetail;
|
|
1446
1446
|
/**
|
|
1447
1447
|
* @remarks
|
|
1448
|
-
*
|
|
1448
|
+
* The request ID.
|
|
1449
1449
|
*
|
|
1450
1450
|
* @example
|
|
1451
1451
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|