@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
|
@@ -15,7 +15,7 @@ export class UpdateApplicationClientSecretExpirationTimeRequest extends $dara.Mo
|
|
|
15
15
|
applicationId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The expiration time of the client secret.
|
|
18
|
+
* The expiration time of the client secret. The value is a UNIX timestamp in milliseconds. The minimum validity period that can be set is 1 day, and the maximum validity period is 3 years.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -35,7 +35,7 @@ export class UpdateApplicationClientSecretExpirationTimeRequest extends $dara.Mo
|
|
|
35
35
|
instanceId?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The
|
|
38
|
+
* The client secret.
|
|
39
39
|
*
|
|
40
40
|
* This parameter is required.
|
|
41
41
|
*
|
|
@@ -42,10 +42,249 @@ export class UpdateApplicationFederatedCredentialRequestAttributeMappings extend
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
export class UpdateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
46
|
+
principalId?: string;
|
|
47
|
+
resourceGroupName?: string;
|
|
48
|
+
subscriptionId?: string;
|
|
49
|
+
vmNames?: string[];
|
|
50
|
+
static names(): { [key: string]: string } {
|
|
51
|
+
return {
|
|
52
|
+
principalId: 'PrincipalId',
|
|
53
|
+
resourceGroupName: 'ResourceGroupName',
|
|
54
|
+
subscriptionId: 'SubscriptionId',
|
|
55
|
+
vmNames: 'VmNames',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
static types(): { [key: string]: any } {
|
|
60
|
+
return {
|
|
61
|
+
principalId: 'string',
|
|
62
|
+
resourceGroupName: 'string',
|
|
63
|
+
subscriptionId: 'string',
|
|
64
|
+
vmNames: { 'type': 'array', 'itemType': 'string' },
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
validate() {
|
|
69
|
+
if(Array.isArray(this.vmNames)) {
|
|
70
|
+
$dara.Model.validateArray(this.vmNames);
|
|
71
|
+
}
|
|
72
|
+
super.validate();
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
constructor(map?: { [key: string]: any }) {
|
|
76
|
+
super(map);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export class UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
81
|
+
instanceIds?: string[];
|
|
82
|
+
projectId?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* The sub value corresponding to the service account.
|
|
86
|
+
*
|
|
87
|
+
* @example
|
|
88
|
+
* 123456789
|
|
89
|
+
*/
|
|
90
|
+
serviceAccountId?: string;
|
|
91
|
+
static names(): { [key: string]: string } {
|
|
92
|
+
return {
|
|
93
|
+
instanceIds: 'InstanceIds',
|
|
94
|
+
projectId: 'ProjectId',
|
|
95
|
+
serviceAccountId: 'ServiceAccountId',
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
static types(): { [key: string]: any } {
|
|
100
|
+
return {
|
|
101
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
102
|
+
projectId: 'string',
|
|
103
|
+
serviceAccountId: 'string',
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
validate() {
|
|
108
|
+
if(Array.isArray(this.instanceIds)) {
|
|
109
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
110
|
+
}
|
|
111
|
+
super.validate();
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
constructor(map?: { [key: string]: any }) {
|
|
115
|
+
super(map);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export class UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
120
|
+
subject?: string;
|
|
121
|
+
static names(): { [key: string]: string } {
|
|
122
|
+
return {
|
|
123
|
+
subject: 'Subject',
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
static types(): { [key: string]: any } {
|
|
128
|
+
return {
|
|
129
|
+
subject: 'string',
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
validate() {
|
|
134
|
+
super.validate();
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
constructor(map?: { [key: string]: any }) {
|
|
138
|
+
super(map);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export class UpdateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
143
|
+
/**
|
|
144
|
+
* @remarks
|
|
145
|
+
* The Kubernetes namespace.
|
|
146
|
+
*
|
|
147
|
+
* @example
|
|
148
|
+
* default
|
|
149
|
+
*/
|
|
150
|
+
namespace?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @remarks
|
|
153
|
+
* The pod name prefix.
|
|
154
|
+
*
|
|
155
|
+
* @example
|
|
156
|
+
* my-pod-
|
|
157
|
+
*/
|
|
158
|
+
podNamePrefix?: string;
|
|
159
|
+
/**
|
|
160
|
+
* @remarks
|
|
161
|
+
* The Kubernetes service account name.
|
|
162
|
+
*
|
|
163
|
+
* @example
|
|
164
|
+
* my-sa
|
|
165
|
+
*/
|
|
166
|
+
serviceAccountName?: string;
|
|
167
|
+
static names(): { [key: string]: string } {
|
|
168
|
+
return {
|
|
169
|
+
namespace: 'Namespace',
|
|
170
|
+
podNamePrefix: 'PodNamePrefix',
|
|
171
|
+
serviceAccountName: 'ServiceAccountName',
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
static types(): { [key: string]: any } {
|
|
176
|
+
return {
|
|
177
|
+
namespace: 'string',
|
|
178
|
+
podNamePrefix: 'string',
|
|
179
|
+
serviceAccountName: 'string',
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
validate() {
|
|
184
|
+
super.validate();
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
constructor(map?: { [key: string]: any }) {
|
|
188
|
+
super(map);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export class UpdateApplicationFederatedCredentialRequestOidcVerificationConfig extends $dara.Model {
|
|
193
|
+
/**
|
|
194
|
+
* @remarks
|
|
195
|
+
* The Azure VM scenario configuration.
|
|
196
|
+
*/
|
|
197
|
+
azureVmConfig?: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig;
|
|
198
|
+
/**
|
|
199
|
+
* @remarks
|
|
200
|
+
* The GCP VM scenario configuration.
|
|
201
|
+
*/
|
|
202
|
+
gcpVmConfig?: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig;
|
|
203
|
+
genericConfig?: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig;
|
|
204
|
+
/**
|
|
205
|
+
* @remarks
|
|
206
|
+
* The Kubernetes scenario configuration.
|
|
207
|
+
*/
|
|
208
|
+
kubernetesConfig?: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig;
|
|
209
|
+
/**
|
|
210
|
+
* @remarks
|
|
211
|
+
* The OIDC scenario profile. Valid values: generic, kubernetes, gcp_vm, and azure_vm.
|
|
212
|
+
*
|
|
213
|
+
* @example
|
|
214
|
+
* kubernetes
|
|
215
|
+
*/
|
|
216
|
+
profile?: string;
|
|
217
|
+
static names(): { [key: string]: string } {
|
|
218
|
+
return {
|
|
219
|
+
azureVmConfig: 'AzureVmConfig',
|
|
220
|
+
gcpVmConfig: 'GcpVmConfig',
|
|
221
|
+
genericConfig: 'GenericConfig',
|
|
222
|
+
kubernetesConfig: 'KubernetesConfig',
|
|
223
|
+
profile: 'Profile',
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
static types(): { [key: string]: any } {
|
|
228
|
+
return {
|
|
229
|
+
azureVmConfig: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig,
|
|
230
|
+
gcpVmConfig: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig,
|
|
231
|
+
genericConfig: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig,
|
|
232
|
+
kubernetesConfig: UpdateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig,
|
|
233
|
+
profile: 'string',
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
validate() {
|
|
238
|
+
if(this.azureVmConfig && typeof (this.azureVmConfig as any).validate === 'function') {
|
|
239
|
+
(this.azureVmConfig as any).validate();
|
|
240
|
+
}
|
|
241
|
+
if(this.gcpVmConfig && typeof (this.gcpVmConfig as any).validate === 'function') {
|
|
242
|
+
(this.gcpVmConfig as any).validate();
|
|
243
|
+
}
|
|
244
|
+
if(this.genericConfig && typeof (this.genericConfig as any).validate === 'function') {
|
|
245
|
+
(this.genericConfig as any).validate();
|
|
246
|
+
}
|
|
247
|
+
if(this.kubernetesConfig && typeof (this.kubernetesConfig as any).validate === 'function') {
|
|
248
|
+
(this.kubernetesConfig as any).validate();
|
|
249
|
+
}
|
|
250
|
+
super.validate();
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
constructor(map?: { [key: string]: any }) {
|
|
254
|
+
super(map);
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export class UpdateApplicationFederatedCredentialRequestPkcs7VerificationConfig extends $dara.Model {
|
|
259
|
+
instanceIds?: string[];
|
|
260
|
+
static names(): { [key: string]: string } {
|
|
261
|
+
return {
|
|
262
|
+
instanceIds: 'InstanceIds',
|
|
263
|
+
};
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
static types(): { [key: string]: any } {
|
|
267
|
+
return {
|
|
268
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
269
|
+
};
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
validate() {
|
|
273
|
+
if(Array.isArray(this.instanceIds)) {
|
|
274
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
275
|
+
}
|
|
276
|
+
super.validate();
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
constructor(map?: { [key: string]: any }) {
|
|
280
|
+
super(map);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
45
284
|
export class UpdateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
46
285
|
/**
|
|
47
286
|
* @remarks
|
|
48
|
-
* The
|
|
287
|
+
* The application federated credential ID.
|
|
49
288
|
*
|
|
50
289
|
* This parameter is required.
|
|
51
290
|
*
|
|
@@ -78,6 +317,16 @@ export class UpdateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
78
317
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
79
318
|
*/
|
|
80
319
|
instanceId?: string;
|
|
320
|
+
/**
|
|
321
|
+
* @remarks
|
|
322
|
+
* The OIDC structured configuration (structured mode + oidc type).
|
|
323
|
+
*/
|
|
324
|
+
oidcVerificationConfig?: UpdateApplicationFederatedCredentialRequestOidcVerificationConfig;
|
|
325
|
+
/**
|
|
326
|
+
* @remarks
|
|
327
|
+
* The PKCS#7 structured configuration (structured mode + pkcs7 type).
|
|
328
|
+
*/
|
|
329
|
+
pkcs7VerificationConfig?: UpdateApplicationFederatedCredentialRequestPkcs7VerificationConfig;
|
|
81
330
|
/**
|
|
82
331
|
* @remarks
|
|
83
332
|
* The verification condition.
|
|
@@ -92,6 +341,8 @@ export class UpdateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
92
341
|
applicationId: 'ApplicationId',
|
|
93
342
|
attributeMappings: 'AttributeMappings',
|
|
94
343
|
instanceId: 'InstanceId',
|
|
344
|
+
oidcVerificationConfig: 'OidcVerificationConfig',
|
|
345
|
+
pkcs7VerificationConfig: 'Pkcs7VerificationConfig',
|
|
95
346
|
verificationCondition: 'VerificationCondition',
|
|
96
347
|
};
|
|
97
348
|
}
|
|
@@ -102,6 +353,8 @@ export class UpdateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
102
353
|
applicationId: 'string',
|
|
103
354
|
attributeMappings: { 'type': 'array', 'itemType': UpdateApplicationFederatedCredentialRequestAttributeMappings },
|
|
104
355
|
instanceId: 'string',
|
|
356
|
+
oidcVerificationConfig: UpdateApplicationFederatedCredentialRequestOidcVerificationConfig,
|
|
357
|
+
pkcs7VerificationConfig: UpdateApplicationFederatedCredentialRequestPkcs7VerificationConfig,
|
|
105
358
|
verificationCondition: 'string',
|
|
106
359
|
};
|
|
107
360
|
}
|
|
@@ -110,6 +363,12 @@ export class UpdateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
110
363
|
if(Array.isArray(this.attributeMappings)) {
|
|
111
364
|
$dara.Model.validateArray(this.attributeMappings);
|
|
112
365
|
}
|
|
366
|
+
if(this.oidcVerificationConfig && typeof (this.oidcVerificationConfig as any).validate === 'function') {
|
|
367
|
+
(this.oidcVerificationConfig as any).validate();
|
|
368
|
+
}
|
|
369
|
+
if(this.pkcs7VerificationConfig && typeof (this.pkcs7VerificationConfig as any).validate === 'function') {
|
|
370
|
+
(this.pkcs7VerificationConfig as any).validate();
|
|
371
|
+
}
|
|
113
372
|
super.validate();
|
|
114
373
|
}
|
|
115
374
|
|
|
@@ -85,12 +85,12 @@ export class UpdateApplicationInfoRequest extends $dara.Model {
|
|
|
85
85
|
applicationOwner?: UpdateApplicationInfoRequestApplicationOwner;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The
|
|
88
|
+
* The application visibility settings.
|
|
89
89
|
*/
|
|
90
90
|
applicationVisibility?: string[];
|
|
91
91
|
/**
|
|
92
92
|
* @remarks
|
|
93
|
-
* The
|
|
93
|
+
* The idempotence token.
|
|
94
94
|
*
|
|
95
95
|
* @example
|
|
96
96
|
* client-token-example
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class UpdateConditionalAccessPolicyDescriptionRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The client token that is used to ensure the idempotence of the request. The value of this parameter is generated by the client and must be unique across different requests.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* client-examplexxx
|
|
@@ -13,7 +13,7 @@ export class UpdateConditionalAccessPolicyDescriptionRequest extends $dara.Model
|
|
|
13
13
|
clientToken?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The conditional access policy ID.
|
|
17
17
|
*
|
|
18
18
|
* This parameter is required.
|
|
19
19
|
*
|
|
@@ -10,7 +10,7 @@ export class UpdateConditionalAccessPolicyRequestConditionsConfigApplications ex
|
|
|
10
10
|
excludeApplications?: string[];
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The included applications.
|
|
14
14
|
*/
|
|
15
15
|
includeApplications?: string[];
|
|
16
16
|
static names(): { [key: string]: string } {
|
|
@@ -50,7 +50,7 @@ export class UpdateConditionalAccessPolicyRequestConditionsConfigNetworkZones ex
|
|
|
50
50
|
excludeNetworkZones?: string[];
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The
|
|
53
|
+
* The included network zones.
|
|
54
54
|
*/
|
|
55
55
|
includeNetworkZones?: string[];
|
|
56
56
|
static names(): { [key: string]: string } {
|
|
@@ -90,7 +90,7 @@ export class UpdateConditionalAccessPolicyRequestConditionsConfigUsers extends $
|
|
|
90
90
|
excludeGroups?: string[];
|
|
91
91
|
/**
|
|
92
92
|
* @remarks
|
|
93
|
-
* The excluded
|
|
93
|
+
* The excluded organizational units.
|
|
94
94
|
*/
|
|
95
95
|
excludeOrganizationalUnits?: string[];
|
|
96
96
|
/**
|
|
@@ -100,17 +100,17 @@ export class UpdateConditionalAccessPolicyRequestConditionsConfigUsers extends $
|
|
|
100
100
|
excludeUsers?: string[];
|
|
101
101
|
/**
|
|
102
102
|
* @remarks
|
|
103
|
-
* The
|
|
103
|
+
* The included user groups.
|
|
104
104
|
*/
|
|
105
105
|
includeGroups?: string[];
|
|
106
106
|
/**
|
|
107
107
|
* @remarks
|
|
108
|
-
* The
|
|
108
|
+
* The included organizational units.
|
|
109
109
|
*/
|
|
110
110
|
includeOrganizationalUnits?: string[];
|
|
111
111
|
/**
|
|
112
112
|
* @remarks
|
|
113
|
-
* The
|
|
113
|
+
* The included users.
|
|
114
114
|
*/
|
|
115
115
|
includeUsers?: string[];
|
|
116
116
|
static names(): { [key: string]: string } {
|
|
@@ -215,7 +215,7 @@ export class UpdateConditionalAccessPolicyRequestConditionsConfig extends $dara.
|
|
|
215
215
|
export class UpdateConditionalAccessPolicyRequestDecisionConfig extends $dara.Model {
|
|
216
216
|
/**
|
|
217
217
|
* @remarks
|
|
218
|
-
*
|
|
218
|
+
* Specifies whether to enable session reuse.
|
|
219
219
|
*
|
|
220
220
|
* @example
|
|
221
221
|
* enabled
|
|
@@ -223,7 +223,7 @@ export class UpdateConditionalAccessPolicyRequestDecisionConfig extends $dara.Mo
|
|
|
223
223
|
activeSessionReuseStatus?: string;
|
|
224
224
|
/**
|
|
225
225
|
* @remarks
|
|
226
|
-
* The action of the conditional access policy.
|
|
226
|
+
* The decision action of the conditional access policy.
|
|
227
227
|
*
|
|
228
228
|
* @example
|
|
229
229
|
* allow
|
|
@@ -231,7 +231,7 @@ export class UpdateConditionalAccessPolicyRequestDecisionConfig extends $dara.Mo
|
|
|
231
231
|
effect?: string;
|
|
232
232
|
/**
|
|
233
233
|
* @remarks
|
|
234
|
-
* The interval
|
|
234
|
+
* The interval in seconds for repeated MFA authentication of the conditional access policy.
|
|
235
235
|
*
|
|
236
236
|
* @example
|
|
237
237
|
* 300
|
|
@@ -244,7 +244,7 @@ export class UpdateConditionalAccessPolicyRequestDecisionConfig extends $dara.Mo
|
|
|
244
244
|
mfaAuthenticationMethods?: string[];
|
|
245
245
|
/**
|
|
246
246
|
* @remarks
|
|
247
|
-
* The
|
|
247
|
+
* The MFA type of the conditional access policy.
|
|
248
248
|
*
|
|
249
249
|
* @example
|
|
250
250
|
* directly_access
|
|
@@ -285,7 +285,7 @@ export class UpdateConditionalAccessPolicyRequestDecisionConfig extends $dara.Mo
|
|
|
285
285
|
export class UpdateConditionalAccessPolicyRequest extends $dara.Model {
|
|
286
286
|
/**
|
|
287
287
|
* @remarks
|
|
288
|
-
*
|
|
288
|
+
* The client token that is used to ensure the idempotence of the request. The value of this parameter is generated by the client and must be unique across different requests.
|
|
289
289
|
*
|
|
290
290
|
* @example
|
|
291
291
|
* client-examplexxx
|
|
@@ -293,7 +293,7 @@ export class UpdateConditionalAccessPolicyRequest extends $dara.Model {
|
|
|
293
293
|
clientToken?: string;
|
|
294
294
|
/**
|
|
295
295
|
* @remarks
|
|
296
|
-
* The
|
|
296
|
+
* The conditional access policy ID.
|
|
297
297
|
*
|
|
298
298
|
* This parameter is required.
|
|
299
299
|
*
|
|
@@ -303,7 +303,7 @@ export class UpdateConditionalAccessPolicyRequest extends $dara.Model {
|
|
|
303
303
|
conditionalAccessPolicyId?: string;
|
|
304
304
|
/**
|
|
305
305
|
* @remarks
|
|
306
|
-
* The
|
|
306
|
+
* The conditional access policy name.
|
|
307
307
|
*
|
|
308
308
|
* This parameter is required.
|
|
309
309
|
*
|
|
@@ -323,7 +323,7 @@ export class UpdateConditionalAccessPolicyRequest extends $dara.Model {
|
|
|
323
323
|
decisionConfig?: UpdateConditionalAccessPolicyRequestDecisionConfig;
|
|
324
324
|
/**
|
|
325
325
|
* @remarks
|
|
326
|
-
* The
|
|
326
|
+
* The execution type of the conditional access policy.
|
|
327
327
|
*
|
|
328
328
|
* This parameter is required.
|
|
329
329
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class UpdateCredentialDescriptionRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate a parameter value, but make sure that the value is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see References [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class UpdateCredentialDescriptionRequest extends $dara.Model {
|
|
|
15
15
|
clientToken?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The credential ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -33,7 +33,7 @@ export class UpdateCredentialDescriptionRequest extends $dara.Model {
|
|
|
33
33
|
description?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
* The ID
|
|
36
|
+
* The instance ID.
|
|
37
37
|
*
|
|
38
38
|
* This parameter is required.
|
|
39
39
|
*
|
|
@@ -5,18 +5,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class UpdateCredentialProviderRequestCredentialProviderConfigJwtProviderConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The list of allowed JWT issuers.
|
|
9
9
|
*
|
|
10
|
-
* > The list
|
|
10
|
+
* > The list cannot contain more than 200 entries.
|
|
11
11
|
*
|
|
12
|
-
* >Notice:
|
|
13
|
-
*
|
|
14
|
-
* To clear the issuer list, pass an empty array or an empty string.
|
|
12
|
+
* >Notice: To clear the issuer list, pass an empty list or an empty string.
|
|
15
13
|
*/
|
|
16
14
|
allowedTokenIssuers?: string[];
|
|
17
15
|
/**
|
|
18
16
|
* @remarks
|
|
19
|
-
*
|
|
17
|
+
* Specifies whether to enable the JWT derived short token feature.
|
|
20
18
|
*
|
|
21
19
|
* @example
|
|
22
20
|
* false
|
|
@@ -32,7 +30,7 @@ export class UpdateCredentialProviderRequestCredentialProviderConfigJwtProviderC
|
|
|
32
30
|
expiration?: number;
|
|
33
31
|
/**
|
|
34
32
|
* @remarks
|
|
35
|
-
*
|
|
33
|
+
* Specifies whether to enable JWT expiration cleanup.
|
|
36
34
|
*
|
|
37
35
|
* @example
|
|
38
36
|
* true
|
|
@@ -71,9 +69,9 @@ export class UpdateCredentialProviderRequestCredentialProviderConfigJwtProviderC
|
|
|
71
69
|
export class UpdateCredentialProviderRequestCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
72
70
|
/**
|
|
73
71
|
* @remarks
|
|
74
|
-
* The
|
|
72
|
+
* The client_secret in the OAuth protocol, which is the client secret.
|
|
75
73
|
*
|
|
76
|
-
* > The value
|
|
74
|
+
* > The value cannot exceed 1024 characters in length.
|
|
77
75
|
*
|
|
78
76
|
* @example
|
|
79
77
|
* client_secret_example_xxx
|
|
@@ -81,25 +79,17 @@ export class UpdateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
81
79
|
clientSecret?: string;
|
|
82
80
|
/**
|
|
83
81
|
* @remarks
|
|
84
|
-
* The scope
|
|
85
|
-
*
|
|
86
|
-
* > If you do not specify the scope parameter when calling the DeveloperAPI to get an OAuth access token, the scope configured for the credential provider is used as the default.
|
|
87
|
-
*
|
|
88
|
-
* >Notice:
|
|
89
|
-
*
|
|
90
|
-
* Separate multiple scope values with spaces. To clear the scope configuration, pass an empty string.
|
|
82
|
+
* The scope in the OAuth protocol, which specifies the permission scope.
|
|
91
83
|
*
|
|
84
|
+
* > The Scope configuration at the credential provider serves as the default value. If the scope parameter is not specified when calling the DeveloperAPI to obtain an OAuth Access Token, the Scope configuration at the credential provider is used for issuance.
|
|
92
85
|
*
|
|
86
|
+
* >Notice: Separate multiple Scope values with spaces. To clear the Scope configuration, pass an empty string.
|
|
93
87
|
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
88
|
+
* Restrictions on a single Scope value:
|
|
96
89
|
* 1. Allowed characters: lowercase letters, digits, and special characters `|/:_-.`
|
|
97
|
-
*
|
|
98
90
|
* 2. Must contain at least one lowercase letter or digit.
|
|
99
|
-
*
|
|
100
91
|
* 3. Must start with a special character `.`, a lowercase letter, or a digit.
|
|
101
|
-
*
|
|
102
|
-
* 4. Must be no longer than 1024 characters.
|
|
92
|
+
* 4. Cannot exceed 1024 characters in length.
|
|
103
93
|
*
|
|
104
94
|
* @example
|
|
105
95
|
* example:test_01 example:test_02
|
|
@@ -107,9 +97,9 @@ export class UpdateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
107
97
|
scope?: string;
|
|
108
98
|
/**
|
|
109
99
|
* @remarks
|
|
110
|
-
* The token endpoint
|
|
100
|
+
* The token endpoint of the OAuth protocol.
|
|
111
101
|
*
|
|
112
|
-
* > The value must start with `http://` or `https
|
|
102
|
+
* > The value must start with `http://` or `https://` and cannot exceed 1024 characters in length.
|
|
113
103
|
*
|
|
114
104
|
* @example
|
|
115
105
|
* https://example.com/token
|
|
@@ -143,12 +133,12 @@ export class UpdateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
143
133
|
export class UpdateCredentialProviderRequestCredentialProviderConfig extends $dara.Model {
|
|
144
134
|
/**
|
|
145
135
|
* @remarks
|
|
146
|
-
* The configuration
|
|
136
|
+
* The configuration of the JWT credential provider.
|
|
147
137
|
*/
|
|
148
138
|
jwtProviderConfig?: UpdateCredentialProviderRequestCredentialProviderConfigJwtProviderConfig;
|
|
149
139
|
/**
|
|
150
140
|
* @remarks
|
|
151
|
-
* The configuration
|
|
141
|
+
* The configuration of the OAuth credential provider.
|
|
152
142
|
*/
|
|
153
143
|
OAuthProviderConfig?: UpdateCredentialProviderRequestCredentialProviderConfigOAuthProviderConfig;
|
|
154
144
|
static names(): { [key: string]: string } {
|
|
@@ -183,9 +173,9 @@ export class UpdateCredentialProviderRequestCredentialProviderConfig extends $da
|
|
|
183
173
|
export class UpdateCredentialProviderRequest extends $dara.Model {
|
|
184
174
|
/**
|
|
185
175
|
* @remarks
|
|
186
|
-
*
|
|
176
|
+
* The idempotency token that ensures the idempotence of the request.
|
|
187
177
|
*
|
|
188
|
-
* Generate a unique value
|
|
178
|
+
* Generate a unique parameter value from your client to ensure that the value is unique among different requests. ClientToken supports only ASCII characters and cannot exceed 64 characters in length. For more information, see References: [How to ensure idempotence](https://www.alibabacloud.com/help/zh/ecs/developer-reference/how-to-ensure-idempotence).
|
|
189
179
|
*
|
|
190
180
|
* This parameter is required.
|
|
191
181
|
*
|
|
@@ -195,12 +185,12 @@ export class UpdateCredentialProviderRequest extends $dara.Model {
|
|
|
195
185
|
clientToken?: string;
|
|
196
186
|
/**
|
|
197
187
|
* @remarks
|
|
198
|
-
* The
|
|
188
|
+
* The credential provider configuration.
|
|
199
189
|
*/
|
|
200
190
|
credentialProviderConfig?: UpdateCredentialProviderRequestCredentialProviderConfig;
|
|
201
191
|
/**
|
|
202
192
|
* @remarks
|
|
203
|
-
* The
|
|
193
|
+
* The credential provider ID.
|
|
204
194
|
*
|
|
205
195
|
* This parameter is required.
|
|
206
196
|
*
|
|
@@ -210,9 +200,9 @@ export class UpdateCredentialProviderRequest extends $dara.Model {
|
|
|
210
200
|
credentialProviderId?: string;
|
|
211
201
|
/**
|
|
212
202
|
* @remarks
|
|
213
|
-
* The
|
|
203
|
+
* The credential provider name.
|
|
214
204
|
*
|
|
215
|
-
* > The name
|
|
205
|
+
* > The name cannot exceed 64 characters in length.
|
|
216
206
|
*
|
|
217
207
|
* @example
|
|
218
208
|
* test_example_name
|
|
@@ -220,7 +210,7 @@ export class UpdateCredentialProviderRequest extends $dara.Model {
|
|
|
220
210
|
credentialProviderName?: string;
|
|
221
211
|
/**
|
|
222
212
|
* @remarks
|
|
223
|
-
* The ID
|
|
213
|
+
* The instance ID.
|
|
224
214
|
*
|
|
225
215
|
* This parameter is required.
|
|
226
216
|
*
|