@alicloud/eiam20211201 2.17.1 → 2.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +154 -154
- package/dist/client.js +175 -154
- package/dist/client.js.map +1 -1
- package/dist/models/AddApplicationAccountToUserRequest.d.ts +1 -1
- package/dist/models/AddApplicationAccountToUserResponseBody.d.ts +1 -1
- package/dist/models/AuthorizeApplicationToGroupsRequest.d.ts +2 -2
- package/dist/models/AuthorizeApplicationToUsersRequest.d.ts +2 -2
- package/dist/models/AuthorizeResourceServerScopesToClientRequest.d.ts +3 -3
- package/dist/models/AuthorizeResourceServerScopesToGroupRequest.d.ts +3 -3
- package/dist/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.d.ts +4 -4
- package/dist/models/AuthorizeResourceServerScopesToUserRequest.d.ts +4 -4
- package/dist/models/AuthorizeResourceServerToClientRequest.d.ts +2 -2
- package/dist/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.d.ts +1 -1
- package/dist/models/CreateApplicationClientSecretRequest.d.ts +1 -1
- package/dist/models/CreateApplicationClientSecretResponseBody.d.ts +3 -3
- package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +165 -3
- package/dist/models/CreateApplicationFederatedCredentialRequest.js +170 -1
- package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +10 -16
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationRoleRequest.d.ts +3 -3
- package/dist/models/CreateApplicationRoleResponseBody.d.ts +1 -1
- package/dist/models/CreateClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/CreateClientPublicKeyResponseBody.d.ts +1 -1
- package/dist/models/CreateCloudAccountRequest.d.ts +9 -10
- package/dist/models/CreateCloudAccountRequest.js.map +1 -1
- package/dist/models/CreateCloudAccountResponseBody.d.ts +2 -2
- package/dist/models/CreateCredentialProviderRequest.d.ts +25 -34
- package/dist/models/CreateCredentialProviderRequest.js.map +1 -1
- package/dist/models/CreateCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/CreateCredentialRequest.d.ts +14 -19
- package/dist/models/CreateCredentialRequest.js.map +1 -1
- package/dist/models/CreateFederatedCredentialProviderRequest.d.ts +24 -24
- package/dist/models/CreateFederatedCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationClientSecretRequest.d.ts +3 -3
- package/dist/models/DeleteApplicationClientSecretResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/DeleteApplicationRequest.d.ts +2 -2
- package/dist/models/DeleteApplicationResponseBody.d.ts +1 -1
- package/dist/models/DeleteApplicationTokenRequest.d.ts +1 -1
- package/dist/models/DeleteCredentialProviderRequest.d.ts +2 -2
- package/dist/models/DeleteCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/DeleteResourceServerScopeRequest.d.ts +3 -3
- package/dist/models/DeleteResourceServerScopeResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/DisableApplicationRequest.d.ts +2 -2
- package/dist/models/DisableApplicationResponseBody.d.ts +1 -1
- package/dist/models/DisableApplicationTokenRequest.d.ts +1 -1
- package/dist/models/DisableClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/EnableClientPublicKeyRequest.d.ts +2 -2
- package/dist/models/EnableCredentialRequest.d.ts +1 -1
- package/dist/models/GenerateOauthTokenRequest.d.ts +1 -1
- package/dist/models/GenerateOauthTokenResponseBody.d.ts +3 -3
- package/dist/models/GetApplicationFederatedCredentialRequest.d.ts +1 -1
- package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +150 -6
- package/dist/models/GetApplicationFederatedCredentialResponseBody.js +170 -1
- package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
- package/dist/models/GetApplicationGrantScopeRequest.d.ts +2 -2
- package/dist/models/GetApplicationGrantScopeResponseBody.d.ts +3 -3
- package/dist/models/GetApplicationResponseBody.d.ts +34 -75
- package/dist/models/GetApplicationResponseBody.js.map +1 -1
- package/dist/models/GetApplicationRoleRequest.d.ts +3 -3
- package/dist/models/GetApplicationRoleResponseBody.d.ts +8 -8
- package/dist/models/GetApplicationTemplateRequest.d.ts +1 -1
- package/dist/models/GetApplicationTemplateResponseBody.d.ts +10 -10
- package/dist/models/GetClientPublicKeyRequest.d.ts +1 -1
- package/dist/models/GetClientPublicKeyResponseBody.d.ts +5 -5
- package/dist/models/GetCloudAccountResponseBody.d.ts +1 -1
- package/dist/models/GetCloudAccountRoleRequest.d.ts +2 -2
- package/dist/models/GetCloudAccountRoleResponseBody.d.ts +27 -34
- package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
- package/dist/models/GetCredentialProviderRequest.d.ts +2 -2
- package/dist/models/GetCredentialProviderResponseBody.d.ts +34 -39
- package/dist/models/GetCredentialProviderResponseBody.js.map +1 -1
- package/dist/models/GetCredentialRequest.d.ts +2 -2
- package/dist/models/GetCredentialResponseBody.d.ts +25 -34
- package/dist/models/GetCredentialResponseBody.js.map +1 -1
- package/dist/models/ListApplicationAccountsRequest.d.ts +1 -1
- package/dist/models/ListApplicationAccountsResponseBody.d.ts +5 -5
- package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +4 -4
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +158 -9
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js +172 -1
- package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
- package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +4 -4
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +158 -9
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.js +172 -1
- package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.d.ts +4 -6
- package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationTokensRequest.d.ts +1 -1
- package/dist/models/ListApplicationTokensResponseBody.d.ts +7 -7
- package/dist/models/ListApplicationsRequest.d.ts +16 -19
- package/dist/models/ListApplicationsRequest.js +4 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +33 -49
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountRolesRequest.d.ts +9 -13
- package/dist/models/ListCloudAccountRolesRequest.js.map +1 -1
- package/dist/models/ListCloudAccountRolesResponseBody.d.ts +27 -36
- package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
- package/dist/models/ListCloudAccountsResponseBody.d.ts +4 -4
- package/dist/models/ListCredentialProvidersRequest.d.ts +11 -12
- package/dist/models/ListCredentialProvidersRequest.js.map +1 -1
- package/dist/models/ListCredentialProvidersResponseBody.d.ts +35 -40
- package/dist/models/ListCredentialProvidersResponseBody.js.map +1 -1
- package/dist/models/ListCredentialsRequest.d.ts +7 -10
- package/dist/models/ListCredentialsRequest.js.map +1 -1
- package/dist/models/ListCredentialsResponseBody.d.ts +29 -38
- package/dist/models/ListCredentialsResponseBody.js.map +1 -1
- package/dist/models/ListFederatedCredentialProvidersRequest.d.ts +5 -5
- package/dist/models/ListFederatedCredentialProvidersResponseBody.d.ts +33 -33
- package/dist/models/ListResourceServerScopesRequest.d.ts +10 -10
- package/dist/models/ListResourceServerScopesResponseBody.d.ts +13 -13
- package/dist/models/ListResourceServersForUserRequest.d.ts +2 -2
- package/dist/models/ListResourceServersForUserResponseBody.d.ts +10 -8
- package/dist/models/ListResourceServersForUserResponseBody.js.map +1 -1
- package/dist/models/ObtainApplicationClientSecretResponseBody.d.ts +5 -7
- package/dist/models/ObtainApplicationClientSecretResponseBody.js.map +1 -1
- package/dist/models/ObtainApplicationTokenResponseBody.d.ts +4 -4
- package/dist/models/ObtainCredentialResponseBody.d.ts +23 -32
- package/dist/models/ObtainCredentialResponseBody.js.map +1 -1
- package/dist/models/RemoveApplicationAccountFromUserRequest.d.ts +4 -4
- package/dist/models/RemoveApplicationAccountFromUserResponseBody.d.ts +1 -1
- package/dist/models/RevokeApplicationFromGroupsRequest.d.ts +2 -2
- package/dist/models/RevokeApplicationFromUsersRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerFromClientRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerScopesFromClientRequest.d.ts +3 -3
- package/dist/models/RevokeResourceServerScopesFromGroupRequest.d.ts +2 -2
- package/dist/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.d.ts +3 -3
- package/dist/models/RevokeResourceServerScopesFromUserRequest.d.ts +2 -2
- package/dist/models/SetApplicationProvisioningConfigRequest.d.ts +31 -48
- package/dist/models/SetApplicationProvisioningConfigRequest.js.map +1 -1
- package/dist/models/SetApplicationSsoConfigRequest.d.ts +48 -56
- package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
- package/dist/models/UpdateApplicationAdvancedConfigRequest.d.ts +3 -3
- package/dist/models/UpdateApplicationClientSecretExpirationTimeRequest.d.ts +2 -2
- package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +147 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js +168 -1
- package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
- package/dist/models/UpdateApplicationInfoRequest.d.ts +2 -2
- package/dist/models/UpdateApplicationInfoResponseBody.d.ts +1 -1
- package/dist/models/UpdateCredentialDescriptionRequest.d.ts +3 -3
- package/dist/models/UpdateCredentialDescriptionResponseBody.d.ts +1 -1
- package/dist/models/UpdateCredentialProviderRequest.d.ts +23 -33
- package/dist/models/UpdateCredentialProviderRequest.js.map +1 -1
- package/dist/models/UpdateCredentialProviderResponseBody.d.ts +1 -1
- package/dist/models/UpdateFederatedCredentialProviderDescriptionRequest.d.ts +2 -2
- package/dist/models/UpdateFederatedCredentialProviderRequest.d.ts +12 -12
- package/dist/models/model.d.ts +30 -0
- package/dist/models/model.js +104 -44
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +182 -154
- package/src/models/AddApplicationAccountToUserRequest.ts +1 -1
- package/src/models/AddApplicationAccountToUserResponseBody.ts +1 -1
- package/src/models/AuthorizeApplicationToGroupsRequest.ts +2 -2
- package/src/models/AuthorizeApplicationToUsersRequest.ts +2 -2
- package/src/models/AuthorizeResourceServerScopesToClientRequest.ts +3 -3
- package/src/models/AuthorizeResourceServerScopesToGroupRequest.ts +3 -3
- package/src/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.ts +4 -4
- package/src/models/AuthorizeResourceServerScopesToUserRequest.ts +4 -4
- package/src/models/AuthorizeResourceServerToClientRequest.ts +2 -2
- package/src/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.ts +1 -1
- package/src/models/CreateApplicationClientSecretRequest.ts +1 -1
- package/src/models/CreateApplicationClientSecretResponseBody.ts +3 -3
- package/src/models/CreateApplicationFederatedCredentialRequest.ts +280 -3
- package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
- package/src/models/CreateApplicationRequest.ts +10 -16
- package/src/models/CreateApplicationRoleRequest.ts +3 -3
- package/src/models/CreateApplicationRoleResponseBody.ts +1 -1
- package/src/models/CreateClientPublicKeyRequest.ts +2 -2
- package/src/models/CreateClientPublicKeyResponseBody.ts +1 -1
- package/src/models/CreateCloudAccountRequest.ts +9 -10
- package/src/models/CreateCloudAccountResponseBody.ts +2 -2
- package/src/models/CreateCredentialProviderRequest.ts +25 -34
- package/src/models/CreateCredentialProviderResponseBody.ts +1 -1
- package/src/models/CreateCredentialRequest.ts +14 -19
- package/src/models/CreateFederatedCredentialProviderRequest.ts +24 -24
- package/src/models/CreateFederatedCredentialProviderResponseBody.ts +1 -1
- package/src/models/DeleteApplicationClientSecretRequest.ts +3 -3
- package/src/models/DeleteApplicationClientSecretResponseBody.ts +1 -1
- package/src/models/DeleteApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/DeleteApplicationRequest.ts +2 -2
- package/src/models/DeleteApplicationResponseBody.ts +1 -1
- package/src/models/DeleteApplicationTokenRequest.ts +1 -1
- package/src/models/DeleteCredentialProviderRequest.ts +2 -2
- package/src/models/DeleteCredentialProviderResponseBody.ts +1 -1
- package/src/models/DeleteResourceServerScopeRequest.ts +3 -3
- package/src/models/DeleteResourceServerScopeResponseBody.ts +1 -1
- package/src/models/DisableApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/DisableApplicationRequest.ts +2 -2
- package/src/models/DisableApplicationResponseBody.ts +1 -1
- package/src/models/DisableApplicationTokenRequest.ts +1 -1
- package/src/models/DisableClientPublicKeyRequest.ts +2 -2
- package/src/models/EnableClientPublicKeyRequest.ts +2 -2
- package/src/models/EnableCredentialRequest.ts +1 -1
- package/src/models/GenerateOauthTokenRequest.ts +1 -1
- package/src/models/GenerateOauthTokenResponseBody.ts +3 -3
- package/src/models/GetApplicationFederatedCredentialRequest.ts +1 -1
- package/src/models/GetApplicationFederatedCredentialResponseBody.ts +265 -6
- package/src/models/GetApplicationGrantScopeRequest.ts +2 -2
- package/src/models/GetApplicationGrantScopeResponseBody.ts +3 -3
- package/src/models/GetApplicationResponseBody.ts +34 -75
- package/src/models/GetApplicationRoleRequest.ts +3 -3
- package/src/models/GetApplicationRoleResponseBody.ts +8 -8
- package/src/models/GetApplicationTemplateRequest.ts +1 -1
- package/src/models/GetApplicationTemplateResponseBody.ts +10 -10
- package/src/models/GetClientPublicKeyRequest.ts +1 -1
- package/src/models/GetClientPublicKeyResponseBody.ts +5 -5
- package/src/models/GetCloudAccountResponseBody.ts +1 -1
- package/src/models/GetCloudAccountRoleRequest.ts +2 -2
- package/src/models/GetCloudAccountRoleResponseBody.ts +27 -34
- package/src/models/GetCredentialProviderRequest.ts +2 -2
- package/src/models/GetCredentialProviderResponseBody.ts +34 -39
- package/src/models/GetCredentialRequest.ts +2 -2
- package/src/models/GetCredentialResponseBody.ts +25 -34
- package/src/models/ListApplicationAccountsRequest.ts +1 -1
- package/src/models/ListApplicationAccountsResponseBody.ts +5 -5
- package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +4 -4
- package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +275 -9
- package/src/models/ListApplicationFederatedCredentialsRequest.ts +4 -4
- package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +275 -9
- package/src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts +4 -6
- package/src/models/ListApplicationTokensRequest.ts +1 -1
- package/src/models/ListApplicationTokensResponseBody.ts +7 -7
- package/src/models/ListApplicationsRequest.ts +20 -19
- package/src/models/ListApplicationsResponseBody.ts +33 -49
- package/src/models/ListCloudAccountRolesRequest.ts +9 -13
- package/src/models/ListCloudAccountRolesResponseBody.ts +27 -36
- package/src/models/ListCloudAccountsResponseBody.ts +4 -4
- package/src/models/ListCredentialProvidersRequest.ts +11 -12
- package/src/models/ListCredentialProvidersResponseBody.ts +35 -40
- package/src/models/ListCredentialsRequest.ts +7 -10
- package/src/models/ListCredentialsResponseBody.ts +29 -38
- package/src/models/ListFederatedCredentialProvidersRequest.ts +5 -5
- package/src/models/ListFederatedCredentialProvidersResponseBody.ts +33 -33
- package/src/models/ListResourceServerScopesRequest.ts +10 -10
- package/src/models/ListResourceServerScopesResponseBody.ts +13 -13
- package/src/models/ListResourceServersForUserRequest.ts +2 -2
- package/src/models/ListResourceServersForUserResponseBody.ts +10 -8
- package/src/models/ObtainApplicationClientSecretResponseBody.ts +5 -7
- package/src/models/ObtainApplicationTokenResponseBody.ts +4 -4
- package/src/models/ObtainCredentialResponseBody.ts +23 -32
- package/src/models/RemoveApplicationAccountFromUserRequest.ts +4 -4
- package/src/models/RemoveApplicationAccountFromUserResponseBody.ts +1 -1
- package/src/models/RevokeApplicationFromGroupsRequest.ts +2 -2
- package/src/models/RevokeApplicationFromUsersRequest.ts +2 -2
- package/src/models/RevokeResourceServerFromClientRequest.ts +2 -2
- package/src/models/RevokeResourceServerScopesFromClientRequest.ts +3 -3
- package/src/models/RevokeResourceServerScopesFromGroupRequest.ts +2 -2
- package/src/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.ts +3 -3
- package/src/models/RevokeResourceServerScopesFromUserRequest.ts +2 -2
- package/src/models/SetApplicationProvisioningConfigRequest.ts +31 -48
- package/src/models/SetApplicationSsoConfigRequest.ts +48 -56
- package/src/models/UpdateApplicationAdvancedConfigRequest.ts +3 -3
- package/src/models/UpdateApplicationClientSecretExpirationTimeRequest.ts +2 -2
- package/src/models/UpdateApplicationFederatedCredentialRequest.ts +260 -1
- package/src/models/UpdateApplicationInfoRequest.ts +2 -2
- package/src/models/UpdateApplicationInfoResponseBody.ts +1 -1
- package/src/models/UpdateCredentialDescriptionRequest.ts +3 -3
- package/src/models/UpdateCredentialDescriptionResponseBody.ts +1 -1
- package/src/models/UpdateCredentialProviderRequest.ts +23 -33
- package/src/models/UpdateCredentialProviderResponseBody.ts +1 -1
- package/src/models/UpdateFederatedCredentialProviderDescriptionRequest.ts +2 -2
- package/src/models/UpdateFederatedCredentialProviderRequest.ts +12 -12
- package/src/models/model.ts +30 -0
|
@@ -5,12 +5,12 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigJwtProviderConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The list of allowed JWT issuers.
|
|
9
9
|
*/
|
|
10
10
|
allowedTokenIssuers?: string[];
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Indicates whether the JWT derived short token feature is enabled.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* false
|
|
@@ -18,7 +18,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
18
18
|
derivedShortTokenEnabled?: boolean;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* The validity period of the JWT, in seconds.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* 900
|
|
@@ -26,7 +26,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
26
26
|
expiration?: number;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* Indicates whether JWT expiration cleanup is enabled.
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* true
|
|
@@ -34,7 +34,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
34
34
|
expirationCleanupEnabled?: boolean;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
* JWT issuer
|
|
37
|
+
* JWT issuer。
|
|
38
38
|
*
|
|
39
39
|
* @example
|
|
40
40
|
* https://test.issuer.com
|
|
@@ -42,7 +42,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
42
42
|
issuer?: string;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* JWKs endpoint
|
|
45
|
+
* The JWKs endpoint URL.
|
|
46
46
|
*
|
|
47
47
|
* @example
|
|
48
48
|
* https://example123456.aliyunidaas.com/api/v2/auths_ngz2wj35ixxxdyat55nexxxxxx/oauth2/jwks
|
|
@@ -85,7 +85,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
85
85
|
export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The client_id in the OAuth protocol,
|
|
88
|
+
* The client_id in the OAuth protocol, which is the client ID.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* client_id_example_xxx
|
|
@@ -93,13 +93,11 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
93
93
|
clientId?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* The scope in the OAuth protocol, which
|
|
96
|
+
* The scope in the OAuth protocol, which specifies the permission scope.
|
|
97
97
|
*
|
|
98
|
-
* > The Scope configuration
|
|
98
|
+
* > The Scope configuration of the OAuth credential provider serves as the default value. If the scope parameter is not specified when calling the DeveloperAPI to obtain an OAuth access token, the Scope configuration of the credential provider is used for token issuance.
|
|
99
99
|
*
|
|
100
|
-
* >Notice:
|
|
101
|
-
*
|
|
102
|
-
* Multiple Scope values are separated by spaces.
|
|
100
|
+
* >Notice: Multiple Scope values are separated by spaces.
|
|
103
101
|
*
|
|
104
102
|
* @example
|
|
105
103
|
* example:test_01 example:test_02
|
|
@@ -107,7 +105,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
107
105
|
scope?: string;
|
|
108
106
|
/**
|
|
109
107
|
* @remarks
|
|
110
|
-
* The
|
|
108
|
+
* The token endpoint of the OAuth protocol.
|
|
111
109
|
*
|
|
112
110
|
* @example
|
|
113
111
|
* https://example.com/token
|
|
@@ -141,19 +139,19 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
141
139
|
export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfig extends $dara.Model {
|
|
142
140
|
/**
|
|
143
141
|
* @remarks
|
|
144
|
-
*
|
|
142
|
+
* The configuration of the JWT credential provider.
|
|
145
143
|
*/
|
|
146
144
|
jwtProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigJwtProviderConfig;
|
|
147
145
|
/**
|
|
148
146
|
* @remarks
|
|
149
|
-
*
|
|
147
|
+
* The configuration of the OAuth credential provider.
|
|
150
148
|
*/
|
|
151
149
|
OAuthProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfigOAuthProviderConfig;
|
|
152
150
|
/**
|
|
153
151
|
* @remarks
|
|
154
|
-
*
|
|
152
|
+
* The list of credential IDs that correspond to the sensitive configuration of the credential provider.
|
|
155
153
|
*
|
|
156
|
-
* > The system securely stores sensitive credential provider
|
|
154
|
+
* > The system securely stores the sensitive configuration of the credential provider as credentials.
|
|
157
155
|
*/
|
|
158
156
|
providerCredentialIds?: string[];
|
|
159
157
|
static names(): { [key: string]: string } {
|
|
@@ -193,7 +191,7 @@ export class ListCredentialProvidersResponseBodyCredentialProvidersCredentialPro
|
|
|
193
191
|
export class ListCredentialProvidersResponseBodyCredentialProviders extends $dara.Model {
|
|
194
192
|
/**
|
|
195
193
|
* @remarks
|
|
196
|
-
*
|
|
194
|
+
* The creation time of the credential provider. This value is a UNIX timestamp in milliseconds.
|
|
197
195
|
*
|
|
198
196
|
* @example
|
|
199
197
|
* 1649830225000
|
|
@@ -201,16 +199,15 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
201
199
|
createTime?: number;
|
|
202
200
|
/**
|
|
203
201
|
* @remarks
|
|
204
|
-
*
|
|
202
|
+
* The credential provider configuration.
|
|
205
203
|
*/
|
|
206
204
|
credentialProviderConfig?: ListCredentialProvidersResponseBodyCredentialProvidersCredentialProviderConfig;
|
|
207
205
|
/**
|
|
208
206
|
* @remarks
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
* - system_init: System created.
|
|
207
|
+
* The creation type of the credential provider. Valid values:
|
|
212
208
|
*
|
|
213
|
-
* -
|
|
209
|
+
* - system_init: Created by the system.
|
|
210
|
+
* - user_custom: Created by the user.
|
|
214
211
|
*
|
|
215
212
|
* @example
|
|
216
213
|
* user_custom
|
|
@@ -218,7 +215,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
218
215
|
credentialProviderCreationType?: string;
|
|
219
216
|
/**
|
|
220
217
|
* @remarks
|
|
221
|
-
*
|
|
218
|
+
* The credential provider ID.
|
|
222
219
|
*
|
|
223
220
|
* @example
|
|
224
221
|
* atp_01kr2cmj5gxxx4fvmls2e93dxxxxx
|
|
@@ -226,7 +223,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
226
223
|
credentialProviderId?: string;
|
|
227
224
|
/**
|
|
228
225
|
* @remarks
|
|
229
|
-
*
|
|
226
|
+
* The credential provider identifier.
|
|
230
227
|
*
|
|
231
228
|
* @example
|
|
232
229
|
* test_example_identifier
|
|
@@ -234,7 +231,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
234
231
|
credentialProviderIdentifier?: string;
|
|
235
232
|
/**
|
|
236
233
|
* @remarks
|
|
237
|
-
*
|
|
234
|
+
* The credential provider name.
|
|
238
235
|
*
|
|
239
236
|
* @example
|
|
240
237
|
* test_example_name
|
|
@@ -242,11 +239,10 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
242
239
|
credentialProviderName?: string;
|
|
243
240
|
/**
|
|
244
241
|
* @remarks
|
|
245
|
-
*
|
|
242
|
+
* The credential provider type. Valid values:
|
|
246
243
|
*
|
|
247
|
-
* - oauth: OAuth credential provider
|
|
248
|
-
*
|
|
249
|
-
* - jwt: JWT credential provider
|
|
244
|
+
* - oauth: OAuth credential provider.
|
|
245
|
+
* - jwt: JWT credential provider.
|
|
250
246
|
*
|
|
251
247
|
* @example
|
|
252
248
|
* oauth
|
|
@@ -254,7 +250,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
254
250
|
credentialProviderType?: string;
|
|
255
251
|
/**
|
|
256
252
|
* @remarks
|
|
257
|
-
*
|
|
253
|
+
* The description.
|
|
258
254
|
*
|
|
259
255
|
* @example
|
|
260
256
|
* This is an example description
|
|
@@ -262,7 +258,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
262
258
|
description?: string;
|
|
263
259
|
/**
|
|
264
260
|
* @remarks
|
|
265
|
-
*
|
|
261
|
+
* The instance ID.
|
|
266
262
|
*
|
|
267
263
|
* @example
|
|
268
264
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -270,10 +266,9 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
270
266
|
instanceId?: string;
|
|
271
267
|
/**
|
|
272
268
|
* @remarks
|
|
273
|
-
*
|
|
269
|
+
* The credential provider status. Valid values:
|
|
274
270
|
*
|
|
275
271
|
* - enabled: Enabled.
|
|
276
|
-
*
|
|
277
272
|
* - disabled: Disabled.
|
|
278
273
|
*
|
|
279
274
|
* @example
|
|
@@ -282,7 +277,7 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
282
277
|
status?: string;
|
|
283
278
|
/**
|
|
284
279
|
* @remarks
|
|
285
|
-
*
|
|
280
|
+
* The update time of the credential provider. This value is a UNIX timestamp in milliseconds.
|
|
286
281
|
*
|
|
287
282
|
* @example
|
|
288
283
|
* 1649830225000
|
|
@@ -335,12 +330,12 @@ export class ListCredentialProvidersResponseBodyCredentialProviders extends $dar
|
|
|
335
330
|
export class ListCredentialProvidersResponseBody extends $dara.Model {
|
|
336
331
|
/**
|
|
337
332
|
* @remarks
|
|
338
|
-
*
|
|
333
|
+
* The list of credential providers.
|
|
339
334
|
*/
|
|
340
335
|
credentialProviders?: ListCredentialProvidersResponseBodyCredentialProviders[];
|
|
341
336
|
/**
|
|
342
337
|
* @remarks
|
|
343
|
-
*
|
|
338
|
+
* The maximum number of entries per page for a paged query.
|
|
344
339
|
*
|
|
345
340
|
* @example
|
|
346
341
|
* 20
|
|
@@ -348,7 +343,7 @@ export class ListCredentialProvidersResponseBody extends $dara.Model {
|
|
|
348
343
|
maxResults?: number;
|
|
349
344
|
/**
|
|
350
345
|
* @remarks
|
|
351
|
-
* The
|
|
346
|
+
* The pagination token returned by this call.
|
|
352
347
|
*
|
|
353
348
|
* @example
|
|
354
349
|
* NTxxxexample
|
|
@@ -356,7 +351,7 @@ export class ListCredentialProvidersResponseBody extends $dara.Model {
|
|
|
356
351
|
nextToken?: string;
|
|
357
352
|
/**
|
|
358
353
|
* @remarks
|
|
359
|
-
*
|
|
354
|
+
* The request ID.
|
|
360
355
|
*
|
|
361
356
|
* @example
|
|
362
357
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -364,7 +359,7 @@ export class ListCredentialProvidersResponseBody extends $dara.Model {
|
|
|
364
359
|
requestId?: string;
|
|
365
360
|
/**
|
|
366
361
|
* @remarks
|
|
367
|
-
*
|
|
362
|
+
* The total number of entries in the list.
|
|
368
363
|
*
|
|
369
364
|
* @example
|
|
370
365
|
* 100
|
|
@@ -5,9 +5,8 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListCredentialsRequestFilter extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
9
|
-
*
|
|
10
|
-
* - `CredentialIdentifier`: the credential identifier.
|
|
8
|
+
* The name of the filter field. Valid values:
|
|
9
|
+
* - CredentialIdentifier: the credential identifier.
|
|
11
10
|
*
|
|
12
11
|
* @example
|
|
13
12
|
* CredentialIdentifier
|
|
@@ -15,7 +14,7 @@ export class ListCredentialsRequestFilter extends $dara.Model {
|
|
|
15
14
|
name?: string;
|
|
16
15
|
/**
|
|
17
16
|
* @remarks
|
|
18
|
-
* The
|
|
17
|
+
* The list of filter field values.
|
|
19
18
|
*/
|
|
20
19
|
value?: string[];
|
|
21
20
|
static names(): { [key: string]: string } {
|
|
@@ -48,7 +47,7 @@ export class ListCredentialsRequest extends $dara.Model {
|
|
|
48
47
|
credentialExternalIds?: string[];
|
|
49
48
|
/**
|
|
50
49
|
* @remarks
|
|
51
|
-
* The credential IDs.
|
|
50
|
+
* The list of credential IDs.
|
|
52
51
|
*/
|
|
53
52
|
credentialIds?: string[];
|
|
54
53
|
credentialSharingScopes?: string[];
|
|
@@ -70,10 +69,8 @@ export class ListCredentialsRequest extends $dara.Model {
|
|
|
70
69
|
instanceId?: string;
|
|
71
70
|
/**
|
|
72
71
|
* @remarks
|
|
73
|
-
* The number of entries per page.
|
|
74
|
-
*
|
|
72
|
+
* The maximum number of entries per page.
|
|
75
73
|
* - Default value: 20.
|
|
76
|
-
*
|
|
77
74
|
* - Maximum value: 100.
|
|
78
75
|
*
|
|
79
76
|
* @example
|
|
@@ -82,7 +79,7 @@ export class ListCredentialsRequest extends $dara.Model {
|
|
|
82
79
|
maxResults?: number;
|
|
83
80
|
/**
|
|
84
81
|
* @remarks
|
|
85
|
-
* The pagination token
|
|
82
|
+
* The pagination token.
|
|
86
83
|
*
|
|
87
84
|
* @example
|
|
88
85
|
* NTxxxxxexample
|
|
@@ -90,7 +87,7 @@ export class ListCredentialsRequest extends $dara.Model {
|
|
|
90
87
|
nextToken?: string;
|
|
91
88
|
/**
|
|
92
89
|
* @remarks
|
|
93
|
-
* The credential statuses.
|
|
90
|
+
* The list of credential statuses.
|
|
94
91
|
*/
|
|
95
92
|
statuses?: string[];
|
|
96
93
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListCredentialsResponseBodyCredentialsCredentialContentOAuthClientContent extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The client_id of the OAuth protocol.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* dmvncmxersdxxxxxx
|
|
@@ -35,7 +35,7 @@ export class ListCredentialsResponseBodyCredentialsCredentialContentOAuthClientC
|
|
|
35
35
|
export class ListCredentialsResponseBodyCredentialsCredentialContent extends $dara.Model {
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The content of
|
|
38
|
+
* The credential content of the OAuth client authentication credential type.
|
|
39
39
|
*/
|
|
40
40
|
OAuthClientContent?: ListCredentialsResponseBodyCredentialsCredentialContentOAuthClientContent;
|
|
41
41
|
static names(): { [key: string]: string } {
|
|
@@ -65,7 +65,7 @@ export class ListCredentialsResponseBodyCredentialsCredentialContent extends $da
|
|
|
65
65
|
export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
66
66
|
/**
|
|
67
67
|
* @remarks
|
|
68
|
-
* The time
|
|
68
|
+
* The creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
69
69
|
*
|
|
70
70
|
* @example
|
|
71
71
|
* 1649830225000
|
|
@@ -73,16 +73,14 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
73
73
|
createTime?: number;
|
|
74
74
|
/**
|
|
75
75
|
* @remarks
|
|
76
|
-
* The content
|
|
76
|
+
* The credential content.
|
|
77
77
|
*/
|
|
78
78
|
credentialContent?: ListCredentialsResponseBodyCredentialsCredentialContent;
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
81
|
* The creation type of the credential. Valid values:
|
|
82
|
-
*
|
|
83
|
-
* -
|
|
84
|
-
*
|
|
85
|
-
* - `user_custom`: Created by a user.
|
|
82
|
+
* - system_init: Created by the system.
|
|
83
|
+
* - user_custom: Created by the user.
|
|
86
84
|
*
|
|
87
85
|
* @example
|
|
88
86
|
* user_custom
|
|
@@ -91,7 +89,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
91
89
|
credentialExternalId?: string;
|
|
92
90
|
/**
|
|
93
91
|
* @remarks
|
|
94
|
-
* The ID
|
|
92
|
+
* The credential ID.
|
|
95
93
|
*
|
|
96
94
|
* @example
|
|
97
95
|
* cred_mkv7rgt4d7i4u7zqtzev2mxxxx
|
|
@@ -99,7 +97,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
99
97
|
credentialId?: string;
|
|
100
98
|
/**
|
|
101
99
|
* @remarks
|
|
102
|
-
* The identifier
|
|
100
|
+
* The credential identifier.
|
|
103
101
|
*
|
|
104
102
|
* @example
|
|
105
103
|
* credential_identifier_test
|
|
@@ -107,7 +105,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
107
105
|
credentialIdentifier?: string;
|
|
108
106
|
/**
|
|
109
107
|
* @remarks
|
|
110
|
-
* The name
|
|
108
|
+
* The credential name.
|
|
111
109
|
*
|
|
112
110
|
* @example
|
|
113
111
|
* credential_name
|
|
@@ -115,11 +113,9 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
115
113
|
credentialName?: string;
|
|
116
114
|
/**
|
|
117
115
|
* @remarks
|
|
118
|
-
* The
|
|
119
|
-
*
|
|
120
|
-
* -
|
|
121
|
-
*
|
|
122
|
-
* - `saas`: A third-party SaaS service.
|
|
116
|
+
* The scenarios label of the credential. Valid values:
|
|
117
|
+
* - llm: large language model.
|
|
118
|
+
* - saas: third-party SaaS service.
|
|
123
119
|
*
|
|
124
120
|
* @example
|
|
125
121
|
* llm
|
|
@@ -128,7 +124,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
128
124
|
credentialSharingScope?: string;
|
|
129
125
|
/**
|
|
130
126
|
* @remarks
|
|
131
|
-
* The ID
|
|
127
|
+
* The subject ID to which the credential belongs.
|
|
132
128
|
*
|
|
133
129
|
* @example
|
|
134
130
|
* apt_werthgfdsasffxxxxx
|
|
@@ -136,9 +132,8 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
136
132
|
credentialSubjectId?: string;
|
|
137
133
|
/**
|
|
138
134
|
* @remarks
|
|
139
|
-
* The type
|
|
140
|
-
*
|
|
141
|
-
* - `authentication_token_provider`: An authentication token provider.
|
|
135
|
+
* The subject type to which the credential belongs. Valid values:
|
|
136
|
+
* - authentication_token_provider: authentication token provider.
|
|
142
137
|
*
|
|
143
138
|
* @example
|
|
144
139
|
* authentication_token_provider
|
|
@@ -146,11 +141,9 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
146
141
|
credentialSubjectType?: string;
|
|
147
142
|
/**
|
|
148
143
|
* @remarks
|
|
149
|
-
* The type
|
|
150
|
-
*
|
|
151
|
-
* -
|
|
152
|
-
*
|
|
153
|
-
* - `oauth_client`: An OAuth client.
|
|
144
|
+
* The credential type. Valid values:
|
|
145
|
+
* - api_key: API key authentication credential.
|
|
146
|
+
* - oauth_client: OAuth client authentication credential.
|
|
154
147
|
*
|
|
155
148
|
* @example
|
|
156
149
|
* api_key
|
|
@@ -158,7 +151,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
158
151
|
credentialType?: string;
|
|
159
152
|
/**
|
|
160
153
|
* @remarks
|
|
161
|
-
* The description
|
|
154
|
+
* The credential description.
|
|
162
155
|
*
|
|
163
156
|
* @example
|
|
164
157
|
* credential_description
|
|
@@ -167,7 +160,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
167
160
|
exclusiveUserId?: string;
|
|
168
161
|
/**
|
|
169
162
|
* @remarks
|
|
170
|
-
* The
|
|
163
|
+
* The EIAM instance ID.
|
|
171
164
|
*
|
|
172
165
|
* @example
|
|
173
166
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -175,11 +168,9 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
175
168
|
instanceId?: string;
|
|
176
169
|
/**
|
|
177
170
|
* @remarks
|
|
178
|
-
* The status
|
|
179
|
-
*
|
|
180
|
-
* -
|
|
181
|
-
*
|
|
182
|
-
* - `disabled`: The credential is disabled.
|
|
171
|
+
* The credential status. Valid values:
|
|
172
|
+
* - enabled: Enabled.
|
|
173
|
+
* - diasbled: Disabled.
|
|
183
174
|
*
|
|
184
175
|
* @example
|
|
185
176
|
* enabled
|
|
@@ -187,7 +178,7 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
187
178
|
status?: string;
|
|
188
179
|
/**
|
|
189
180
|
* @remarks
|
|
190
|
-
* The time
|
|
181
|
+
* The update time, in UNIX timestamp format. Unit: milliseconds.
|
|
191
182
|
*
|
|
192
183
|
* @example
|
|
193
184
|
* 1649830227000
|
|
@@ -252,12 +243,12 @@ export class ListCredentialsResponseBodyCredentials extends $dara.Model {
|
|
|
252
243
|
export class ListCredentialsResponseBody extends $dara.Model {
|
|
253
244
|
/**
|
|
254
245
|
* @remarks
|
|
255
|
-
*
|
|
246
|
+
* The list of credentials.
|
|
256
247
|
*/
|
|
257
248
|
credentials?: ListCredentialsResponseBodyCredentials[];
|
|
258
249
|
/**
|
|
259
250
|
* @remarks
|
|
260
|
-
* The maximum number of entries
|
|
251
|
+
* The maximum number of entries per page for paging.
|
|
261
252
|
*
|
|
262
253
|
* @example
|
|
263
254
|
* 20
|
|
@@ -265,7 +256,7 @@ export class ListCredentialsResponseBody extends $dara.Model {
|
|
|
265
256
|
maxResults?: number;
|
|
266
257
|
/**
|
|
267
258
|
* @remarks
|
|
268
|
-
* The token
|
|
259
|
+
* The pagination token returned in this call.
|
|
269
260
|
*
|
|
270
261
|
* @example
|
|
271
262
|
* NTxxxexample
|
|
@@ -273,7 +264,7 @@ export class ListCredentialsResponseBody extends $dara.Model {
|
|
|
273
264
|
nextToken?: string;
|
|
274
265
|
/**
|
|
275
266
|
* @remarks
|
|
276
|
-
* The ID
|
|
267
|
+
* The request ID.
|
|
277
268
|
*
|
|
278
269
|
* @example
|
|
279
270
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -281,7 +272,7 @@ export class ListCredentialsResponseBody extends $dara.Model {
|
|
|
281
272
|
requestId?: string;
|
|
282
273
|
/**
|
|
283
274
|
* @remarks
|
|
284
|
-
* The total number of entries.
|
|
275
|
+
* The total number of entries returned.
|
|
285
276
|
*
|
|
286
277
|
* @example
|
|
287
278
|
* 100
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListFederatedCredentialProvidersRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The name of the federated
|
|
8
|
+
* The name of the federated trust source.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* test
|
|
@@ -13,7 +13,7 @@ export class ListFederatedCredentialProvidersRequest extends $dara.Model {
|
|
|
13
13
|
federatedCredentialProviderName?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The type of the federated
|
|
16
|
+
* The type of the federated trust source.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* pkcs7
|
|
@@ -31,7 +31,7 @@ export class ListFederatedCredentialProvidersRequest extends $dara.Model {
|
|
|
31
31
|
instanceId?: string;
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
|
-
* The maximum number of entries
|
|
34
|
+
* The maximum number of entries per page for a paged query.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* 20
|
|
@@ -39,7 +39,7 @@ export class ListFederatedCredentialProvidersRequest extends $dara.Model {
|
|
|
39
39
|
maxResults?: number;
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
* The token
|
|
42
|
+
* The pagination token.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* NTxxxxxexample
|
|
@@ -47,7 +47,7 @@ export class ListFederatedCredentialProvidersRequest extends $dara.Model {
|
|
|
47
47
|
nextToken?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
* The token to
|
|
50
|
+
* The token used to query the previous page.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* PTxxxxxexample
|