@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
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AddApplicationAccountToUserResponseBody extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The application account ID.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* aac_m6z7awz5kresi2ezgajsbkxxxx
|
|
@@ -12,7 +12,7 @@ export declare class AuthorizeApplicationToGroupsRequest extends $dara.Model {
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* The application role ID.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* app_role_mkv7rgt4ds8d8v0qtzev2mxxxx
|
|
@@ -20,7 +20,7 @@ export declare class AuthorizeApplicationToGroupsRequest extends $dara.Model {
|
|
|
20
20
|
applicationRoleId?: string;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The list of group IDs. You can specify up to 100 group IDs.
|
|
23
|
+
* The list of group IDs. You can specify up to 100 group IDs in a single request.
|
|
24
24
|
*
|
|
25
25
|
* This parameter is required.
|
|
26
26
|
*
|
|
@@ -12,7 +12,7 @@ export declare class AuthorizeApplicationToUsersRequest extends $dara.Model {
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* The application role ID.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* app_role_mkv7rgt4ds8d8v0qtzev2mxxxx
|
|
@@ -30,7 +30,7 @@ export declare class AuthorizeApplicationToUsersRequest extends $dara.Model {
|
|
|
30
30
|
instanceId?: string;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
* The
|
|
33
|
+
* The list of account IDs. You can specify up to 100 account IDs in a single request.
|
|
34
34
|
*
|
|
35
35
|
* This parameter is required.
|
|
36
36
|
*
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AuthorizeResourceServerScopesToClientRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The unique identifier of the Client application.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -22,7 +22,7 @@ export declare class AuthorizeResourceServerScopesToClientRequest extends $dara.
|
|
|
22
22
|
instanceId?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* The
|
|
25
|
+
* The unique identifier of the ResourceServer application.
|
|
26
26
|
*
|
|
27
27
|
* This parameter is required.
|
|
28
28
|
*
|
|
@@ -32,7 +32,7 @@ export declare class AuthorizeResourceServerScopesToClientRequest extends $dara.
|
|
|
32
32
|
resourceServerApplicationId?: string;
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
* The list of
|
|
35
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
36
36
|
*
|
|
37
37
|
* This parameter is required.
|
|
38
38
|
*
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AuthorizeResourceServerScopesToGroupRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The ID of the ResourceServer
|
|
5
|
+
* The application ID of the ResourceServer.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -12,7 +12,7 @@ export declare class AuthorizeResourceServerScopesToGroupRequest extends $dara.M
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* 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 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).
|
|
16
16
|
*
|
|
17
17
|
* This parameter is required.
|
|
18
18
|
*
|
|
@@ -42,7 +42,7 @@ export declare class AuthorizeResourceServerScopesToGroupRequest extends $dara.M
|
|
|
42
42
|
instanceId?: string;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
*
|
|
45
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
46
46
|
*
|
|
47
47
|
* This parameter is required.
|
|
48
48
|
*
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AuthorizeResourceServerScopesToOrganizationalUnitRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The ID of the
|
|
5
|
+
* The application ID of the ResourceServer.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -12,7 +12,7 @@ export declare class AuthorizeResourceServerScopesToOrganizationalUnitRequest ex
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* 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 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).
|
|
16
16
|
*
|
|
17
17
|
* This parameter is required.
|
|
18
18
|
*
|
|
@@ -32,7 +32,7 @@ export declare class AuthorizeResourceServerScopesToOrganizationalUnitRequest ex
|
|
|
32
32
|
instanceId?: string;
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
* The
|
|
35
|
+
* The organizational unit ID.
|
|
36
36
|
*
|
|
37
37
|
* This parameter is required.
|
|
38
38
|
*
|
|
@@ -42,7 +42,7 @@ export declare class AuthorizeResourceServerScopesToOrganizationalUnitRequest ex
|
|
|
42
42
|
organizationalUnitId?: string;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
*
|
|
45
|
+
* The list of scope permission IDs under the ResourceServer.
|
|
46
46
|
*
|
|
47
47
|
* This parameter is required.
|
|
48
48
|
*
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AuthorizeResourceServerScopesToUserRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The ID of the
|
|
5
|
+
* The application ID of the ResourceServer.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -12,7 +12,7 @@ export declare class AuthorizeResourceServerScopesToUserRequest extends $dara.Mo
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* 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 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).
|
|
16
16
|
*
|
|
17
17
|
* This parameter is required.
|
|
18
18
|
*
|
|
@@ -32,7 +32,7 @@ export declare class AuthorizeResourceServerScopesToUserRequest extends $dara.Mo
|
|
|
32
32
|
instanceId?: string;
|
|
33
33
|
/**
|
|
34
34
|
* @remarks
|
|
35
|
-
*
|
|
35
|
+
* The list of Scope permission IDs under the ResourceServer.
|
|
36
36
|
*
|
|
37
37
|
* This parameter is required.
|
|
38
38
|
*
|
|
@@ -42,7 +42,7 @@ export declare class AuthorizeResourceServerScopesToUserRequest extends $dara.Mo
|
|
|
42
42
|
resourceServerScopeIds?: string[];
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* The ID
|
|
45
|
+
* The account ID.
|
|
46
46
|
*
|
|
47
47
|
* This parameter is required.
|
|
48
48
|
*
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class AuthorizeResourceServerToClientRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The unique
|
|
5
|
+
* The unique identifier of the Client application.
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -22,7 +22,7 @@ export declare class AuthorizeResourceServerToClientRequest extends $dara.Model
|
|
|
22
22
|
instanceId?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
* The ID of the
|
|
25
|
+
* The ID of the ResourceServer application.
|
|
26
26
|
*
|
|
27
27
|
* This parameter is required.
|
|
28
28
|
*
|
package/dist/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBodyCheckApplicationProvisioningUserPrimaryOuResult extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Indicates
|
|
5
|
+
* Indicates whether authorization is allowed.
|
|
6
6
|
*/
|
|
7
7
|
allowAuthorization?: boolean;
|
|
8
8
|
/**
|
|
@@ -12,7 +12,7 @@ export declare class CreateApplicationClientSecretRequest extends $dara.Model {
|
|
|
12
12
|
applicationId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
* The expiration time
|
|
15
|
+
* The expiration time in UNIX timestamp format, in milliseconds. If this parameter is left empty, the client secret is permanently valid. The minimum validity period that you can set is 1 day, and the maximum validity period is 3 years.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* 1735530123762
|
|
@@ -10,7 +10,7 @@ export declare class CreateApplicationClientSecretResponseBodyApplicationClientS
|
|
|
10
10
|
clientId?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The
|
|
13
|
+
* The client secret of the application.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* CSEHDcHcrUKHw1CuxkJEHPveWRXBGqVqRsxxxx
|
|
@@ -18,7 +18,7 @@ export declare class CreateApplicationClientSecretResponseBodyApplicationClientS
|
|
|
18
18
|
clientSecret?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The ID of the
|
|
21
|
+
* The client secret ID of the application.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* sci_k52x2ru63rlkflina5utgkxxxx
|
|
@@ -38,7 +38,7 @@ export declare class CreateApplicationClientSecretResponseBodyApplicationClientS
|
|
|
38
38
|
export declare class CreateApplicationClientSecretResponseBody extends $dara.Model {
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
* The
|
|
41
|
+
* The client secret information.
|
|
42
42
|
*/
|
|
43
43
|
applicationClientSecret?: CreateApplicationClientSecretResponseBodyApplicationClientSecret;
|
|
44
44
|
/**
|
|
@@ -27,10 +27,151 @@ export declare class CreateApplicationFederatedCredentialRequestAttributeMapping
|
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
|
+
export declare class CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
31
|
+
principalId?: string;
|
|
32
|
+
resourceGroupName?: string;
|
|
33
|
+
subscriptionId?: string;
|
|
34
|
+
vmNames?: string[];
|
|
35
|
+
static names(): {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
static types(): {
|
|
39
|
+
[key: string]: any;
|
|
40
|
+
};
|
|
41
|
+
validate(): void;
|
|
42
|
+
constructor(map?: {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
export declare class CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
47
|
+
instanceIds?: string[];
|
|
48
|
+
projectId?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @remarks
|
|
51
|
+
* The sub claim that corresponds to the service account.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* 123456789
|
|
55
|
+
*/
|
|
56
|
+
serviceAccountId?: string;
|
|
57
|
+
static names(): {
|
|
58
|
+
[key: string]: string;
|
|
59
|
+
};
|
|
60
|
+
static types(): {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
};
|
|
63
|
+
validate(): void;
|
|
64
|
+
constructor(map?: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
export declare class CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
69
|
+
subject?: string;
|
|
70
|
+
static names(): {
|
|
71
|
+
[key: string]: string;
|
|
72
|
+
};
|
|
73
|
+
static types(): {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
};
|
|
76
|
+
validate(): void;
|
|
77
|
+
constructor(map?: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
export declare class CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* The Kubernetes namespace.
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* default
|
|
88
|
+
*/
|
|
89
|
+
namespace?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @remarks
|
|
92
|
+
* The pod name prefix.
|
|
93
|
+
*
|
|
94
|
+
* @example
|
|
95
|
+
* my-pod-
|
|
96
|
+
*/
|
|
97
|
+
podNamePrefix?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @remarks
|
|
100
|
+
* The Kubernetes service account name.
|
|
101
|
+
*
|
|
102
|
+
* @example
|
|
103
|
+
* my-sa
|
|
104
|
+
*/
|
|
105
|
+
serviceAccountName?: string;
|
|
106
|
+
static names(): {
|
|
107
|
+
[key: string]: string;
|
|
108
|
+
};
|
|
109
|
+
static types(): {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
};
|
|
112
|
+
validate(): void;
|
|
113
|
+
constructor(map?: {
|
|
114
|
+
[key: string]: any;
|
|
115
|
+
});
|
|
116
|
+
}
|
|
117
|
+
export declare class CreateApplicationFederatedCredentialRequestOidcVerificationConfig extends $dara.Model {
|
|
118
|
+
/**
|
|
119
|
+
* @remarks
|
|
120
|
+
* The Azure VM scenario configuration.
|
|
121
|
+
*/
|
|
122
|
+
azureVmConfig?: CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig;
|
|
123
|
+
/**
|
|
124
|
+
* @remarks
|
|
125
|
+
* The GCP VM scenario configuration.
|
|
126
|
+
*/
|
|
127
|
+
gcpVmConfig?: CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig;
|
|
128
|
+
genericConfig?: CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig;
|
|
129
|
+
/**
|
|
130
|
+
* @remarks
|
|
131
|
+
* The Kubernetes scenario configuration.
|
|
132
|
+
*/
|
|
133
|
+
kubernetesConfig?: CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig;
|
|
134
|
+
/**
|
|
135
|
+
* @remarks
|
|
136
|
+
* The OIDC scenario profile. Valid values:
|
|
137
|
+
*
|
|
138
|
+
* - generic
|
|
139
|
+
* - kubernetes
|
|
140
|
+
* - gcp_vm
|
|
141
|
+
* - azure_vm
|
|
142
|
+
*
|
|
143
|
+
* @example
|
|
144
|
+
* kubernetes
|
|
145
|
+
*/
|
|
146
|
+
profile?: string;
|
|
147
|
+
static names(): {
|
|
148
|
+
[key: string]: string;
|
|
149
|
+
};
|
|
150
|
+
static types(): {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
};
|
|
153
|
+
validate(): void;
|
|
154
|
+
constructor(map?: {
|
|
155
|
+
[key: string]: any;
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
export declare class CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig extends $dara.Model {
|
|
159
|
+
instanceIds?: string[];
|
|
160
|
+
static names(): {
|
|
161
|
+
[key: string]: string;
|
|
162
|
+
};
|
|
163
|
+
static types(): {
|
|
164
|
+
[key: string]: any;
|
|
165
|
+
};
|
|
166
|
+
validate(): void;
|
|
167
|
+
constructor(map?: {
|
|
168
|
+
[key: string]: any;
|
|
169
|
+
});
|
|
170
|
+
}
|
|
30
171
|
export declare class CreateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
31
172
|
/**
|
|
32
173
|
* @remarks
|
|
33
|
-
* The name of the application federated credential.
|
|
174
|
+
* The name of the application federated identity credential.
|
|
34
175
|
*
|
|
35
176
|
* This parameter is required.
|
|
36
177
|
*
|
|
@@ -40,7 +181,7 @@ export declare class CreateApplicationFederatedCredentialRequest extends $dara.M
|
|
|
40
181
|
applicationFederatedCredentialName?: string;
|
|
41
182
|
/**
|
|
42
183
|
* @remarks
|
|
43
|
-
* The type of the application federated credential.
|
|
184
|
+
* The type of the application federated identity credential.
|
|
44
185
|
*
|
|
45
186
|
* This parameter is required.
|
|
46
187
|
*
|
|
@@ -73,7 +214,7 @@ export declare class CreateApplicationFederatedCredentialRequest extends $dara.M
|
|
|
73
214
|
description?: string;
|
|
74
215
|
/**
|
|
75
216
|
* @remarks
|
|
76
|
-
* The
|
|
217
|
+
* The federated credential provider ID.
|
|
77
218
|
*
|
|
78
219
|
* This parameter is required.
|
|
79
220
|
*
|
|
@@ -91,6 +232,16 @@ export declare class CreateApplicationFederatedCredentialRequest extends $dara.M
|
|
|
91
232
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
92
233
|
*/
|
|
93
234
|
instanceId?: string;
|
|
235
|
+
/**
|
|
236
|
+
* @remarks
|
|
237
|
+
* The OIDC structured configuration. This parameter applies when the verification mode is structured and the credential type is oidc.
|
|
238
|
+
*/
|
|
239
|
+
oidcVerificationConfig?: CreateApplicationFederatedCredentialRequestOidcVerificationConfig;
|
|
240
|
+
/**
|
|
241
|
+
* @remarks
|
|
242
|
+
* The PKCS#7 structured configuration. This parameter applies when the verification mode is structured and the credential type is pkcs7.
|
|
243
|
+
*/
|
|
244
|
+
pkcs7VerificationConfig?: CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig;
|
|
94
245
|
/**
|
|
95
246
|
* @remarks
|
|
96
247
|
* The verification condition.
|
|
@@ -99,6 +250,17 @@ export declare class CreateApplicationFederatedCredentialRequest extends $dara.M
|
|
|
99
250
|
* IsNullOrEmpty("jwt.issuer")
|
|
100
251
|
*/
|
|
101
252
|
verificationCondition?: string;
|
|
253
|
+
/**
|
|
254
|
+
* @remarks
|
|
255
|
+
* The verification mode. Valid values:
|
|
256
|
+
*
|
|
257
|
+
* - freedom (default)
|
|
258
|
+
* - structured
|
|
259
|
+
*
|
|
260
|
+
* @example
|
|
261
|
+
* freedom
|
|
262
|
+
*/
|
|
263
|
+
verificationMode?: string;
|
|
102
264
|
static names(): {
|
|
103
265
|
[key: string]: string;
|
|
104
266
|
};
|
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.CreateApplicationFederatedCredentialRequest = exports.CreateApplicationFederatedCredentialRequestAttributeMappings = void 0;
|
|
36
|
+
exports.CreateApplicationFederatedCredentialRequest = exports.CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig = exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfig = exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig = exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig = exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig = exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig = exports.CreateApplicationFederatedCredentialRequestAttributeMappings = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
39
|
class CreateApplicationFederatedCredentialRequestAttributeMappings extends $dara.Model {
|
|
@@ -57,6 +57,163 @@ class CreateApplicationFederatedCredentialRequestAttributeMappings extends $dara
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
exports.CreateApplicationFederatedCredentialRequestAttributeMappings = CreateApplicationFederatedCredentialRequestAttributeMappings;
|
|
60
|
+
class CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
61
|
+
static names() {
|
|
62
|
+
return {
|
|
63
|
+
principalId: 'PrincipalId',
|
|
64
|
+
resourceGroupName: 'ResourceGroupName',
|
|
65
|
+
subscriptionId: 'SubscriptionId',
|
|
66
|
+
vmNames: 'VmNames',
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
static types() {
|
|
70
|
+
return {
|
|
71
|
+
principalId: 'string',
|
|
72
|
+
resourceGroupName: 'string',
|
|
73
|
+
subscriptionId: 'string',
|
|
74
|
+
vmNames: { 'type': 'array', 'itemType': 'string' },
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
validate() {
|
|
78
|
+
if (Array.isArray(this.vmNames)) {
|
|
79
|
+
$dara.Model.validateArray(this.vmNames);
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
constructor(map) {
|
|
84
|
+
super(map);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig = CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig;
|
|
88
|
+
class CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
89
|
+
static names() {
|
|
90
|
+
return {
|
|
91
|
+
instanceIds: 'InstanceIds',
|
|
92
|
+
projectId: 'ProjectId',
|
|
93
|
+
serviceAccountId: 'ServiceAccountId',
|
|
94
|
+
};
|
|
95
|
+
}
|
|
96
|
+
static types() {
|
|
97
|
+
return {
|
|
98
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
99
|
+
projectId: 'string',
|
|
100
|
+
serviceAccountId: 'string',
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
validate() {
|
|
104
|
+
if (Array.isArray(this.instanceIds)) {
|
|
105
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
106
|
+
}
|
|
107
|
+
super.validate();
|
|
108
|
+
}
|
|
109
|
+
constructor(map) {
|
|
110
|
+
super(map);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig = CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig;
|
|
114
|
+
class CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
115
|
+
static names() {
|
|
116
|
+
return {
|
|
117
|
+
subject: 'Subject',
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
static types() {
|
|
121
|
+
return {
|
|
122
|
+
subject: 'string',
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
validate() {
|
|
126
|
+
super.validate();
|
|
127
|
+
}
|
|
128
|
+
constructor(map) {
|
|
129
|
+
super(map);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig = CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig;
|
|
133
|
+
class CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
134
|
+
static names() {
|
|
135
|
+
return {
|
|
136
|
+
namespace: 'Namespace',
|
|
137
|
+
podNamePrefix: 'PodNamePrefix',
|
|
138
|
+
serviceAccountName: 'ServiceAccountName',
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
static types() {
|
|
142
|
+
return {
|
|
143
|
+
namespace: 'string',
|
|
144
|
+
podNamePrefix: 'string',
|
|
145
|
+
serviceAccountName: 'string',
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
validate() {
|
|
149
|
+
super.validate();
|
|
150
|
+
}
|
|
151
|
+
constructor(map) {
|
|
152
|
+
super(map);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig = CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig;
|
|
156
|
+
class CreateApplicationFederatedCredentialRequestOidcVerificationConfig extends $dara.Model {
|
|
157
|
+
static names() {
|
|
158
|
+
return {
|
|
159
|
+
azureVmConfig: 'AzureVmConfig',
|
|
160
|
+
gcpVmConfig: 'GcpVmConfig',
|
|
161
|
+
genericConfig: 'GenericConfig',
|
|
162
|
+
kubernetesConfig: 'KubernetesConfig',
|
|
163
|
+
profile: 'Profile',
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
static types() {
|
|
167
|
+
return {
|
|
168
|
+
azureVmConfig: CreateApplicationFederatedCredentialRequestOidcVerificationConfigAzureVmConfig,
|
|
169
|
+
gcpVmConfig: CreateApplicationFederatedCredentialRequestOidcVerificationConfigGcpVmConfig,
|
|
170
|
+
genericConfig: CreateApplicationFederatedCredentialRequestOidcVerificationConfigGenericConfig,
|
|
171
|
+
kubernetesConfig: CreateApplicationFederatedCredentialRequestOidcVerificationConfigKubernetesConfig,
|
|
172
|
+
profile: 'string',
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
validate() {
|
|
176
|
+
if (this.azureVmConfig && typeof this.azureVmConfig.validate === 'function') {
|
|
177
|
+
this.azureVmConfig.validate();
|
|
178
|
+
}
|
|
179
|
+
if (this.gcpVmConfig && typeof this.gcpVmConfig.validate === 'function') {
|
|
180
|
+
this.gcpVmConfig.validate();
|
|
181
|
+
}
|
|
182
|
+
if (this.genericConfig && typeof this.genericConfig.validate === 'function') {
|
|
183
|
+
this.genericConfig.validate();
|
|
184
|
+
}
|
|
185
|
+
if (this.kubernetesConfig && typeof this.kubernetesConfig.validate === 'function') {
|
|
186
|
+
this.kubernetesConfig.validate();
|
|
187
|
+
}
|
|
188
|
+
super.validate();
|
|
189
|
+
}
|
|
190
|
+
constructor(map) {
|
|
191
|
+
super(map);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
exports.CreateApplicationFederatedCredentialRequestOidcVerificationConfig = CreateApplicationFederatedCredentialRequestOidcVerificationConfig;
|
|
195
|
+
class CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig extends $dara.Model {
|
|
196
|
+
static names() {
|
|
197
|
+
return {
|
|
198
|
+
instanceIds: 'InstanceIds',
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
static types() {
|
|
202
|
+
return {
|
|
203
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
204
|
+
};
|
|
205
|
+
}
|
|
206
|
+
validate() {
|
|
207
|
+
if (Array.isArray(this.instanceIds)) {
|
|
208
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
209
|
+
}
|
|
210
|
+
super.validate();
|
|
211
|
+
}
|
|
212
|
+
constructor(map) {
|
|
213
|
+
super(map);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
exports.CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig = CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig;
|
|
60
217
|
class CreateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
61
218
|
static names() {
|
|
62
219
|
return {
|
|
@@ -67,7 +224,10 @@ class CreateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
67
224
|
description: 'Description',
|
|
68
225
|
federatedCredentialProviderId: 'FederatedCredentialProviderId',
|
|
69
226
|
instanceId: 'InstanceId',
|
|
227
|
+
oidcVerificationConfig: 'OidcVerificationConfig',
|
|
228
|
+
pkcs7VerificationConfig: 'Pkcs7VerificationConfig',
|
|
70
229
|
verificationCondition: 'VerificationCondition',
|
|
230
|
+
verificationMode: 'VerificationMode',
|
|
71
231
|
};
|
|
72
232
|
}
|
|
73
233
|
static types() {
|
|
@@ -79,13 +239,22 @@ class CreateApplicationFederatedCredentialRequest extends $dara.Model {
|
|
|
79
239
|
description: 'string',
|
|
80
240
|
federatedCredentialProviderId: 'string',
|
|
81
241
|
instanceId: 'string',
|
|
242
|
+
oidcVerificationConfig: CreateApplicationFederatedCredentialRequestOidcVerificationConfig,
|
|
243
|
+
pkcs7VerificationConfig: CreateApplicationFederatedCredentialRequestPkcs7VerificationConfig,
|
|
82
244
|
verificationCondition: 'string',
|
|
245
|
+
verificationMode: 'string',
|
|
83
246
|
};
|
|
84
247
|
}
|
|
85
248
|
validate() {
|
|
86
249
|
if (Array.isArray(this.attributeMappings)) {
|
|
87
250
|
$dara.Model.validateArray(this.attributeMappings);
|
|
88
251
|
}
|
|
252
|
+
if (this.oidcVerificationConfig && typeof this.oidcVerificationConfig.validate === 'function') {
|
|
253
|
+
this.oidcVerificationConfig.validate();
|
|
254
|
+
}
|
|
255
|
+
if (this.pkcs7VerificationConfig && typeof this.pkcs7VerificationConfig.validate === 'function') {
|
|
256
|
+
this.pkcs7VerificationConfig.validate();
|
|
257
|
+
}
|
|
89
258
|
super.validate();
|
|
90
259
|
}
|
|
91
260
|
constructor(map) {
|