@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
|
@@ -1,8 +1,137 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
3
|
+
principalId?: string;
|
|
4
|
+
resourceGroupName?: string;
|
|
5
|
+
subscriptionId?: string;
|
|
6
|
+
vmNames?: string[];
|
|
7
|
+
static names(): {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
};
|
|
10
|
+
static types(): {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
13
|
+
validate(): void;
|
|
14
|
+
constructor(map?: {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The list of VM instance IDs. A maximum of 10 IDs are supported.
|
|
22
|
+
*/
|
|
23
|
+
instanceIds?: string[];
|
|
24
|
+
projectId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The sub claim that corresponds to the service account.
|
|
28
|
+
*/
|
|
29
|
+
serviceAccountId?: string;
|
|
30
|
+
static names(): {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
static types(): {
|
|
34
|
+
[key: string]: any;
|
|
35
|
+
};
|
|
36
|
+
validate(): void;
|
|
37
|
+
constructor(map?: {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
42
|
+
subject?: string;
|
|
43
|
+
static names(): {
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
};
|
|
46
|
+
static types(): {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
};
|
|
49
|
+
validate(): void;
|
|
50
|
+
constructor(map?: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
55
|
+
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The Kubernetes namespace.
|
|
58
|
+
*/
|
|
59
|
+
namespace?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* The pod name prefix.
|
|
63
|
+
*/
|
|
64
|
+
podNamePrefix?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @remarks
|
|
67
|
+
* The Kubernetes service account name.
|
|
68
|
+
*/
|
|
69
|
+
serviceAccountName?: 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 ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig extends $dara.Model {
|
|
82
|
+
/**
|
|
83
|
+
* @remarks
|
|
84
|
+
* The Azure VM scenario configuration.
|
|
85
|
+
*/
|
|
86
|
+
azureVmConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig;
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The GCP VM scenario configuration.
|
|
90
|
+
*/
|
|
91
|
+
gcpVmConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig;
|
|
92
|
+
genericConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig;
|
|
93
|
+
/**
|
|
94
|
+
* @remarks
|
|
95
|
+
* The Kubernetes scenario configuration.
|
|
96
|
+
*/
|
|
97
|
+
kubernetesConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig;
|
|
98
|
+
/**
|
|
99
|
+
* @remarks
|
|
100
|
+
* The OIDC scenario profile. Valid values: generic, kubernetes, gcp_vm, and azure_vm.
|
|
101
|
+
*/
|
|
102
|
+
profile?: string;
|
|
103
|
+
static names(): {
|
|
104
|
+
[key: string]: string;
|
|
105
|
+
};
|
|
106
|
+
static types(): {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
};
|
|
109
|
+
validate(): void;
|
|
110
|
+
constructor(map?: {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig extends $dara.Model {
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* The list of allowed instance IDs. A maximum of 10 IDs are supported.
|
|
118
|
+
*/
|
|
119
|
+
instanceIds?: string[];
|
|
120
|
+
static names(): {
|
|
121
|
+
[key: string]: string;
|
|
122
|
+
};
|
|
123
|
+
static types(): {
|
|
124
|
+
[key: string]: any;
|
|
125
|
+
};
|
|
126
|
+
validate(): void;
|
|
127
|
+
constructor(map?: {
|
|
128
|
+
[key: string]: any;
|
|
129
|
+
});
|
|
130
|
+
}
|
|
2
131
|
export declare class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials extends $dara.Model {
|
|
3
132
|
/**
|
|
4
133
|
* @remarks
|
|
5
|
-
* The
|
|
134
|
+
* The application federated credential ID.
|
|
6
135
|
*
|
|
7
136
|
* @example
|
|
8
137
|
* afc_adsa1sdaxxxxx
|
|
@@ -34,7 +163,7 @@ export declare class ListApplicationFederatedCredentialsResponseBodyApplicationF
|
|
|
34
163
|
applicationId?: string;
|
|
35
164
|
/**
|
|
36
165
|
* @remarks
|
|
37
|
-
* The time when the credential was created.
|
|
166
|
+
* The time when the application federated credential was created.
|
|
38
167
|
*
|
|
39
168
|
* @example
|
|
40
169
|
* 1758785994982
|
|
@@ -50,7 +179,7 @@ export declare class ListApplicationFederatedCredentialsResponseBodyApplicationF
|
|
|
50
179
|
description?: string;
|
|
51
180
|
/**
|
|
52
181
|
* @remarks
|
|
53
|
-
* The
|
|
182
|
+
* The federated trust source ID.
|
|
54
183
|
*
|
|
55
184
|
* @example
|
|
56
185
|
* fcp_das1asda1xxxx
|
|
@@ -66,12 +195,22 @@ export declare class ListApplicationFederatedCredentialsResponseBodyApplicationF
|
|
|
66
195
|
instanceId?: string;
|
|
67
196
|
/**
|
|
68
197
|
* @remarks
|
|
69
|
-
* The time when the credential was last used.
|
|
198
|
+
* The time when the application federated credential was last used.
|
|
70
199
|
*
|
|
71
200
|
* @example
|
|
72
201
|
* 1758785994982
|
|
73
202
|
*/
|
|
74
203
|
lastUsedTime?: number;
|
|
204
|
+
/**
|
|
205
|
+
* @remarks
|
|
206
|
+
* The OIDC structured configuration. This parameter applies to the structured mode with the OIDC type.
|
|
207
|
+
*/
|
|
208
|
+
oidcVerificationConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig;
|
|
209
|
+
/**
|
|
210
|
+
* @remarks
|
|
211
|
+
* The PKCS#7 structured configuration. This parameter applies to the structured mode with the PKCS#7 type.
|
|
212
|
+
*/
|
|
213
|
+
pkcs7VerificationConfig?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig;
|
|
75
214
|
/**
|
|
76
215
|
* @remarks
|
|
77
216
|
* The status of the application federated credential.
|
|
@@ -82,12 +221,22 @@ export declare class ListApplicationFederatedCredentialsResponseBodyApplicationF
|
|
|
82
221
|
status?: string;
|
|
83
222
|
/**
|
|
84
223
|
* @remarks
|
|
85
|
-
* The time when the credential was last updated.
|
|
224
|
+
* The time when the application federated credential was last updated.
|
|
86
225
|
*
|
|
87
226
|
* @example
|
|
88
227
|
* 1758785994982
|
|
89
228
|
*/
|
|
90
229
|
updateTime?: number;
|
|
230
|
+
/**
|
|
231
|
+
* @remarks
|
|
232
|
+
* The verification condition. In freedom mode, this is a manually entered value. In structured mode, this is the final compiled value.
|
|
233
|
+
*/
|
|
234
|
+
verificationCondition?: string;
|
|
235
|
+
/**
|
|
236
|
+
* @remarks
|
|
237
|
+
* The verification mode. Valid values: freedom and structured.
|
|
238
|
+
*/
|
|
239
|
+
verificationMode?: string;
|
|
91
240
|
static names(): {
|
|
92
241
|
[key: string]: string;
|
|
93
242
|
};
|
|
@@ -107,7 +256,7 @@ export declare class ListApplicationFederatedCredentialsResponseBody extends $da
|
|
|
107
256
|
applicationFederatedCredentials?: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials[];
|
|
108
257
|
/**
|
|
109
258
|
* @remarks
|
|
110
|
-
* The number of entries
|
|
259
|
+
* The number of entries per page in a paged query. This parameter is used for paging.
|
|
111
260
|
*
|
|
112
261
|
* @example
|
|
113
262
|
* 20
|
|
@@ -115,7 +264,7 @@ export declare class ListApplicationFederatedCredentialsResponseBody extends $da
|
|
|
115
264
|
maxResults?: number;
|
|
116
265
|
/**
|
|
117
266
|
* @remarks
|
|
118
|
-
* The token
|
|
267
|
+
* The pagination token returned by this call.
|
|
119
268
|
*
|
|
120
269
|
* @example
|
|
121
270
|
* NTxxxexample
|
|
@@ -123,7 +272,7 @@ export declare class ListApplicationFederatedCredentialsResponseBody extends $da
|
|
|
123
272
|
nextToken?: string;
|
|
124
273
|
/**
|
|
125
274
|
* @remarks
|
|
126
|
-
* The
|
|
275
|
+
* The pagination token returned by this call.
|
|
127
276
|
*
|
|
128
277
|
* @example
|
|
129
278
|
* PTxxxexample
|
|
@@ -139,7 +288,7 @@ export declare class ListApplicationFederatedCredentialsResponseBody extends $da
|
|
|
139
288
|
requestId?: string;
|
|
140
289
|
/**
|
|
141
290
|
* @remarks
|
|
142
|
-
* The total number of entries.
|
|
291
|
+
* The total number of entries returned.
|
|
143
292
|
*
|
|
144
293
|
* @example
|
|
145
294
|
* 100
|
|
@@ -33,9 +33,166 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.ListApplicationFederatedCredentialsResponseBody = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials = void 0;
|
|
36
|
+
exports.ListApplicationFederatedCredentialsResponseBody = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig = exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
principalId: 'PrincipalId',
|
|
43
|
+
resourceGroupName: 'ResourceGroupName',
|
|
44
|
+
subscriptionId: 'SubscriptionId',
|
|
45
|
+
vmNames: 'VmNames',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
principalId: 'string',
|
|
51
|
+
resourceGroupName: 'string',
|
|
52
|
+
subscriptionId: 'string',
|
|
53
|
+
vmNames: { 'type': 'array', 'itemType': 'string' },
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
if (Array.isArray(this.vmNames)) {
|
|
58
|
+
$dara.Model.validateArray(this.vmNames);
|
|
59
|
+
}
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
constructor(map) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig;
|
|
67
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig extends $dara.Model {
|
|
68
|
+
static names() {
|
|
69
|
+
return {
|
|
70
|
+
instanceIds: 'InstanceIds',
|
|
71
|
+
projectId: 'ProjectId',
|
|
72
|
+
serviceAccountId: 'ServiceAccountId',
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
static types() {
|
|
76
|
+
return {
|
|
77
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
78
|
+
projectId: 'string',
|
|
79
|
+
serviceAccountId: 'string',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
validate() {
|
|
83
|
+
if (Array.isArray(this.instanceIds)) {
|
|
84
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
85
|
+
}
|
|
86
|
+
super.validate();
|
|
87
|
+
}
|
|
88
|
+
constructor(map) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig;
|
|
93
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig extends $dara.Model {
|
|
94
|
+
static names() {
|
|
95
|
+
return {
|
|
96
|
+
subject: 'Subject',
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
static types() {
|
|
100
|
+
return {
|
|
101
|
+
subject: 'string',
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
validate() {
|
|
105
|
+
super.validate();
|
|
106
|
+
}
|
|
107
|
+
constructor(map) {
|
|
108
|
+
super(map);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig;
|
|
112
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig extends $dara.Model {
|
|
113
|
+
static names() {
|
|
114
|
+
return {
|
|
115
|
+
namespace: 'Namespace',
|
|
116
|
+
podNamePrefix: 'PodNamePrefix',
|
|
117
|
+
serviceAccountName: 'ServiceAccountName',
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
static types() {
|
|
121
|
+
return {
|
|
122
|
+
namespace: 'string',
|
|
123
|
+
podNamePrefix: 'string',
|
|
124
|
+
serviceAccountName: 'string',
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
validate() {
|
|
128
|
+
super.validate();
|
|
129
|
+
}
|
|
130
|
+
constructor(map) {
|
|
131
|
+
super(map);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig;
|
|
135
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig extends $dara.Model {
|
|
136
|
+
static names() {
|
|
137
|
+
return {
|
|
138
|
+
azureVmConfig: 'AzureVmConfig',
|
|
139
|
+
gcpVmConfig: 'GcpVmConfig',
|
|
140
|
+
genericConfig: 'GenericConfig',
|
|
141
|
+
kubernetesConfig: 'KubernetesConfig',
|
|
142
|
+
profile: 'Profile',
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
static types() {
|
|
146
|
+
return {
|
|
147
|
+
azureVmConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigAzureVmConfig,
|
|
148
|
+
gcpVmConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGcpVmConfig,
|
|
149
|
+
genericConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigGenericConfig,
|
|
150
|
+
kubernetesConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfigKubernetesConfig,
|
|
151
|
+
profile: 'string',
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
validate() {
|
|
155
|
+
if (this.azureVmConfig && typeof this.azureVmConfig.validate === 'function') {
|
|
156
|
+
this.azureVmConfig.validate();
|
|
157
|
+
}
|
|
158
|
+
if (this.gcpVmConfig && typeof this.gcpVmConfig.validate === 'function') {
|
|
159
|
+
this.gcpVmConfig.validate();
|
|
160
|
+
}
|
|
161
|
+
if (this.genericConfig && typeof this.genericConfig.validate === 'function') {
|
|
162
|
+
this.genericConfig.validate();
|
|
163
|
+
}
|
|
164
|
+
if (this.kubernetesConfig && typeof this.kubernetesConfig.validate === 'function') {
|
|
165
|
+
this.kubernetesConfig.validate();
|
|
166
|
+
}
|
|
167
|
+
super.validate();
|
|
168
|
+
}
|
|
169
|
+
constructor(map) {
|
|
170
|
+
super(map);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig;
|
|
174
|
+
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig extends $dara.Model {
|
|
175
|
+
static names() {
|
|
176
|
+
return {
|
|
177
|
+
instanceIds: 'InstanceIds',
|
|
178
|
+
};
|
|
179
|
+
}
|
|
180
|
+
static types() {
|
|
181
|
+
return {
|
|
182
|
+
instanceIds: { 'type': 'array', 'itemType': 'string' },
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
validate() {
|
|
186
|
+
if (Array.isArray(this.instanceIds)) {
|
|
187
|
+
$dara.Model.validateArray(this.instanceIds);
|
|
188
|
+
}
|
|
189
|
+
super.validate();
|
|
190
|
+
}
|
|
191
|
+
constructor(map) {
|
|
192
|
+
super(map);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
exports.ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig = ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig;
|
|
39
196
|
class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentials extends $dara.Model {
|
|
40
197
|
static names() {
|
|
41
198
|
return {
|
|
@@ -48,8 +205,12 @@ class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredent
|
|
|
48
205
|
federatedCredentialProviderId: 'FederatedCredentialProviderId',
|
|
49
206
|
instanceId: 'InstanceId',
|
|
50
207
|
lastUsedTime: 'LastUsedTime',
|
|
208
|
+
oidcVerificationConfig: 'OidcVerificationConfig',
|
|
209
|
+
pkcs7VerificationConfig: 'Pkcs7VerificationConfig',
|
|
51
210
|
status: 'Status',
|
|
52
211
|
updateTime: 'UpdateTime',
|
|
212
|
+
verificationCondition: 'VerificationCondition',
|
|
213
|
+
verificationMode: 'VerificationMode',
|
|
53
214
|
};
|
|
54
215
|
}
|
|
55
216
|
static types() {
|
|
@@ -63,11 +224,21 @@ class ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredent
|
|
|
63
224
|
federatedCredentialProviderId: 'string',
|
|
64
225
|
instanceId: 'string',
|
|
65
226
|
lastUsedTime: 'number',
|
|
227
|
+
oidcVerificationConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsOidcVerificationConfig,
|
|
228
|
+
pkcs7VerificationConfig: ListApplicationFederatedCredentialsResponseBodyApplicationFederatedCredentialsPkcs7VerificationConfig,
|
|
66
229
|
status: 'string',
|
|
67
230
|
updateTime: 'number',
|
|
231
|
+
verificationCondition: 'string',
|
|
232
|
+
verificationMode: 'string',
|
|
68
233
|
};
|
|
69
234
|
}
|
|
70
235
|
validate() {
|
|
236
|
+
if (this.oidcVerificationConfig && typeof this.oidcVerificationConfig.validate === 'function') {
|
|
237
|
+
this.oidcVerificationConfig.validate();
|
|
238
|
+
}
|
|
239
|
+
if (this.pkcs7VerificationConfig && typeof this.pkcs7VerificationConfig.validate === 'function') {
|
|
240
|
+
this.pkcs7VerificationConfig.validate();
|
|
241
|
+
}
|
|
71
242
|
super.validate();
|
|
72
243
|
}
|
|
73
244
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListApplicationFederatedCredentialsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListApplicationFederatedCredentialsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8EAA+E,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListApplicationFederatedCredentialsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListApplicationFederatedCredentialsResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,11 +2,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListApplicationSupportedProvisionProtocolTypesResponseBodyApplicationSupportedProvisionProtocolType extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The account synchronization
|
|
6
|
-
*
|
|
7
|
-
* -
|
|
8
|
-
*
|
|
9
|
-
* - scim2: System for Cross-domain Identity Management (SCIM) protocol.
|
|
5
|
+
* The account synchronization type supported by the application. Valid values:
|
|
6
|
+
* - idaas_callback: Event callback type.
|
|
7
|
+
* - scim2: System for Cross-domain Identity Management protocol type.
|
|
10
8
|
*/
|
|
11
9
|
provisionProtocolType?: string[];
|
|
12
10
|
static names(): {
|
|
@@ -23,7 +21,7 @@ export declare class ListApplicationSupportedProvisionProtocolTypesResponseBodyA
|
|
|
23
21
|
export declare class ListApplicationSupportedProvisionProtocolTypesResponseBody extends $dara.Model {
|
|
24
22
|
/**
|
|
25
23
|
* @remarks
|
|
26
|
-
* The
|
|
24
|
+
* The list of synchronization types supported by the application.
|
|
27
25
|
*/
|
|
28
26
|
applicationSupportedProvisionProtocolType?: ListApplicationSupportedProvisionProtocolTypesResponseBodyApplicationSupportedProvisionProtocolType;
|
|
29
27
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListApplicationSupportedProvisionProtocolTypesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mGAAoG,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListApplicationSupportedProvisionProtocolTypesResponseBody.js","sourceRoot":"","sources":["../../src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mGAAoG,SAAQ,KAAK,CAAC,KAAK;IAQlI,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,uBAAuB;SAC/C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACjE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,EAAE,CAAC;YAC7C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACxD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,kNA8BC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAczF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,yCAAyC,EAAE,2CAA2C;YACtF,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,yCAAyC,EAAE,mGAAmG;YAC9I,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,yCAAyC,IAAI,OAAQ,IAAI,CAAC,yCAAiD,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3I,IAAI,CAAC,yCAAiD,CAAC,QAAQ,EAAE,CAAC;QACrE,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,gIAsCC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListApplicationTokensResponseBodyApplicationTokens extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* aliUid。
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 1973166921975xxxx
|
|
@@ -18,7 +18,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
18
18
|
applicationId?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The application
|
|
21
|
+
* The application tokens.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* SATFwqX8zxGf83pJcJw78KFGjmrft4erWeZYBGS8oE7NN6qoE217yaJpUdMb1UuuGqhDiF43sCA4CF91CTL5iGntqwyLuaAcS9FJ9HfGadE5a7TjiwVafwrBYktxxxx
|
|
@@ -26,7 +26,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
26
26
|
applicationToken?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
* The
|
|
29
|
+
* The application token ID.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* token_ndfxxigahelfne2y2hodehrxxxx
|
|
@@ -34,7 +34,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
34
34
|
applicationTokenId?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
* The
|
|
37
|
+
* The application token type.
|
|
38
38
|
*
|
|
39
39
|
* @example
|
|
40
40
|
* bearer_token
|
|
@@ -50,7 +50,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
50
50
|
createTime?: number;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The
|
|
53
|
+
* The application token description.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* jwqtts-0430
|
|
@@ -66,7 +66,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
66
66
|
expirationTime?: number;
|
|
67
67
|
/**
|
|
68
68
|
* @remarks
|
|
69
|
-
* The
|
|
69
|
+
* The IDaaS EIAM instance ID.
|
|
70
70
|
*
|
|
71
71
|
* @example
|
|
72
72
|
* idaas_ki6hd7ihir4ybawogqk6kqxxxx
|
|
@@ -82,7 +82,7 @@ export declare class ListApplicationTokensResponseBodyApplicationTokens extends
|
|
|
82
82
|
lastUsedTime?: number;
|
|
83
83
|
/**
|
|
84
84
|
* @remarks
|
|
85
|
-
* The status.
|
|
85
|
+
* The enabling status.
|
|
86
86
|
*
|
|
87
87
|
* @example
|
|
88
88
|
* enabled
|
|
@@ -3,8 +3,7 @@ export declare class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
5
|
* The custom field identifier. Valid values:
|
|
6
|
-
*
|
|
7
|
-
* - `agent_type`: The agent type.
|
|
6
|
+
* - agent_type: the agent type.
|
|
8
7
|
*
|
|
9
8
|
* @example
|
|
10
9
|
* agent_type
|
|
@@ -32,7 +31,7 @@ export declare class ListApplicationsRequestCustomFields extends $dara.Model {
|
|
|
32
31
|
export declare class ListApplicationsRequest extends $dara.Model {
|
|
33
32
|
/**
|
|
34
33
|
* @remarks
|
|
35
|
-
* The application creation type. If
|
|
34
|
+
* 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.
|
|
36
35
|
*
|
|
37
36
|
* @example
|
|
38
37
|
* system_init
|
|
@@ -40,7 +39,7 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
40
39
|
applicationCreationType?: string;
|
|
41
40
|
/**
|
|
42
41
|
* @remarks
|
|
43
|
-
* The application identity type. If
|
|
42
|
+
* 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.
|
|
44
43
|
*
|
|
45
44
|
* @example
|
|
46
45
|
* application
|
|
@@ -48,7 +47,7 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
48
47
|
applicationIdentityType?: string;
|
|
49
48
|
/**
|
|
50
49
|
* @remarks
|
|
51
|
-
*
|
|
50
|
+
* The list of application IDs.
|
|
52
51
|
*
|
|
53
52
|
* @example
|
|
54
53
|
* Ram Account SSO
|
|
@@ -56,7 +55,7 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
56
55
|
applicationIds?: string[];
|
|
57
56
|
/**
|
|
58
57
|
* @remarks
|
|
59
|
-
* The application name. Only
|
|
58
|
+
* The application name. Only left fuzzy match is supported.
|
|
60
59
|
*
|
|
61
60
|
* @example
|
|
62
61
|
* Ram Account SSO
|
|
@@ -64,11 +63,9 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
64
63
|
applicationName?: string;
|
|
65
64
|
/**
|
|
66
65
|
* @remarks
|
|
67
|
-
* The authorization type
|
|
68
|
-
*
|
|
69
|
-
* -
|
|
70
|
-
*
|
|
71
|
-
* - `default_all`: All members have access by default.
|
|
66
|
+
* The application access authorization type. Valid values:
|
|
67
|
+
* - authorize_required: Explicit authorization is required for access.
|
|
68
|
+
* - default_all: All members have access permissions by default.
|
|
72
69
|
*
|
|
73
70
|
* @example
|
|
74
71
|
* authorize_required
|
|
@@ -76,7 +73,7 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
76
73
|
authorizationType?: string;
|
|
77
74
|
/**
|
|
78
75
|
* @remarks
|
|
79
|
-
*
|
|
76
|
+
* The list of custom fields.
|
|
80
77
|
*/
|
|
81
78
|
customFields?: ListApplicationsRequestCustomFields[];
|
|
82
79
|
/**
|
|
@@ -91,12 +88,13 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
91
88
|
instanceId?: string;
|
|
92
89
|
/**
|
|
93
90
|
* @remarks
|
|
94
|
-
*
|
|
91
|
+
* Specifies whether the M2M Client identity is enabled.
|
|
95
92
|
*
|
|
96
93
|
* @example
|
|
97
94
|
* enabled
|
|
98
95
|
*/
|
|
99
96
|
m2MClientStatus?: string;
|
|
97
|
+
managedServiceCode?: string;
|
|
100
98
|
/**
|
|
101
99
|
* @remarks
|
|
102
100
|
* The page number.
|
|
@@ -115,15 +113,16 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
115
113
|
pageSize?: number;
|
|
116
114
|
/**
|
|
117
115
|
* @remarks
|
|
118
|
-
*
|
|
116
|
+
* Specifies whether the ResourceServer capability is enabled.
|
|
119
117
|
*
|
|
120
118
|
* @example
|
|
121
119
|
* enabled
|
|
122
120
|
*/
|
|
123
121
|
resourceServerStatus?: string;
|
|
122
|
+
serviceManaged?: boolean;
|
|
124
123
|
/**
|
|
125
124
|
* @remarks
|
|
126
|
-
*
|
|
125
|
+
* The SSO type filter condition. Multiple types can be separated by commas, such as oauth2/m2m,oidc+oauth2/m2m.
|
|
127
126
|
*
|
|
128
127
|
* @example
|
|
129
128
|
* oauth2/m2m
|
|
@@ -132,10 +131,8 @@ export declare class ListApplicationsRequest extends $dara.Model {
|
|
|
132
131
|
/**
|
|
133
132
|
* @remarks
|
|
134
133
|
* The application status. Valid values:
|
|
135
|
-
*
|
|
136
|
-
* -
|
|
137
|
-
*
|
|
138
|
-
* - `disabled`: Disabled.
|
|
134
|
+
* - enabled: Enabled.
|
|
135
|
+
* - disabled: Disabled.
|
|
139
136
|
*
|
|
140
137
|
* @example
|
|
141
138
|
* enabled
|