@alicloud/eiam20211201 2.17.1 → 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 +154 -154
- package/dist/client.js +175 -154
- 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/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/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/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/EnableClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/EnableCredentialRequest.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/GetClientPublicKeyRequest.d.ts +1 -1
- package/dist/models/GetClientPublicKeyResponseBody.d.ts +5 -5
- package/dist/models/GetCloudAccountResponseBody.d.ts +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/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/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/ListCloudAccountsResponseBody.d.ts +4 -4
- 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/ListFederatedCredentialProvidersRequest.d.ts +5 -5
- package/dist/models/ListFederatedCredentialProvidersResponseBody.d.ts +33 -33
- 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/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/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/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/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/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 +182 -154
- package/src/models/AddApplicationAccountToUserRequest.ts +1 -1
- package/src/models/AddApplicationAccountToUserResponseBody.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/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/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/EnableClientPublicKeyRequest.ts +2 -2
- package/src/models/EnableCredentialRequest.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/GetClientPublicKeyRequest.ts +1 -1
- package/src/models/GetClientPublicKeyResponseBody.ts +5 -5
- package/src/models/GetCloudAccountResponseBody.ts +1 -1
- 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/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/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/ListCloudAccountsResponseBody.ts +4 -4
- 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/ListFederatedCredentialProvidersRequest.ts +5 -5
- package/src/models/ListFederatedCredentialProvidersResponseBody.ts +33 -33
- 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/ObtainApplicationClientSecretResponseBody.ts +5 -7
- package/src/models/ObtainApplicationTokenResponseBody.ts +4 -4
- package/src/models/ObtainCredentialResponseBody.ts +23 -32
- 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/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/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/model.ts +30 -0
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ObtainCredentialResponseBodyCredentialCredentialContentApiKeyContent extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The API key.
|
|
8
|
+
* The API key content.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* nsklncmwizncxxxx
|
|
@@ -35,7 +35,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentApiKeyConten
|
|
|
35
35
|
export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientContent extends $dara.Model {
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The
|
|
38
|
+
* The client_id of the OAuth protocol.
|
|
39
39
|
*
|
|
40
40
|
* @example
|
|
41
41
|
* dmvncmxersdxxxxxx
|
|
@@ -43,7 +43,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientC
|
|
|
43
43
|
clientId?: string;
|
|
44
44
|
/**
|
|
45
45
|
* @remarks
|
|
46
|
-
* The
|
|
46
|
+
* The client_secret of the OAuth protocol.
|
|
47
47
|
*
|
|
48
48
|
* @example
|
|
49
49
|
* nsklnertyt5ddwizncxxxx
|
|
@@ -75,12 +75,12 @@ export class ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientC
|
|
|
75
75
|
export class ObtainCredentialResponseBodyCredentialCredentialContent extends $dara.Model {
|
|
76
76
|
/**
|
|
77
77
|
* @remarks
|
|
78
|
-
* The
|
|
78
|
+
* The credential content of the API key credential type.
|
|
79
79
|
*/
|
|
80
80
|
apiKeyContent?: ObtainCredentialResponseBodyCredentialCredentialContentApiKeyContent;
|
|
81
81
|
/**
|
|
82
82
|
* @remarks
|
|
83
|
-
* The
|
|
83
|
+
* The credential content of the OAuth client authentication credential type.
|
|
84
84
|
*/
|
|
85
85
|
OAuthClientContent?: ObtainCredentialResponseBodyCredentialCredentialContentOAuthClientContent;
|
|
86
86
|
static names(): { [key: string]: string } {
|
|
@@ -115,7 +115,7 @@ export class ObtainCredentialResponseBodyCredentialCredentialContent extends $da
|
|
|
115
115
|
export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
116
116
|
/**
|
|
117
117
|
* @remarks
|
|
118
|
-
* The time
|
|
118
|
+
* The creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
119
119
|
*
|
|
120
120
|
* @example
|
|
121
121
|
* 1649830225000
|
|
@@ -128,11 +128,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
128
128
|
credentialContent?: ObtainCredentialResponseBodyCredentialCredentialContent;
|
|
129
129
|
/**
|
|
130
130
|
* @remarks
|
|
131
|
-
* The
|
|
132
|
-
*
|
|
133
|
-
* -
|
|
134
|
-
*
|
|
135
|
-
* - `user_custom`: A user created the credential.
|
|
131
|
+
* The creation type of the credential. Valid values:
|
|
132
|
+
* - system_init: Created by the system.
|
|
133
|
+
* - user_custom: Created by the user.
|
|
136
134
|
*
|
|
137
135
|
* @example
|
|
138
136
|
* user_custom
|
|
@@ -165,11 +163,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
165
163
|
credentialName?: string;
|
|
166
164
|
/**
|
|
167
165
|
* @remarks
|
|
168
|
-
* The
|
|
169
|
-
*
|
|
170
|
-
* -
|
|
171
|
-
*
|
|
172
|
-
* - `saas`: The credential is used for a SaaS application.
|
|
166
|
+
* The scenarios label of the credential. Valid values:
|
|
167
|
+
* - llm: large language model.
|
|
168
|
+
* - saas: third-party SaaS service.
|
|
173
169
|
*
|
|
174
170
|
* @example
|
|
175
171
|
* llm
|
|
@@ -178,7 +174,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
178
174
|
credentialSharingScope?: string;
|
|
179
175
|
/**
|
|
180
176
|
* @remarks
|
|
181
|
-
* The
|
|
177
|
+
* The ID of the subject to which the credential belongs.
|
|
182
178
|
*
|
|
183
179
|
* @example
|
|
184
180
|
* apt_werthgfdsasffxxxxx
|
|
@@ -186,9 +182,8 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
186
182
|
credentialSubjectId?: string;
|
|
187
183
|
/**
|
|
188
184
|
* @remarks
|
|
189
|
-
* The
|
|
190
|
-
*
|
|
191
|
-
* - `authentication_token_provider`: The credential subject is an authentication token provider.
|
|
185
|
+
* The type of the subject to which the credential belongs. Valid values:
|
|
186
|
+
* - authentication_token_provider: authentication token provider.
|
|
192
187
|
*
|
|
193
188
|
* @example
|
|
194
189
|
* authentication_token_provider
|
|
@@ -197,10 +192,8 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
197
192
|
/**
|
|
198
193
|
* @remarks
|
|
199
194
|
* The credential type. Valid values:
|
|
200
|
-
*
|
|
201
|
-
* -
|
|
202
|
-
*
|
|
203
|
-
* - `oauth_client`: An OAuth 2.0 client credential.
|
|
195
|
+
* - api_key: API key authentication credential.
|
|
196
|
+
* - oauth_client: OAuth client authentication credential.
|
|
204
197
|
*
|
|
205
198
|
* @example
|
|
206
199
|
* api_key
|
|
@@ -208,7 +201,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
208
201
|
credentialType?: string;
|
|
209
202
|
/**
|
|
210
203
|
* @remarks
|
|
211
|
-
* The description.
|
|
204
|
+
* The credential description.
|
|
212
205
|
*
|
|
213
206
|
* @example
|
|
214
207
|
* credential_description
|
|
@@ -225,11 +218,9 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
225
218
|
instanceId?: string;
|
|
226
219
|
/**
|
|
227
220
|
* @remarks
|
|
228
|
-
* The status. Valid values:
|
|
229
|
-
*
|
|
230
|
-
* -
|
|
231
|
-
*
|
|
232
|
-
* - `disabled`: The credential cannot be used.
|
|
221
|
+
* The credential status. Valid values:
|
|
222
|
+
* - enabled: Enabled.
|
|
223
|
+
* - disabled: Disabled.
|
|
233
224
|
*
|
|
234
225
|
* @example
|
|
235
226
|
* enabled
|
|
@@ -237,7 +228,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
237
228
|
status?: string;
|
|
238
229
|
/**
|
|
239
230
|
* @remarks
|
|
240
|
-
* The time
|
|
231
|
+
* The update time, in UNIX timestamp format. Unit: milliseconds.
|
|
241
232
|
*
|
|
242
233
|
* @example
|
|
243
234
|
* 1649830227000
|
|
@@ -302,7 +293,7 @@ export class ObtainCredentialResponseBodyCredential extends $dara.Model {
|
|
|
302
293
|
export class ObtainCredentialResponseBody extends $dara.Model {
|
|
303
294
|
/**
|
|
304
295
|
* @remarks
|
|
305
|
-
* The credential
|
|
296
|
+
* The credential information.
|
|
306
297
|
*/
|
|
307
298
|
credential?: ObtainCredentialResponseBodyCredential;
|
|
308
299
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RemoveApplicationAccountFromUserRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The application account ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class RemoveApplicationAccountFromUserRequest extends $dara.Model {
|
|
|
15
15
|
applicationAccountId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The application ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -25,7 +25,7 @@ export class RemoveApplicationAccountFromUserRequest extends $dara.Model {
|
|
|
25
25
|
applicationId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The ID
|
|
28
|
+
* The instance ID.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -35,7 +35,7 @@ export class RemoveApplicationAccountFromUserRequest extends $dara.Model {
|
|
|
35
35
|
instanceId?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The ID
|
|
38
|
+
* The user ID.
|
|
39
39
|
*
|
|
40
40
|
* This parameter is required.
|
|
41
41
|
*
|
|
@@ -15,7 +15,7 @@ export class RevokeApplicationFromGroupsRequest extends $dara.Model {
|
|
|
15
15
|
applicationId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* The application role ID.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* app_role_mkv7rgt4ds8d8v0qtzev2mxxxx
|
|
@@ -23,7 +23,7 @@ export class RevokeApplicationFromGroupsRequest extends $dara.Model {
|
|
|
23
23
|
applicationRoleId?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
*
|
|
26
|
+
* The list of group IDs. You can specify up to 100 group IDs in a single request.
|
|
27
27
|
*
|
|
28
28
|
* This parameter is required.
|
|
29
29
|
*
|
|
@@ -15,7 +15,7 @@ export class RevokeApplicationFromUsersRequest extends $dara.Model {
|
|
|
15
15
|
applicationId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* The application role ID.
|
|
19
19
|
*
|
|
20
20
|
* @example
|
|
21
21
|
* app_role_mkv7rgt4ds8d8v0qtzev2mxxxx
|
|
@@ -33,7 +33,7 @@ export class RevokeApplicationFromUsersRequest extends $dara.Model {
|
|
|
33
33
|
instanceId?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
*
|
|
36
|
+
* The list of account IDs. A maximum of 100 account IDs are supported in a single operation.
|
|
37
37
|
*
|
|
38
38
|
* This parameter is required.
|
|
39
39
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RevokeResourceServerFromClientRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the
|
|
8
|
+
* The ID of the Client application.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -25,7 +25,7 @@ export class RevokeResourceServerFromClientRequest extends $dara.Model {
|
|
|
25
25
|
instanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The ID of the
|
|
28
|
+
* The ID of the ResourceServer application.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RevokeResourceServerScopesFromClientRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The unique identifier of the client application.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -25,7 +25,7 @@ export class RevokeResourceServerScopesFromClientRequest extends $dara.Model {
|
|
|
25
25
|
instanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The
|
|
28
|
+
* The unique identifier of the ResourceServer application.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -35,7 +35,7 @@ export class RevokeResourceServerScopesFromClientRequest extends $dara.Model {
|
|
|
35
35
|
resourceServerApplicationId?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
*
|
|
38
|
+
* The list of scope permission IDs under the ResourceServer.
|
|
39
39
|
*
|
|
40
40
|
* This parameter is required.
|
|
41
41
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RevokeResourceServerScopesFromGroupRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the
|
|
8
|
+
* The application ID of the ResourceServer.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -35,7 +35,7 @@ export class RevokeResourceServerScopesFromGroupRequest extends $dara.Model {
|
|
|
35
35
|
instanceId?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
*
|
|
38
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
39
39
|
*
|
|
40
40
|
* This parameter is required.
|
|
41
41
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RevokeResourceServerScopesFromOrganizationalUnitRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The ResourceServer application ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -25,7 +25,7 @@ export class RevokeResourceServerScopesFromOrganizationalUnitRequest extends $da
|
|
|
25
25
|
instanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The
|
|
28
|
+
* The organizational unit ID.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -35,7 +35,7 @@ export class RevokeResourceServerScopesFromOrganizationalUnitRequest extends $da
|
|
|
35
35
|
organizationalUnitId?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
*
|
|
38
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
39
39
|
*
|
|
40
40
|
* This parameter is required.
|
|
41
41
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RevokeResourceServerScopesFromUserRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the ResourceServer
|
|
8
|
+
* The application ID of the ResourceServer.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -25,7 +25,7 @@ export class RevokeResourceServerScopesFromUserRequest extends $dara.Model {
|
|
|
25
25
|
instanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
*
|
|
28
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The destination
|
|
8
|
+
* The destination URL where the application receives IDaaS event callbacks.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* https://example.com/event/callback
|
|
@@ -13,7 +13,7 @@ export class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig e
|
|
|
13
13
|
callbackUrl?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The symmetric
|
|
16
|
+
* The symmetric encryption and decryption key for IDaaS event callbacks. The key uses the AES256 algorithm and is in hexadecimal encoding format.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ad3b248**************************b3561a73d7
|
|
@@ -21,11 +21,9 @@ export class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig e
|
|
|
21
21
|
encryptKey?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
* -
|
|
27
|
-
*
|
|
28
|
-
* - false: Do not encrypt the messages. The messages are transmitted in plaintext.
|
|
24
|
+
* Specifies whether IDaaS event callback messages are encrypted. Valid values:
|
|
25
|
+
* - true: Encrypted.
|
|
26
|
+
* - false: Not encrypted. Messages are transmitted in plaintext.
|
|
29
27
|
*
|
|
30
28
|
* @example
|
|
31
29
|
* true
|
|
@@ -33,7 +31,7 @@ export class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig e
|
|
|
33
31
|
encryptRequired?: boolean;
|
|
34
32
|
/**
|
|
35
33
|
* @remarks
|
|
36
|
-
* The list of
|
|
34
|
+
* The list of IDaaS event callback message types to listen for.
|
|
37
35
|
*/
|
|
38
36
|
listenEventScopes?: string[];
|
|
39
37
|
static names(): { [key: string]: string } {
|
|
@@ -69,7 +67,7 @@ export class SetApplicationProvisioningConfigRequestCallbackProvisioningConfig e
|
|
|
69
67
|
export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnConfigurationAuthnParam extends $dara.Model {
|
|
70
68
|
/**
|
|
71
69
|
* @remarks
|
|
72
|
-
* The access token.
|
|
70
|
+
* The access token. This field can be updated when GrantType is set to bearer_token.
|
|
73
71
|
*
|
|
74
72
|
* @example
|
|
75
73
|
* k52x2ru63rlkflina5utgkxxxx
|
|
@@ -77,11 +75,9 @@ export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnC
|
|
|
77
75
|
accessToken?: string;
|
|
78
76
|
/**
|
|
79
77
|
* @remarks
|
|
80
|
-
* The
|
|
81
|
-
*
|
|
82
|
-
* -
|
|
83
|
-
*
|
|
84
|
-
* - client_secret_post: The key is passed in the request body.
|
|
78
|
+
* The System for Cross-domain Identity Management protocol authentication pattern. Valid values:
|
|
79
|
+
* - client_secret_basic: Passes the secret through the request header.
|
|
80
|
+
* - client_secret_post: Passes the secret through the request body.
|
|
85
81
|
*
|
|
86
82
|
* @example
|
|
87
83
|
* client_secret_basic
|
|
@@ -143,9 +139,8 @@ export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnC
|
|
|
143
139
|
export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnConfiguration extends $dara.Model {
|
|
144
140
|
/**
|
|
145
141
|
* @remarks
|
|
146
|
-
* The authorization
|
|
147
|
-
*
|
|
148
|
-
* - oauth2: OAuth2 mode.
|
|
142
|
+
* The authorization pattern for the System for Cross-domain Identity Management protocol API. Valid values:
|
|
143
|
+
* - oauth2: OAuth2 pattern.
|
|
149
144
|
*
|
|
150
145
|
* @example
|
|
151
146
|
* oauth2
|
|
@@ -153,20 +148,16 @@ export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnC
|
|
|
153
148
|
authnMode?: string;
|
|
154
149
|
/**
|
|
155
150
|
* @remarks
|
|
156
|
-
* The authorization configuration parameters.
|
|
157
|
-
*
|
|
151
|
+
* The authorization configuration parameters. Usage:
|
|
158
152
|
* - If GrantType is set to client_credentials, you can update ClientId, ClientSecret, and AuthnMethod.
|
|
159
|
-
*
|
|
160
153
|
* - If GrantType is set to bearer_token, you can update AccessToken.
|
|
161
154
|
*/
|
|
162
155
|
authnParam?: SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnConfigurationAuthnParam;
|
|
163
156
|
/**
|
|
164
157
|
* @remarks
|
|
165
|
-
* The
|
|
166
|
-
*
|
|
167
|
-
* -
|
|
168
|
-
*
|
|
169
|
-
* - bearer_token: Bearer token mode.
|
|
158
|
+
* The System for Cross-domain Identity Management protocol authorization pattern. Valid values:
|
|
159
|
+
* - client_credentials: Client credentials pattern.
|
|
160
|
+
* - bearer_token: Bearer token pattern.
|
|
170
161
|
*
|
|
171
162
|
* @example
|
|
172
163
|
* bearer_token
|
|
@@ -203,30 +194,26 @@ export class SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnC
|
|
|
203
194
|
export class SetApplicationProvisioningConfigRequestScimProvisioningConfig extends $dara.Model {
|
|
204
195
|
/**
|
|
205
196
|
* @remarks
|
|
206
|
-
* The
|
|
197
|
+
* The System for Cross-domain Identity Management protocol synchronization configuration parameters.
|
|
207
198
|
*/
|
|
208
199
|
authnConfiguration?: SetApplicationProvisioningConfigRequestScimProvisioningConfigAuthnConfiguration;
|
|
209
200
|
/**
|
|
210
201
|
* @remarks
|
|
211
|
-
* The
|
|
212
|
-
*
|
|
213
|
-
* - urn:alibaba:idaas:app:scim:User:PUSH: Full synchronization of users.
|
|
202
|
+
* The System for Cross-domain Identity Management protocol full push scope. Valid values:
|
|
203
|
+
* - urn:alibaba:idaas:app:scim:User:PUSH: Full user synchronization.
|
|
214
204
|
*/
|
|
215
205
|
fullPushScopes?: string[];
|
|
216
206
|
/**
|
|
217
207
|
* @remarks
|
|
218
|
-
* The
|
|
219
|
-
*
|
|
220
|
-
* - urn:alibaba:idaas:app:scim:User:
|
|
221
|
-
*
|
|
222
|
-
* - urn:alibaba:idaas:app:scim:User:UPDATE: Update an account.
|
|
223
|
-
*
|
|
224
|
-
* - urn:alibaba:idaas:app:scim:User:DELETE: Delete an account.
|
|
208
|
+
* The System for Cross-domain Identity Management protocol target resource operation actions. Valid values:
|
|
209
|
+
* - urn:alibaba:idaas:app:scim:User:CREATE: Account creation.
|
|
210
|
+
* - urn:alibaba:idaas:app:scim:User:UPDATE: Account update.
|
|
211
|
+
* - urn:alibaba:idaas:app:scim:User:DELETE: Account deletion.
|
|
225
212
|
*/
|
|
226
213
|
provisioningActions?: string[];
|
|
227
214
|
/**
|
|
228
215
|
* @remarks
|
|
229
|
-
* The base URL where the application accepts IDaaS
|
|
216
|
+
* The base URL where the application accepts IDaaS synchronization requests based on the System for Cross-domain Identity Management protocol.
|
|
230
217
|
*
|
|
231
218
|
* @example
|
|
232
219
|
* https://example.com/scim
|
|
@@ -304,11 +291,9 @@ export class SetApplicationProvisioningConfigRequest extends $dara.Model {
|
|
|
304
291
|
networkAccessEndpointId?: string;
|
|
305
292
|
/**
|
|
306
293
|
* @remarks
|
|
307
|
-
*
|
|
308
|
-
*
|
|
309
|
-
* -
|
|
310
|
-
*
|
|
311
|
-
* - false: Do not synchronize passwords.
|
|
294
|
+
* Specifies whether IDaaS user event callbacks synchronize passwords. Valid values:
|
|
295
|
+
* - true: Passwords are synchronized.
|
|
296
|
+
* - false: Passwords are not synchronized.
|
|
312
297
|
*
|
|
313
298
|
* @example
|
|
314
299
|
* true
|
|
@@ -316,11 +301,9 @@ export class SetApplicationProvisioningConfigRequest extends $dara.Model {
|
|
|
316
301
|
provisionPassword?: boolean;
|
|
317
302
|
/**
|
|
318
303
|
* @remarks
|
|
319
|
-
* The account synchronization protocol. Valid values:
|
|
320
|
-
*
|
|
321
|
-
* -
|
|
322
|
-
*
|
|
323
|
-
* - scim2: System for Cross-domain Identity Management (SCIM) protocol for synchronization.
|
|
304
|
+
* The account synchronization protocol type. Valid values:
|
|
305
|
+
* - idaas_callback: IDaaS custom event callback-based account synchronization.
|
|
306
|
+
* - scim2: System for Cross-domain Identity Management protocol-based synchronization.
|
|
324
307
|
*
|
|
325
308
|
* This parameter is required.
|
|
326
309
|
*
|
|
@@ -330,7 +313,7 @@ export class SetApplicationProvisioningConfigRequest extends $dara.Model {
|
|
|
330
313
|
provisionProtocolType?: string;
|
|
331
314
|
/**
|
|
332
315
|
* @remarks
|
|
333
|
-
* The IDaaS
|
|
316
|
+
* The IDaaS System for Cross-domain Identity Management protocol synchronization configuration parameters. This parameter is required when ProvisionProtocolType is set to scim2.
|
|
334
317
|
*/
|
|
335
318
|
scimProvisioningConfig?: SetApplicationProvisioningConfigRequestScimProvisioningConfig;
|
|
336
319
|
static names(): { [key: string]: string } {
|