@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
|
@@ -25,7 +25,7 @@ export class CreateClientPublicKeyRequest extends $dara.Model {
|
|
|
25
25
|
applicationId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
*
|
|
28
|
+
* 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).
|
|
29
29
|
*
|
|
30
30
|
* This parameter is required.
|
|
31
31
|
*
|
|
@@ -45,7 +45,7 @@ export class CreateClientPublicKeyRequest extends $dara.Model {
|
|
|
45
45
|
instanceId?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The public key in
|
|
48
|
+
* The public key in PEM format. The key must be of the SPKI type, starting with "-----BEGIN PUBLIC KEY-----" and ending with "-----END PUBLIC KEY-----".
|
|
49
49
|
*
|
|
50
50
|
* This parameter is required.
|
|
51
51
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateClientPublicKeyResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the
|
|
8
|
+
* The ID of the application ClientPublicKey.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* KEYCKmEYW9byWTdjuRbmCjd2Bhg6VpkAxxxx
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateCloudAccountRequest 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 you must make sure that the value is unique among different requests. The ClientToken value 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
|
*
|
|
@@ -25,7 +25,7 @@ export class CreateCloudAccountRequest extends $dara.Model {
|
|
|
25
25
|
cloudAccountExternalId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The
|
|
28
|
+
* The cloud account name.
|
|
29
29
|
*
|
|
30
30
|
* @example
|
|
31
31
|
* cloud_accout_xxxx
|
|
@@ -33,7 +33,7 @@ export class CreateCloudAccountRequest extends $dara.Model {
|
|
|
33
33
|
cloudAccountName?: string;
|
|
34
34
|
/**
|
|
35
35
|
* @remarks
|
|
36
|
-
* The
|
|
36
|
+
* The identity provider name.
|
|
37
37
|
*
|
|
38
38
|
* @example
|
|
39
39
|
* idaas-eiam-oidc-provider
|
|
@@ -41,11 +41,10 @@ export class CreateCloudAccountRequest extends $dara.Model {
|
|
|
41
41
|
cloudAccountProviderName?: string;
|
|
42
42
|
/**
|
|
43
43
|
* @remarks
|
|
44
|
-
* The
|
|
44
|
+
* The cloud account site. Valid values:
|
|
45
45
|
*
|
|
46
|
-
* - global: international site
|
|
47
|
-
*
|
|
48
|
-
* - china_mainland: China mainland site
|
|
46
|
+
* - global: international site.
|
|
47
|
+
* - china_mainland: China site.
|
|
49
48
|
*
|
|
50
49
|
* @example
|
|
51
50
|
* china_mainland
|
|
@@ -53,9 +52,9 @@ export class CreateCloudAccountRequest extends $dara.Model {
|
|
|
53
52
|
cloudAccountSite?: string;
|
|
54
53
|
/**
|
|
55
54
|
* @remarks
|
|
56
|
-
* The
|
|
55
|
+
* The cloud account type. Valid values:
|
|
57
56
|
*
|
|
58
|
-
* - alibaba_cloud: Alibaba Cloud
|
|
57
|
+
* - alibaba_cloud: Alibaba Cloud.
|
|
59
58
|
*
|
|
60
59
|
* This parameter is required.
|
|
61
60
|
*
|
|
@@ -73,7 +72,7 @@ export class CreateCloudAccountRequest extends $dara.Model {
|
|
|
73
72
|
description?: string;
|
|
74
73
|
/**
|
|
75
74
|
* @remarks
|
|
76
|
-
* The ID
|
|
75
|
+
* The instance ID.
|
|
77
76
|
*
|
|
78
77
|
* This parameter is required.
|
|
79
78
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateCloudAccountResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The cloud account ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ca_01kmegjc11qa1txxxxx
|
|
@@ -13,7 +13,7 @@ export class CreateCloudAccountResponseBody extends $dara.Model {
|
|
|
13
13
|
cloudAccountId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The ID
|
|
16
|
+
* The request ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -5,14 +5,14 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateCredentialProviderRequestCredentialProviderConfigJwtProviderConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The list of allowed issuers
|
|
8
|
+
* The list of allowed JWT issuers.
|
|
9
9
|
*
|
|
10
|
-
* > The list can contain
|
|
10
|
+
* > The list can contain up to 200 entries.
|
|
11
11
|
*/
|
|
12
12
|
allowedTokenIssuers?: string[];
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* Specifies whether to enable the short
|
|
15
|
+
* Specifies whether to enable the JWT derived short token capability.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* false
|
|
@@ -20,7 +20,7 @@ export class CreateCredentialProviderRequestCredentialProviderConfigJwtProviderC
|
|
|
20
20
|
derivedShortTokenEnabled?: boolean;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The validity period of the
|
|
23
|
+
* The validity period of the JWT. Unit: seconds.
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* 900
|
|
@@ -28,7 +28,7 @@ export class CreateCredentialProviderRequestCredentialProviderConfigJwtProviderC
|
|
|
28
28
|
expiration?: number;
|
|
29
29
|
/**
|
|
30
30
|
* @remarks
|
|
31
|
-
* Specifies whether to enable
|
|
31
|
+
* Specifies whether to enable JWT expiration cleanup.
|
|
32
32
|
*
|
|
33
33
|
* @example
|
|
34
34
|
* true
|
|
@@ -67,9 +67,9 @@ export class CreateCredentialProviderRequestCredentialProviderConfigJwtProviderC
|
|
|
67
67
|
export class CreateCredentialProviderRequestCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
68
68
|
/**
|
|
69
69
|
* @remarks
|
|
70
|
-
* The
|
|
70
|
+
* The client_id in the OAuth protocol, which is the client ID.
|
|
71
71
|
*
|
|
72
|
-
* > The
|
|
72
|
+
* > The length cannot exceed 128 characters.
|
|
73
73
|
*
|
|
74
74
|
* This parameter is required.
|
|
75
75
|
*
|
|
@@ -79,9 +79,9 @@ export class CreateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
79
79
|
clientId?: string;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The
|
|
82
|
+
* The client_secret in the OAuth protocol, which is the client secret.
|
|
83
83
|
*
|
|
84
|
-
* > The
|
|
84
|
+
* > The length cannot exceed 1024 characters.
|
|
85
85
|
*
|
|
86
86
|
* This parameter is required.
|
|
87
87
|
*
|
|
@@ -91,25 +91,17 @@ export class CreateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
91
91
|
clientSecret?: string;
|
|
92
92
|
/**
|
|
93
93
|
* @remarks
|
|
94
|
-
* The scope
|
|
94
|
+
* The scope in the OAuth protocol, which specifies the permission scope.
|
|
95
95
|
*
|
|
96
|
-
* > The
|
|
96
|
+
* > The Scope configuration on 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 on the credential provider is used for issuance.
|
|
97
97
|
*
|
|
98
|
-
* >Notice:
|
|
98
|
+
* >Notice: Separate multiple Scope values with spaces.
|
|
99
99
|
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
* The
|
|
105
|
-
*
|
|
106
|
-
* 1. The scope can contain lowercase letters, digits, and the following special characters: `|/:_-.`
|
|
107
|
-
*
|
|
108
|
-
* 2. The scope must contain lowercase letters or digits.
|
|
109
|
-
*
|
|
110
|
-
* 3. The scope must start with a special character `.`, a lowercase letter, or a digit.
|
|
111
|
-
*
|
|
112
|
-
* 4. The scope cannot exceed 1024 characters in length.
|
|
100
|
+
* The following restrictions apply to each individual Scope value:
|
|
101
|
+
* 1. Allowed characters: lowercase letters, digits, and the special characters `|/:_-.`
|
|
102
|
+
* 2. Must contain at least one lowercase letter or digit.
|
|
103
|
+
* 3. Must start with the special character `.`, a lowercase letter, or a digit.
|
|
104
|
+
* 4. The length cannot exceed 1024 characters.
|
|
113
105
|
*
|
|
114
106
|
* @example
|
|
115
107
|
* example:test_01 example:test_02
|
|
@@ -117,9 +109,9 @@ export class CreateCredentialProviderRequestCredentialProviderConfigOAuthProvide
|
|
|
117
109
|
scope?: string;
|
|
118
110
|
/**
|
|
119
111
|
* @remarks
|
|
120
|
-
* The token endpoint
|
|
112
|
+
* The token endpoint of the OAuth protocol.
|
|
121
113
|
*
|
|
122
|
-
* > The value must start with `http://` or `https
|
|
114
|
+
* > The value must start with `http://` or `https://`, and the length cannot exceed 1024 characters.
|
|
123
115
|
*
|
|
124
116
|
* This parameter is required.
|
|
125
117
|
*
|
|
@@ -197,9 +189,9 @@ export class CreateCredentialProviderRequestCredentialProviderConfig extends $da
|
|
|
197
189
|
export class CreateCredentialProviderRequest extends $dara.Model {
|
|
198
190
|
/**
|
|
199
191
|
* @remarks
|
|
200
|
-
* The
|
|
192
|
+
* The idempotency token that ensures the idempotence of the request.
|
|
201
193
|
*
|
|
202
|
-
* Generate a parameter value from your client to
|
|
194
|
+
* Generate a parameter value from your client to ensure that the value is unique across 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).
|
|
203
195
|
*
|
|
204
196
|
* This parameter is required.
|
|
205
197
|
*
|
|
@@ -214,9 +206,9 @@ export class CreateCredentialProviderRequest extends $dara.Model {
|
|
|
214
206
|
credentialProviderConfig?: CreateCredentialProviderRequestCredentialProviderConfig;
|
|
215
207
|
/**
|
|
216
208
|
* @remarks
|
|
217
|
-
* The identifier of the credential provider.
|
|
209
|
+
* The business identifier of the credential provider.
|
|
218
210
|
*
|
|
219
|
-
* >
|
|
211
|
+
* > Allowed characters include uppercase and lowercase letters, digits, and the special characters `.-_`. The length cannot exceed 64 characters.
|
|
220
212
|
*
|
|
221
213
|
* This parameter is required.
|
|
222
214
|
*
|
|
@@ -228,7 +220,7 @@ export class CreateCredentialProviderRequest extends $dara.Model {
|
|
|
228
220
|
* @remarks
|
|
229
221
|
* The name of the credential provider.
|
|
230
222
|
*
|
|
231
|
-
* > The
|
|
223
|
+
* > The length cannot exceed 64 characters.
|
|
232
224
|
*
|
|
233
225
|
* This parameter is required.
|
|
234
226
|
*
|
|
@@ -241,7 +233,6 @@ export class CreateCredentialProviderRequest extends $dara.Model {
|
|
|
241
233
|
* The type of the credential provider. Valid values:
|
|
242
234
|
*
|
|
243
235
|
* - oauth: OAuth credential provider
|
|
244
|
-
*
|
|
245
236
|
* - jwt: JWT credential provider
|
|
246
237
|
*
|
|
247
238
|
* This parameter is required.
|
|
@@ -254,7 +245,7 @@ export class CreateCredentialProviderRequest extends $dara.Model {
|
|
|
254
245
|
* @remarks
|
|
255
246
|
* The description.
|
|
256
247
|
*
|
|
257
|
-
* > The
|
|
248
|
+
* > The length cannot exceed 128 characters.
|
|
258
249
|
*
|
|
259
250
|
* @example
|
|
260
251
|
* This is an example description
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateCredentialProviderResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The credential provider ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* atp_01kr2cmj5gxxx4fvmls2e93dxxxxx
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateCredentialRequestCredentialContentApiKeyContent extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The API key.
|
|
8
|
+
* The API key content.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* nsklnertyt5ddwizncxxxx
|
|
@@ -35,7 +35,7 @@ export class CreateCredentialRequestCredentialContentApiKeyContent extends $dara
|
|
|
35
35
|
export class CreateCredentialRequestCredentialContentOAuthClientContent 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 CreateCredentialRequestCredentialContentOAuthClientContent extends
|
|
|
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
|
* nsklncmwizncxxxx
|
|
@@ -75,12 +75,12 @@ export class CreateCredentialRequestCredentialContentOAuthClientContent extends
|
|
|
75
75
|
export class CreateCredentialRequestCredentialContent extends $dara.Model {
|
|
76
76
|
/**
|
|
77
77
|
* @remarks
|
|
78
|
-
* The credential content of the API key type.
|
|
78
|
+
* The credential content of the API key credential type.
|
|
79
79
|
*/
|
|
80
80
|
apiKeyContent?: CreateCredentialRequestCredentialContentApiKeyContent;
|
|
81
81
|
/**
|
|
82
82
|
* @remarks
|
|
83
|
-
* The credential content of the OAuth client type.
|
|
83
|
+
* The credential content of the OAuth client authentication credential type.
|
|
84
84
|
*/
|
|
85
85
|
OAuthClientContent?: CreateCredentialRequestCredentialContentOAuthClientContent;
|
|
86
86
|
static names(): { [key: string]: string } {
|
|
@@ -115,7 +115,7 @@ export class CreateCredentialRequestCredentialContent extends $dara.Model {
|
|
|
115
115
|
export class CreateCredentialRequest extends $dara.Model {
|
|
116
116
|
/**
|
|
117
117
|
* @remarks
|
|
118
|
-
*
|
|
118
|
+
* The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The ClientToken parameter 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).
|
|
119
119
|
*
|
|
120
120
|
* This parameter is required.
|
|
121
121
|
*
|
|
@@ -153,11 +153,9 @@ export class CreateCredentialRequest extends $dara.Model {
|
|
|
153
153
|
credentialName?: string;
|
|
154
154
|
/**
|
|
155
155
|
* @remarks
|
|
156
|
-
* The
|
|
157
|
-
*
|
|
158
|
-
* -
|
|
159
|
-
*
|
|
160
|
-
* - `saas`: third-party SaaS.
|
|
156
|
+
* The Scenarios label of the credential. Valid values:
|
|
157
|
+
* - llm: large language model.
|
|
158
|
+
* - saas: third-party SaaS service.
|
|
161
159
|
*
|
|
162
160
|
* @example
|
|
163
161
|
* llm
|
|
@@ -166,7 +164,7 @@ export class CreateCredentialRequest extends $dara.Model {
|
|
|
166
164
|
credentialSharingScope?: string;
|
|
167
165
|
/**
|
|
168
166
|
* @remarks
|
|
169
|
-
* The ID of the credential
|
|
167
|
+
* The subject ID of the credential.
|
|
170
168
|
*
|
|
171
169
|
* @example
|
|
172
170
|
* apt_werthgfdsasffxxxxx
|
|
@@ -174,9 +172,8 @@ export class CreateCredentialRequest extends $dara.Model {
|
|
|
174
172
|
credentialSubjectId?: string;
|
|
175
173
|
/**
|
|
176
174
|
* @remarks
|
|
177
|
-
* The subject type of the credential. Valid
|
|
178
|
-
*
|
|
179
|
-
* - `authentication_token_provider`: an authentication token provider.
|
|
175
|
+
* The subject type of the credential. Valid values:
|
|
176
|
+
* - authentication_token_provider: authentication token provider.
|
|
180
177
|
*
|
|
181
178
|
* @example
|
|
182
179
|
* authentication_token_provider
|
|
@@ -185,10 +182,8 @@ export class CreateCredentialRequest extends $dara.Model {
|
|
|
185
182
|
/**
|
|
186
183
|
* @remarks
|
|
187
184
|
* The credential type. Valid values:
|
|
188
|
-
*
|
|
189
|
-
* -
|
|
190
|
-
*
|
|
191
|
-
* - `oauth_client`: an OAuth client.
|
|
185
|
+
* - api_key: API key authentication credential.
|
|
186
|
+
* - oauth_client: OAuth client authentication credential.
|
|
192
187
|
*
|
|
193
188
|
* This parameter is required.
|
|
194
189
|
*
|
|
@@ -32,12 +32,12 @@ export class CreateFederatedCredentialProviderRequestCloudIdPProviderConfig exte
|
|
|
32
32
|
export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends $dara.Model {
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
*
|
|
35
|
+
* The list of audiences.
|
|
36
36
|
*/
|
|
37
37
|
audiences?: string[];
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
*
|
|
40
|
+
* Issuer
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* https://example.com
|
|
@@ -45,7 +45,7 @@ export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends
|
|
|
45
45
|
issuer?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The source of the
|
|
48
|
+
* The source of the JWKS.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* static
|
|
@@ -53,7 +53,7 @@ export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends
|
|
|
53
53
|
jwksSource?: string;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The
|
|
56
|
+
* The JWKS endpoint.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* https://example.com/jwks
|
|
@@ -61,7 +61,7 @@ export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends
|
|
|
61
61
|
jwksUri?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The
|
|
64
|
+
* The statically retrieved JWKS.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* {
|
|
@@ -79,7 +79,7 @@ export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends
|
|
|
79
79
|
staticJwks?: string;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The condition
|
|
82
|
+
* The trust condition.
|
|
83
83
|
*
|
|
84
84
|
* @example
|
|
85
85
|
* IsNullOrEmpty("jwt.issuer")
|
|
@@ -122,7 +122,7 @@ export class CreateFederatedCredentialProviderRequestOidcProviderConfig extends
|
|
|
122
122
|
export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfigCertificates extends $dara.Model {
|
|
123
123
|
/**
|
|
124
124
|
* @remarks
|
|
125
|
-
* The content of the
|
|
125
|
+
* The content of the root certificate.
|
|
126
126
|
*
|
|
127
127
|
* @example
|
|
128
128
|
* -----BEGIN CERTIFICATE-----
|
|
@@ -154,12 +154,12 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfigCertific
|
|
|
154
154
|
export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends $dara.Model {
|
|
155
155
|
/**
|
|
156
156
|
* @remarks
|
|
157
|
-
* The
|
|
157
|
+
* The list of PKCS7 certificates.
|
|
158
158
|
*/
|
|
159
159
|
certificates?: CreateFederatedCredentialProviderRequestPkcs7ProviderConfigCertificates[];
|
|
160
160
|
/**
|
|
161
161
|
* @remarks
|
|
162
|
-
* The
|
|
162
|
+
* The CMS verification mode.
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
165
|
* cert_chain
|
|
@@ -167,7 +167,7 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends
|
|
|
167
167
|
cmsVerificationMode?: string;
|
|
168
168
|
/**
|
|
169
169
|
* @remarks
|
|
170
|
-
* The validity period of the signature
|
|
170
|
+
* The validity period of the signature.
|
|
171
171
|
*
|
|
172
172
|
* @example
|
|
173
173
|
* 1200
|
|
@@ -175,7 +175,7 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends
|
|
|
175
175
|
signatureEffectiveTime?: number;
|
|
176
176
|
/**
|
|
177
177
|
* @remarks
|
|
178
|
-
* The expression to
|
|
178
|
+
* The expression used to retrieve the signing time.
|
|
179
179
|
*
|
|
180
180
|
* @example
|
|
181
181
|
* pkcs7.signingTime
|
|
@@ -183,7 +183,7 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends
|
|
|
183
183
|
signingTimeValueExpression?: string;
|
|
184
184
|
/**
|
|
185
185
|
* @remarks
|
|
186
|
-
* The source of the trust anchor.
|
|
186
|
+
* The source of the certificate trust anchor.
|
|
187
187
|
*
|
|
188
188
|
* @example
|
|
189
189
|
* custom
|
|
@@ -191,7 +191,7 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends
|
|
|
191
191
|
trustAnchorSource?: string;
|
|
192
192
|
/**
|
|
193
193
|
* @remarks
|
|
194
|
-
* The condition
|
|
194
|
+
* The trust condition.
|
|
195
195
|
*
|
|
196
196
|
* @example
|
|
197
197
|
* IsNullOrEmpty("jwt.issuer")
|
|
@@ -234,7 +234,7 @@ export class CreateFederatedCredentialProviderRequestPkcs7ProviderConfig extends
|
|
|
234
234
|
export class CreateFederatedCredentialProviderRequestPrivateCaProviderConfigCertificates extends $dara.Model {
|
|
235
235
|
/**
|
|
236
236
|
* @remarks
|
|
237
|
-
* The content of the
|
|
237
|
+
* The content of the root certificate.
|
|
238
238
|
*
|
|
239
239
|
* @example
|
|
240
240
|
* -----BEGIN CERTIFICATE-----
|
|
@@ -266,12 +266,12 @@ export class CreateFederatedCredentialProviderRequestPrivateCaProviderConfigCert
|
|
|
266
266
|
export class CreateFederatedCredentialProviderRequestPrivateCaProviderConfig extends $dara.Model {
|
|
267
267
|
/**
|
|
268
268
|
* @remarks
|
|
269
|
-
* The root certificates
|
|
269
|
+
* The list of root certificates.
|
|
270
270
|
*/
|
|
271
271
|
certificates?: CreateFederatedCredentialProviderRequestPrivateCaProviderConfigCertificates[];
|
|
272
272
|
/**
|
|
273
273
|
* @remarks
|
|
274
|
-
* The
|
|
274
|
+
* The method used to retrieve the root certificate.
|
|
275
275
|
*
|
|
276
276
|
* @example
|
|
277
277
|
* custom
|
|
@@ -279,7 +279,7 @@ export class CreateFederatedCredentialProviderRequestPrivateCaProviderConfig ext
|
|
|
279
279
|
trustAnchorSource?: string;
|
|
280
280
|
/**
|
|
281
281
|
* @remarks
|
|
282
|
-
* The condition for
|
|
282
|
+
* The trust condition for the root certificate.
|
|
283
283
|
*
|
|
284
284
|
* @example
|
|
285
285
|
* IsNullOrEmpty("jwt.issuer")
|
|
@@ -317,7 +317,7 @@ export class CreateFederatedCredentialProviderRequest extends $dara.Model {
|
|
|
317
317
|
cloudIdPProviderConfig?: CreateFederatedCredentialProviderRequestCloudIdPProviderConfig;
|
|
318
318
|
/**
|
|
319
319
|
* @remarks
|
|
320
|
-
* The description of the federated
|
|
320
|
+
* The description of the federated trust source.
|
|
321
321
|
*
|
|
322
322
|
* @example
|
|
323
323
|
* test
|
|
@@ -325,7 +325,7 @@ export class CreateFederatedCredentialProviderRequest extends $dara.Model {
|
|
|
325
325
|
description?: string;
|
|
326
326
|
/**
|
|
327
327
|
* @remarks
|
|
328
|
-
* The name of the federated
|
|
328
|
+
* The name of the federated trust source.
|
|
329
329
|
*
|
|
330
330
|
* This parameter is required.
|
|
331
331
|
*
|
|
@@ -335,7 +335,7 @@ export class CreateFederatedCredentialProviderRequest extends $dara.Model {
|
|
|
335
335
|
federatedCredentialProviderName?: string;
|
|
336
336
|
/**
|
|
337
337
|
* @remarks
|
|
338
|
-
* The type of the federated
|
|
338
|
+
* The type of the federated trust source.
|
|
339
339
|
*
|
|
340
340
|
* This parameter is required.
|
|
341
341
|
*
|
|
@@ -355,7 +355,7 @@ export class CreateFederatedCredentialProviderRequest extends $dara.Model {
|
|
|
355
355
|
instanceId?: string;
|
|
356
356
|
/**
|
|
357
357
|
* @remarks
|
|
358
|
-
* The network access endpoint
|
|
358
|
+
* The ID of the network access endpoint.
|
|
359
359
|
*
|
|
360
360
|
* @example
|
|
361
361
|
* nae_example_id
|
|
@@ -363,17 +363,17 @@ export class CreateFederatedCredentialProviderRequest extends $dara.Model {
|
|
|
363
363
|
networkAccessEndpointId?: string;
|
|
364
364
|
/**
|
|
365
365
|
* @remarks
|
|
366
|
-
* The
|
|
366
|
+
* The OIDC configuration.
|
|
367
367
|
*/
|
|
368
368
|
oidcProviderConfig?: CreateFederatedCredentialProviderRequestOidcProviderConfig;
|
|
369
369
|
/**
|
|
370
370
|
* @remarks
|
|
371
|
-
* The
|
|
371
|
+
* The PKCS7 configuration.
|
|
372
372
|
*/
|
|
373
373
|
pkcs7ProviderConfig?: CreateFederatedCredentialProviderRequestPkcs7ProviderConfig;
|
|
374
374
|
/**
|
|
375
375
|
* @remarks
|
|
376
|
-
* The
|
|
376
|
+
* The private CA configuration.
|
|
377
377
|
*/
|
|
378
378
|
privateCaProviderConfig?: CreateFederatedCredentialProviderRequestPrivateCaProviderConfig;
|
|
379
379
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateFederatedCredentialProviderResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the federated
|
|
8
|
+
* The ID of the federated trust source.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* fcp_sada123XXXX
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteApplicationClientSecretRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The application ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class DeleteApplicationClientSecretRequest extends $dara.Model {
|
|
|
15
15
|
applicationId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -25,7 +25,7 @@ export class DeleteApplicationClientSecretRequest extends $dara.Model {
|
|
|
25
25
|
instanceId?: string;
|
|
26
26
|
/**
|
|
27
27
|
* @remarks
|
|
28
|
-
* The
|
|
28
|
+
* The client secret ID of the 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 DeleteApplicationFederatedCredentialRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The application federated identity credential ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DeleteApplicationRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The application ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class DeleteApplicationRequest extends $dara.Model {
|
|
|
15
15
|
applicationId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|