@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,10 +2,242 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
6
|
+
principalId?: string;
|
|
7
|
+
resourceGroupName?: string;
|
|
8
|
+
subscriptionId?: string;
|
|
9
|
+
vmNames?: string[];
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
principalId: 'PrincipalId',
|
|
13
|
+
resourceGroupName: 'ResourceGroupName',
|
|
14
|
+
subscriptionId: 'SubscriptionId',
|
|
15
|
+
vmNames: 'VmNames',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
static types(): { [key: string]: any } {
|
|
20
|
+
return {
|
|
21
|
+
principalId: 'string',
|
|
22
|
+
resourceGroupName: 'string',
|
|
23
|
+
subscriptionId: 'string',
|
|
24
|
+
vmNames: { 'type': 'array', 'itemType': 'string' },
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
validate() {
|
|
29
|
+
if(Array.isArray(this.vmNames)) {
|
|
30
|
+
$dara.Model.validateArray(this.vmNames);
|
|
31
|
+
}
|
|
32
|
+
super.validate();
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
constructor(map?: { [key: string]: any }) {
|
|
36
|
+
super(map);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* The list of VM instance IDs. A maximum of 10 IDs are supported.
|
|
44
|
+
*/
|
|
45
|
+
instanceIds?: string[];
|
|
46
|
+
projectId?: string;
|
|
47
|
+
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The sub claim that corresponds to the service account.
|
|
50
|
+
*/
|
|
51
|
+
serviceAccountId?: string;
|
|
52
|
+
static names(): { [key: string]: string } {
|
|
53
|
+
return {
|
|
54
|
+
instanceIds: 'InstanceIds',
|
|
55
|
+
projectId: 'ProjectId',
|
|
56
|
+
serviceAccountId: 'ServiceAccountId',
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
static types(): { [key: string]: any } {
|
|
61
|
+
return {
|
|
62
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
63
|
+
projectId: 'string',
|
|
64
|
+
serviceAccountId: 'string',
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
validate() {
|
|
69
|
+
if(Array.isArray(this.instanceIds)) {
|
|
70
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
71
|
+
}
|
|
72
|
+
super.validate();
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
constructor(map?: { [key: string]: any }) {
|
|
76
|
+
super(map);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
81
|
+
subject?: string;
|
|
82
|
+
static names(): { [key: string]: string } {
|
|
83
|
+
return {
|
|
84
|
+
subject: 'Subject',
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
static types(): { [key: string]: any } {
|
|
89
|
+
return {
|
|
90
|
+
subject: 'string',
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
validate() {
|
|
95
|
+
super.validate();
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
constructor(map?: { [key: string]: any }) {
|
|
99
|
+
super(map);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
104
|
+
/**
|
|
105
|
+
* @remarks
|
|
106
|
+
* The Kubernetes namespace.
|
|
107
|
+
*/
|
|
108
|
+
namespace?: string;
|
|
109
|
+
/**
|
|
110
|
+
* @remarks
|
|
111
|
+
* The pod name prefix.
|
|
112
|
+
*/
|
|
113
|
+
podNamePrefix?: string;
|
|
114
|
+
/**
|
|
115
|
+
* @remarks
|
|
116
|
+
* The Kubernetes service account name.
|
|
117
|
+
*/
|
|
118
|
+
serviceAccountName?: string;
|
|
119
|
+
static names(): { [key: string]: string } {
|
|
120
|
+
return {
|
|
121
|
+
namespace: 'Namespace',
|
|
122
|
+
podNamePrefix: 'PodNamePrefix',
|
|
123
|
+
serviceAccountName: 'ServiceAccountName',
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
static types(): { [key: string]: any } {
|
|
128
|
+
return {
|
|
129
|
+
namespace: 'string',
|
|
130
|
+
podNamePrefix: 'string',
|
|
131
|
+
serviceAccountName: 'string',
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
validate() {
|
|
136
|
+
super.validate();
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
constructor(map?: { [key: string]: any }) {
|
|
140
|
+
super(map);
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig extends $dara.Model {
|
|
145
|
+
/**
|
|
146
|
+
* @remarks
|
|
147
|
+
* The Azure VM scenario configuration.
|
|
148
|
+
*/
|
|
149
|
+
azureVmConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig;
|
|
150
|
+
/**
|
|
151
|
+
* @remarks
|
|
152
|
+
* The GCP VM scenario configuration.
|
|
153
|
+
*/
|
|
154
|
+
gcpVmConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig;
|
|
155
|
+
genericConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig;
|
|
156
|
+
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* The Kubernetes scenario configuration.
|
|
159
|
+
*/
|
|
160
|
+
kubernetesConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig;
|
|
161
|
+
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The OIDC scenario profile. Valid values: generic, kubernetes, gcp_vm, and azure_vm.
|
|
164
|
+
*/
|
|
165
|
+
profile?: string;
|
|
166
|
+
static names(): { [key: string]: string } {
|
|
167
|
+
return {
|
|
168
|
+
azureVmConfig: 'AzureVmConfig',
|
|
169
|
+
gcpVmConfig: 'GcpVmConfig',
|
|
170
|
+
genericConfig: 'GenericConfig',
|
|
171
|
+
kubernetesConfig: 'KubernetesConfig',
|
|
172
|
+
profile: 'Profile',
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
static types(): { [key: string]: any } {
|
|
177
|
+
return {
|
|
178
|
+
azureVmConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig,
|
|
179
|
+
gcpVmConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig,
|
|
180
|
+
genericConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig,
|
|
181
|
+
kubernetesConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig,
|
|
182
|
+
profile: 'string',
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
validate() {
|
|
187
|
+
if(this.azureVmConfig && typeof (this.azureVmConfig as any).validate === 'function') {
|
|
188
|
+
(this.azureVmConfig as any).validate();
|
|
189
|
+
}
|
|
190
|
+
if(this.gcpVmConfig && typeof (this.gcpVmConfig as any).validate === 'function') {
|
|
191
|
+
(this.gcpVmConfig as any).validate();
|
|
192
|
+
}
|
|
193
|
+
if(this.genericConfig && typeof (this.genericConfig as any).validate === 'function') {
|
|
194
|
+
(this.genericConfig as any).validate();
|
|
195
|
+
}
|
|
196
|
+
if(this.kubernetesConfig && typeof (this.kubernetesConfig as any).validate === 'function') {
|
|
197
|
+
(this.kubernetesConfig as any).validate();
|
|
198
|
+
}
|
|
199
|
+
super.validate();
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
constructor(map?: { [key: string]: any }) {
|
|
203
|
+
super(map);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig extends $dara.Model {
|
|
208
|
+
/**
|
|
209
|
+
* @remarks
|
|
210
|
+
* The list of allowed instance IDs. A maximum of 10 IDs are supported.
|
|
211
|
+
*/
|
|
212
|
+
instanceIds?: string[];
|
|
213
|
+
static names(): { [key: string]: string } {
|
|
214
|
+
return {
|
|
215
|
+
instanceIds: 'InstanceIds',
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
static types(): { [key: string]: any } {
|
|
220
|
+
return {
|
|
221
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
222
|
+
};
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
validate() {
|
|
226
|
+
if(Array.isArray(this.instanceIds)) {
|
|
227
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
228
|
+
}
|
|
229
|
+
super.validate();
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
constructor(map?: { [key: string]: any }) {
|
|
233
|
+
super(map);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
5
237
|
export class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials extends $dara.Model {
|
|
6
238
|
/**
|
|
7
239
|
* @remarks
|
|
8
|
-
* The
|
|
240
|
+
* The application federated credential ID.
|
|
9
241
|
*
|
|
10
242
|
* @example
|
|
11
243
|
* afc_adsa1sdaxxxxx
|
|
@@ -37,7 +269,7 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
37
269
|
applicationId?: string;
|
|
38
270
|
/**
|
|
39
271
|
* @remarks
|
|
40
|
-
* The time when the credential was created.
|
|
272
|
+
* The time when the application federated credential was created.
|
|
41
273
|
*
|
|
42
274
|
* @example
|
|
43
275
|
* 1758785994982
|
|
@@ -53,7 +285,7 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
53
285
|
description?: string;
|
|
54
286
|
/**
|
|
55
287
|
* @remarks
|
|
56
|
-
* The
|
|
288
|
+
* The federated trust source ID.
|
|
57
289
|
*
|
|
58
290
|
* @example
|
|
59
291
|
* fcp_das1asda1xxxx
|
|
@@ -69,12 +301,22 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
69
301
|
instanceId?: string;
|
|
70
302
|
/**
|
|
71
303
|
* @remarks
|
|
72
|
-
* The time when the credential was last used.
|
|
304
|
+
* The time when the application federated credential was last used.
|
|
73
305
|
*
|
|
74
306
|
* @example
|
|
75
307
|
* 1758785994982
|
|
76
308
|
*/
|
|
77
309
|
lastUsedTime?: number;
|
|
310
|
+
/**
|
|
311
|
+
* @remarks
|
|
312
|
+
* The OIDC structured configuration. This parameter applies to the structured mode with the OIDC type.
|
|
313
|
+
*/
|
|
314
|
+
oidcVerificationConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig;
|
|
315
|
+
/**
|
|
316
|
+
* @remarks
|
|
317
|
+
* The PKCS#7 structured configuration. This parameter applies to the structured mode with the PKCS#7 type.
|
|
318
|
+
*/
|
|
319
|
+
pkcs7VerificationConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig;
|
|
78
320
|
/**
|
|
79
321
|
* @remarks
|
|
80
322
|
* The status of the application federated credential.
|
|
@@ -85,12 +327,22 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
85
327
|
status?: string;
|
|
86
328
|
/**
|
|
87
329
|
* @remarks
|
|
88
|
-
* The time when the credential was last updated.
|
|
330
|
+
* The time when the application federated credential was last updated.
|
|
89
331
|
*
|
|
90
332
|
* @example
|
|
91
333
|
* 1758785994982
|
|
92
334
|
*/
|
|
93
335
|
updateTime?: number;
|
|
336
|
+
/**
|
|
337
|
+
* @remarks
|
|
338
|
+
* The verification condition. In freedom mode, this is a manually entered value. In structured mode, this is the final compiled value.
|
|
339
|
+
*/
|
|
340
|
+
verificationCondition?: string;
|
|
341
|
+
/**
|
|
342
|
+
* @remarks
|
|
343
|
+
* The verification mode. Valid values: freedom and structured.
|
|
344
|
+
*/
|
|
345
|
+
verificationMode?: string;
|
|
94
346
|
static names(): { [key: string]: string } {
|
|
95
347
|
return {
|
|
96
348
|
applicationFederatedCredentialId: 'ApplicationFederatedCredentialId',
|
|
@@ -102,8 +354,12 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
102
354
|
federatedCredentialProviderId: 'FederatedCredentialProviderId',
|
|
103
355
|
instanceId: 'InstanceId',
|
|
104
356
|
lastUsedTime: 'LastUsedTime',
|
|
357
|
+
oidcVerificationConfig: 'OidcVerificationConfig',
|
|
358
|
+
pkcs7VerificationConfig: 'Pkcs7VerificationConfig',
|
|
105
359
|
status: 'Status',
|
|
106
360
|
updateTime: 'UpdateTime',
|
|
361
|
+
verificationCondition: 'VerificationCondition',
|
|
362
|
+
verificationMode: 'VerificationMode',
|
|
107
363
|
};
|
|
108
364
|
}
|
|
109
365
|
|
|
@@ -118,12 +374,22 @@ export class ListApplicationFederatedCredentialsResponseBodyApplicationFederated
|
|
|
118
374
|
federatedCredentialProviderId: 'string',
|
|
119
375
|
instanceId: 'string',
|
|
120
376
|
lastUsedTime: 'number',
|
|
377
|
+
oidcVerificationConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig,
|
|
378
|
+
pkcs7VerificationConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig,
|
|
121
379
|
status: 'string',
|
|
122
380
|
updateTime: 'number',
|
|
381
|
+
verificationCondition: 'string',
|
|
382
|
+
verificationMode: 'string',
|
|
123
383
|
};
|
|
124
384
|
}
|
|
125
385
|
|
|
126
386
|
validate() {
|
|
387
|
+
if(this.oidcVerificationConfig && typeof (this.oidcVerificationConfig as any).validate === 'function') {
|
|
388
|
+
(this.oidcVerificationConfig as any).validate();
|
|
389
|
+
}
|
|
390
|
+
if(this.pkcs7VerificationConfig && typeof (this.pkcs7VerificationConfig as any).validate === 'function') {
|
|
391
|
+
(this.pkcs7VerificationConfig as any).validate();
|
|
392
|
+
}
|
|
127
393
|
super.validate();
|
|
128
394
|
}
|
|
129
395
|
|
|
@@ -140,7 +406,7 @@ export class ListApplicationFederatedCredentialsResponseBody extends $dara.Model
|
|
|
140
406
|
applicationFederatedCredentials?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials[];
|
|
141
407
|
/**
|
|
142
408
|
* @remarks
|
|
143
|
-
* The number of entries
|
|
409
|
+
* The number of entries per page in a paged query. This parameter is used for paging.
|
|
144
410
|
*
|
|
145
411
|
* @example
|
|
146
412
|
* 20
|
|
@@ -148,7 +414,7 @@ export class ListApplicationFederatedCredentialsResponseBody extends $dara.Model
|
|
|
148
414
|
maxResults?: number;
|
|
149
415
|
/**
|
|
150
416
|
* @remarks
|
|
151
|
-
* The token
|
|
417
|
+
* The pagination token returned by this call.
|
|
152
418
|
*
|
|
153
419
|
* @example
|
|
154
420
|
* NTxxxexample
|
|
@@ -156,7 +422,7 @@ export class ListApplicationFederatedCredentialsResponseBody extends $dara.Model
|
|
|
156
422
|
nextToken?: string;
|
|
157
423
|
/**
|
|
158
424
|
* @remarks
|
|
159
|
-
* The
|
|
425
|
+
* The pagination token returned by this call.
|
|
160
426
|
*
|
|
161
427
|
* @example
|
|
162
428
|
* PTxxxexample
|
|
@@ -172,7 +438,7 @@ export class ListApplicationFederatedCredentialsResponseBody extends $dara.Model
|
|
|
172
438
|
requestId?: string;
|
|
173
439
|
/**
|
|
174
440
|
* @remarks
|
|
175
|
-
* The total number of entries.
|
|
441
|
+
* The total number of entries returned.
|
|
176
442
|
*
|
|
177
443
|
* @example
|
|
178
444
|
* 100
|
|
@@ -5,11 +5,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListApplicationSupportedProvisionProtocolTypesResponseBodyApplicationSupportedProvisionProtocolType extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The account synchronization
|
|
9
|
-
*
|
|
10
|
-
* -
|
|
11
|
-
*
|
|
12
|
-
* - scim2: System for Cross-domain Identity Management (SCIM) protocol.
|
|
8
|
+
* The account synchronization type supported by the application. Valid values:
|
|
9
|
+
* - idaas_callback: Event callback type.
|
|
10
|
+
* - scim2: System for Cross-domain Identity Management protocol type.
|
|
13
11
|
*/
|
|
14
12
|
provisionProtocolType?: string[];
|
|
15
13
|
static names(): { [key: string]: string } {
|
|
@@ -39,7 +37,7 @@ export class ListApplicationSupportedProvisionProtocolTypesResponseBodyApplicati
|
|
|
39
37
|
export class ListApplicationSupportedProvisionProtocolTypesResponseBody extends $dara.Model {
|
|
40
38
|
/**
|
|
41
39
|
* @remarks
|
|
42
|
-
* The
|
|
40
|
+
* The list of synchronization types supported by the application.
|
|
43
41
|
*/
|
|
44
42
|
applicationSupportedProvisionProtocolType?: ListApplicationSupportedProvisionProtocolTypesResponseBodyApplicationSupportedProvisionProtocolType;
|
|
45
43
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* aliUid。
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 1973166921975xxxx
|
|
@@ -21,7 +21,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
21
21
|
applicationId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The application
|
|
24
|
+
* The application tokens.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* SATFwqX8zxGf83pJcJw78KFGjmrft4erWeZYBGS8oE7NN6qoE217yaJpUdMb1UuuGqhDiF43sCA4CF91CTL5iGntqwyLuaAcS9FJ9HfGadE5a7TjiwVafwrBYktxxxx
|
|
@@ -29,7 +29,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
29
29
|
applicationToken?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The application token ID.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* token_ndfxxigahelfne2y2hodehrxxxx
|
|
@@ -37,7 +37,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
37
37
|
applicationTokenId?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The
|
|
40
|
+
* The application token type.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* bearer_token
|
|
@@ -53,7 +53,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
53
53
|
createTime?: number;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The
|
|
56
|
+
* The application token description.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* jwqtts-0430
|
|
@@ -69,7 +69,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
69
69
|
expirationTime?: number;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* The
|
|
72
|
+
* The IDaaS EIAM instance ID.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* idaas_ki6hd7ihir4ybawogqk6kqxxxx
|
|
@@ -85,7 +85,7 @@ export class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Mo
|
|
|
85
85
|
lastUsedTime?: number;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The status.
|
|
88
|
+
* The enabling status.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* enabled
|
|
@@ -6,8 +6,7 @@ export class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
8
|
* The custom field identifier. Valid values:
|
|
9
|
-
*
|
|
10
|
-
* - `agent_type`: The agent type.
|
|
9
|
+
* - agent_type: the agent type.
|
|
11
10
|
*
|
|
12
11
|
* @example
|
|
13
12
|
* agent_type
|
|
@@ -47,7 +46,7 @@ export class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
47
46
|
export class ListApplicationsRequest extends $dara.Model {
|
|
48
47
|
/**
|
|
49
48
|
* @remarks
|
|
50
|
-
* The application creation type. If
|
|
49
|
+
* The application creation type. If this parameter is left empty, applications of the user_custom type are queried by default. To query applications of all types, set this parameter to all.
|
|
51
50
|
*
|
|
52
51
|
* @example
|
|
53
52
|
* system_init
|
|
@@ -55,7 +54,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
55
54
|
applicationCreationType?: string;
|
|
56
55
|
/**
|
|
57
56
|
* @remarks
|
|
58
|
-
* The application identity type. If
|
|
57
|
+
* The application identity type. If this parameter is left empty, applications of the application type are queried by default. To query applications of all identity types, set this parameter to all.
|
|
59
58
|
*
|
|
60
59
|
* @example
|
|
61
60
|
* application
|
|
@@ -63,7 +62,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
63
62
|
applicationIdentityType?: string;
|
|
64
63
|
/**
|
|
65
64
|
* @remarks
|
|
66
|
-
*
|
|
65
|
+
* The list of application IDs.
|
|
67
66
|
*
|
|
68
67
|
* @example
|
|
69
68
|
* Ram Account SSO
|
|
@@ -71,7 +70,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
71
70
|
applicationIds?: string[];
|
|
72
71
|
/**
|
|
73
72
|
* @remarks
|
|
74
|
-
* The application name. Only
|
|
73
|
+
* The application name. Only left fuzzy match is supported.
|
|
75
74
|
*
|
|
76
75
|
* @example
|
|
77
76
|
* Ram Account SSO
|
|
@@ -79,11 +78,9 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
79
78
|
applicationName?: string;
|
|
80
79
|
/**
|
|
81
80
|
* @remarks
|
|
82
|
-
* The authorization type
|
|
83
|
-
*
|
|
84
|
-
* -
|
|
85
|
-
*
|
|
86
|
-
* - `default_all`: All members have access by default.
|
|
81
|
+
* The application access authorization type. Valid values:
|
|
82
|
+
* - authorize_required: Explicit authorization is required for access.
|
|
83
|
+
* - default_all: All members have access permissions by default.
|
|
87
84
|
*
|
|
88
85
|
* @example
|
|
89
86
|
* authorize_required
|
|
@@ -91,7 +88,7 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
91
88
|
authorizationType?: string;
|
|
92
89
|
/**
|
|
93
90
|
* @remarks
|
|
94
|
-
*
|
|
91
|
+
* The list of custom fields.
|
|
95
92
|
*/
|
|
96
93
|
customFields?: ListApplicationsRequestCustomFields[];
|
|
97
94
|
/**
|
|
@@ -106,12 +103,13 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
106
103
|
instanceId?: string;
|
|
107
104
|
/**
|
|
108
105
|
* @remarks
|
|
109
|
-
*
|
|
106
|
+
* Specifies whether the M2M Client identity is enabled.
|
|
110
107
|
*
|
|
111
108
|
* @example
|
|
112
109
|
* enabled
|
|
113
110
|
*/
|
|
114
111
|
m2MClientStatus?: string;
|
|
112
|
+
managedServiceCode?: string;
|
|
115
113
|
/**
|
|
116
114
|
* @remarks
|
|
117
115
|
* The page number.
|
|
@@ -130,15 +128,16 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
130
128
|
pageSize?: number;
|
|
131
129
|
/**
|
|
132
130
|
* @remarks
|
|
133
|
-
*
|
|
131
|
+
* Specifies whether the ResourceServer capability is enabled.
|
|
134
132
|
*
|
|
135
133
|
* @example
|
|
136
134
|
* enabled
|
|
137
135
|
*/
|
|
138
136
|
resourceServerStatus?: string;
|
|
137
|
+
serviceManaged?: boolean;
|
|
139
138
|
/**
|
|
140
139
|
* @remarks
|
|
141
|
-
*
|
|
140
|
+
* The SSO type filter condition. Multiple types can be separated by commas, such as oauth2/m2m,oidc+oauth2/m2m.
|
|
142
141
|
*
|
|
143
142
|
* @example
|
|
144
143
|
* oauth2/m2m
|
|
@@ -147,10 +146,8 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
147
146
|
/**
|
|
148
147
|
* @remarks
|
|
149
148
|
* The application status. Valid values:
|
|
150
|
-
*
|
|
151
|
-
* -
|
|
152
|
-
*
|
|
153
|
-
* - `disabled`: Disabled.
|
|
149
|
+
* - enabled: Enabled.
|
|
150
|
+
* - disabled: Disabled.
|
|
154
151
|
*
|
|
155
152
|
* @example
|
|
156
153
|
* enabled
|
|
@@ -166,9 +163,11 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
166
163
|
customFields: 'CustomFields',
|
|
167
164
|
instanceId: 'InstanceId',
|
|
168
165
|
m2MClientStatus: 'M2MClientStatus',
|
|
166
|
+
managedServiceCode: 'ManagedServiceCode',
|
|
169
167
|
pageNumber: 'PageNumber',
|
|
170
168
|
pageSize: 'PageSize',
|
|
171
169
|
resourceServerStatus: 'ResourceServerStatus',
|
|
170
|
+
serviceManaged: 'ServiceManaged',
|
|
172
171
|
ssoType: 'SsoType',
|
|
173
172
|
status: 'Status',
|
|
174
173
|
};
|
|
@@ -184,9 +183,11 @@ export class ListApplicationsRequest extends $dara.Model {
|
|
|
184
183
|
customFields: { 'type': 'array', 'itemType': ListApplicationsRequestCustomFields },
|
|
185
184
|
instanceId: 'string',
|
|
186
185
|
m2MClientStatus: 'string',
|
|
186
|
+
managedServiceCode: 'string',
|
|
187
187
|
pageNumber: 'number',
|
|
188
188
|
pageSize: 'number',
|
|
189
189
|
resourceServerStatus: 'string',
|
|
190
|
+
serviceManaged: 'boolean',
|
|
190
191
|
ssoType: 'string',
|
|
191
192
|
status: 'string',
|
|
192
193
|
};
|