@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
|
@@ -13,7 +13,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
13
13
|
errorCode?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The error
|
|
16
|
+
* The error description.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* There is no permission.
|
|
@@ -45,12 +45,12 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
45
45
|
export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResult extends $dara.Model {
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The reason
|
|
48
|
+
* The error reason. This field is returned when the health check status is unhealthy.
|
|
49
49
|
*/
|
|
50
50
|
errorReason?: GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResultErrorReason;
|
|
51
51
|
/**
|
|
52
52
|
* @remarks
|
|
53
|
-
* The time of the last check.
|
|
53
|
+
* The time of the last health check. The value is a UNIX timestamp in milliseconds.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* 1649830226000
|
|
@@ -58,11 +58,11 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
58
58
|
lastCheckTime?: number;
|
|
59
59
|
/**
|
|
60
60
|
* @remarks
|
|
61
|
-
* The
|
|
61
|
+
* The cloud role health check result. Valid values:
|
|
62
62
|
*
|
|
63
|
-
* - success:
|
|
63
|
+
* - success: succeeded.
|
|
64
64
|
*
|
|
65
|
-
* - failed:
|
|
65
|
+
* - failed: failed.
|
|
66
66
|
*
|
|
67
67
|
* @example
|
|
68
68
|
* success
|
|
@@ -99,7 +99,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHeal
|
|
|
99
99
|
export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model {
|
|
100
100
|
/**
|
|
101
101
|
* @remarks
|
|
102
|
-
* The
|
|
102
|
+
* The cloud account ID.
|
|
103
103
|
*
|
|
104
104
|
* @example
|
|
105
105
|
* ca_01kmegjc11qa1txxxxx
|
|
@@ -107,7 +107,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
107
107
|
cloudAccountId?: string;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The
|
|
110
|
+
* The cloud role identifier.
|
|
111
111
|
*
|
|
112
112
|
* @example
|
|
113
113
|
* acs:ram::xxx:role/role-test
|
|
@@ -115,13 +115,10 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
115
115
|
cloudAccountRoleExternalId?: string;
|
|
116
116
|
/**
|
|
117
117
|
* @remarks
|
|
118
|
-
* The health
|
|
119
|
-
*
|
|
120
|
-
* -
|
|
121
|
-
*
|
|
122
|
-
* - unhealthy: The role is unhealthy.
|
|
123
|
-
*
|
|
124
|
-
* - unknown: The health status is unknown.
|
|
118
|
+
* The cloud role health status. Valid values:
|
|
119
|
+
* - healthy: healthy.
|
|
120
|
+
* - unhealthy: unhealthy.
|
|
121
|
+
* - unknown: unknown.
|
|
125
122
|
*
|
|
126
123
|
* @example
|
|
127
124
|
* healthy
|
|
@@ -129,12 +126,12 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
129
126
|
cloudAccountRoleHealth?: string;
|
|
130
127
|
/**
|
|
131
128
|
* @remarks
|
|
132
|
-
* The
|
|
129
|
+
* The cloud role health check result.
|
|
133
130
|
*/
|
|
134
131
|
cloudAccountRoleHealthCheckResult?: GetCloudAccountRoleResponseBodyCloudAccountRoleCloudAccountRoleHealthCheckResult;
|
|
135
132
|
/**
|
|
136
133
|
* @remarks
|
|
137
|
-
* The
|
|
134
|
+
* The cloud role ID.
|
|
138
135
|
*
|
|
139
136
|
* @example
|
|
140
137
|
* carole_01kmek49aqxxxx
|
|
@@ -142,7 +139,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
142
139
|
cloudAccountRoleId?: string;
|
|
143
140
|
/**
|
|
144
141
|
* @remarks
|
|
145
|
-
* The
|
|
142
|
+
* The cloud role name.
|
|
146
143
|
*
|
|
147
144
|
* @example
|
|
148
145
|
* role-test
|
|
@@ -150,9 +147,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
150
147
|
cloudAccountRoleName?: string;
|
|
151
148
|
/**
|
|
152
149
|
* @remarks
|
|
153
|
-
* The
|
|
150
|
+
* The cloud role type. The specific format depends on the cloud account type. Valid values:
|
|
154
151
|
*
|
|
155
|
-
* - role:
|
|
152
|
+
* - role: applicable to Alibaba Cloud accounts.
|
|
156
153
|
*
|
|
157
154
|
* @example
|
|
158
155
|
* role
|
|
@@ -160,11 +157,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
160
157
|
cloudAccountRoleType?: string;
|
|
161
158
|
/**
|
|
162
159
|
* @remarks
|
|
163
|
-
* The usage type
|
|
164
|
-
*
|
|
165
|
-
* -
|
|
166
|
-
*
|
|
167
|
-
* - user: The role is used by a user.
|
|
160
|
+
* The cloud role usage type. Valid values:
|
|
161
|
+
* - system: system.
|
|
162
|
+
* - user: user.
|
|
168
163
|
*
|
|
169
164
|
* @example
|
|
170
165
|
* system
|
|
@@ -172,7 +167,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
172
167
|
cloudAccountRoleUsageType?: string;
|
|
173
168
|
/**
|
|
174
169
|
* @remarks
|
|
175
|
-
* The time
|
|
170
|
+
* The creation time. The value is a UNIX timestamp in milliseconds.
|
|
176
171
|
*
|
|
177
172
|
* @example
|
|
178
173
|
* 1719320115000
|
|
@@ -180,7 +175,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
180
175
|
createTime?: number;
|
|
181
176
|
/**
|
|
182
177
|
* @remarks
|
|
183
|
-
* The
|
|
178
|
+
* The cloud role description.
|
|
184
179
|
*
|
|
185
180
|
* @example
|
|
186
181
|
* cloud_account_role_description
|
|
@@ -196,11 +191,9 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
196
191
|
instanceId?: string;
|
|
197
192
|
/**
|
|
198
193
|
* @remarks
|
|
199
|
-
* The
|
|
200
|
-
*
|
|
201
|
-
* -
|
|
202
|
-
*
|
|
203
|
-
* - disable: The role is disabled.
|
|
194
|
+
* The cloud role status. Valid values:
|
|
195
|
+
* - enabled: enabled.
|
|
196
|
+
* - disable: disabled.
|
|
204
197
|
*
|
|
205
198
|
* @example
|
|
206
199
|
* enabled
|
|
@@ -208,7 +201,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
208
201
|
status?: string;
|
|
209
202
|
/**
|
|
210
203
|
* @remarks
|
|
211
|
-
* The
|
|
204
|
+
* The last update time. The value is a UNIX timestamp in milliseconds.
|
|
212
205
|
*
|
|
213
206
|
* @example
|
|
214
207
|
* 1649830227000
|
|
@@ -265,7 +258,7 @@ export class GetCloudAccountRoleResponseBodyCloudAccountRole extends $dara.Model
|
|
|
265
258
|
export class GetCloudAccountRoleResponseBody extends $dara.Model {
|
|
266
259
|
/**
|
|
267
260
|
* @remarks
|
|
268
|
-
* The
|
|
261
|
+
* The cloud role details.
|
|
269
262
|
*/
|
|
270
263
|
cloudAccountRole?: GetCloudAccountRoleResponseBodyCloudAccountRole;
|
|
271
264
|
/**
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialProviderRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
*
|
|
8
|
+
* The credential provider ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class GetCredentialProviderRequest extends $dara.Model {
|
|
|
15
15
|
credentialProviderId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
*
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -5,12 +5,12 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigJwtProviderConfig 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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
42
42
|
issuer?: string;
|
|
43
43
|
/**
|
|
44
44
|
* @remarks
|
|
45
|
-
* JWKs endpoint URL.
|
|
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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
85
85
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigOAuthProviderConfig extends $dara.Model {
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
*
|
|
88
|
+
* The client_id in the OAuth protocol.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* client_id_example_xxx
|
|
@@ -93,13 +93,11 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
93
93
|
clientId?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
*
|
|
96
|
+
* The scope in the OAuth protocol.
|
|
97
97
|
*
|
|
98
|
-
* > The
|
|
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 issuance.
|
|
99
99
|
*
|
|
100
|
-
* >Notice:
|
|
101
|
-
*
|
|
102
|
-
* Separate multiple Scope values with 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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
107
105
|
scope?: string;
|
|
108
106
|
/**
|
|
109
107
|
* @remarks
|
|
110
|
-
*
|
|
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 GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
141
139
|
export class GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfig extends $dara.Model {
|
|
142
140
|
/**
|
|
143
141
|
* @remarks
|
|
144
|
-
*
|
|
142
|
+
* The configuration of the JWT credential provider.
|
|
145
143
|
*/
|
|
146
144
|
jwtProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigJwtProviderConfig;
|
|
147
145
|
/**
|
|
148
146
|
* @remarks
|
|
149
|
-
*
|
|
147
|
+
* The configuration of the OAuth credential provider.
|
|
150
148
|
*/
|
|
151
149
|
OAuthProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfigOAuthProviderConfig;
|
|
152
150
|
/**
|
|
153
151
|
* @remarks
|
|
154
|
-
*
|
|
152
|
+
* The list of credential IDs corresponding to the sensitive configurations of the credential provider.
|
|
155
153
|
*
|
|
156
|
-
* > The system securely stores sensitive configuration information
|
|
154
|
+
* > The system securely stores the sensitive configuration information of the credential provider in the form of credentials.
|
|
157
155
|
*/
|
|
158
156
|
providerCredentialIds?: string[];
|
|
159
157
|
static names(): { [key: string]: string } {
|
|
@@ -193,7 +191,7 @@ export class GetCredentialProviderResponseBodyCredentialProviderCredentialProvid
|
|
|
193
191
|
export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.Model {
|
|
194
192
|
/**
|
|
195
193
|
* @remarks
|
|
196
|
-
*
|
|
194
|
+
* The creation time of the credential provider. The value is a UNIX timestamp in milliseconds.
|
|
197
195
|
*
|
|
198
196
|
* @example
|
|
199
197
|
* 1649830225000
|
|
@@ -201,16 +199,15 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
201
199
|
createTime?: number;
|
|
202
200
|
/**
|
|
203
201
|
* @remarks
|
|
204
|
-
*
|
|
202
|
+
* The credential provider configuration.
|
|
205
203
|
*/
|
|
206
204
|
credentialProviderConfig?: GetCredentialProviderResponseBodyCredentialProviderCredentialProviderConfig;
|
|
207
205
|
/**
|
|
208
206
|
* @remarks
|
|
209
|
-
*
|
|
210
|
-
*
|
|
211
|
-
* - system_init: Created by the system
|
|
207
|
+
* The credential provider creation type. 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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
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 GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
262
258
|
description?: string;
|
|
263
259
|
/**
|
|
264
260
|
* @remarks
|
|
265
|
-
*
|
|
261
|
+
* The instance ID.
|
|
266
262
|
*
|
|
267
263
|
* @example
|
|
268
264
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -270,11 +266,10 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
270
266
|
instanceId?: string;
|
|
271
267
|
/**
|
|
272
268
|
* @remarks
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
* - enabled: Enabled
|
|
269
|
+
* The credential provider status. Valid values:
|
|
276
270
|
*
|
|
277
|
-
* -
|
|
271
|
+
* - enabled: Enabled.
|
|
272
|
+
* - disabled: Disabled.
|
|
278
273
|
*
|
|
279
274
|
* @example
|
|
280
275
|
* enabled
|
|
@@ -282,7 +277,7 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
282
277
|
status?: string;
|
|
283
278
|
/**
|
|
284
279
|
* @remarks
|
|
285
|
-
*
|
|
280
|
+
* The update time of the credential provider. The value is a UNIX timestamp in milliseconds.
|
|
286
281
|
*
|
|
287
282
|
* @example
|
|
288
283
|
* 1649830225000
|
|
@@ -335,12 +330,12 @@ export class GetCredentialProviderResponseBodyCredentialProvider extends $dara.M
|
|
|
335
330
|
export class GetCredentialProviderResponseBody extends $dara.Model {
|
|
336
331
|
/**
|
|
337
332
|
* @remarks
|
|
338
|
-
*
|
|
333
|
+
* The credential provider.
|
|
339
334
|
*/
|
|
340
335
|
credentialProvider?: GetCredentialProviderResponseBodyCredentialProvider;
|
|
341
336
|
/**
|
|
342
337
|
* @remarks
|
|
343
|
-
*
|
|
338
|
+
* The request ID.
|
|
344
339
|
*
|
|
345
340
|
* @example
|
|
346
341
|
* 0441BD79-92F3-53AA-8657-F8CE4A2B912A
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID
|
|
8
|
+
* The credential ID.
|
|
9
9
|
*
|
|
10
10
|
* This parameter is required.
|
|
11
11
|
*
|
|
@@ -15,7 +15,7 @@ export class GetCredentialRequest extends $dara.Model {
|
|
|
15
15
|
credentialId?: string;
|
|
16
16
|
/**
|
|
17
17
|
* @remarks
|
|
18
|
-
* The ID
|
|
18
|
+
* The instance ID.
|
|
19
19
|
*
|
|
20
20
|
* This parameter is required.
|
|
21
21
|
*
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetCredentialResponseBodyCredentialCredentialContentOAuthClientContent extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The OAuth
|
|
8
|
+
* The client_id of the OAuth protocol.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* dmvncmxersdxxxxxx
|
|
@@ -35,7 +35,7 @@ export class GetCredentialResponseBodyCredentialCredentialContentOAuthClientCont
|
|
|
35
35
|
export class GetCredentialResponseBodyCredentialCredentialContent extends $dara.Model {
|
|
36
36
|
/**
|
|
37
37
|
* @remarks
|
|
38
|
-
* The
|
|
38
|
+
* The content of the OAuth client credential.
|
|
39
39
|
*/
|
|
40
40
|
OAuthClientContent?: GetCredentialResponseBodyCredentialCredentialContentOAuthClientContent;
|
|
41
41
|
static names(): { [key: string]: string } {
|
|
@@ -65,7 +65,7 @@ export class GetCredentialResponseBodyCredentialCredentialContent extends $dara.
|
|
|
65
65
|
export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
66
66
|
/**
|
|
67
67
|
* @remarks
|
|
68
|
-
* The creation time
|
|
68
|
+
* The creation time, in UNIX timestamp format. Unit: milliseconds.
|
|
69
69
|
*
|
|
70
70
|
* @example
|
|
71
71
|
* 1649830225000
|
|
@@ -78,11 +78,9 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
78
78
|
credentialContent?: GetCredentialResponseBodyCredentialCredentialContent;
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* -
|
|
84
|
-
*
|
|
85
|
-
* - `user_custom`: The credential was created by a user.
|
|
81
|
+
* The creation type of the credential. Valid values:
|
|
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 GetCredentialResponseBodyCredential 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 GetCredentialResponseBodyCredential 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 GetCredentialResponseBodyCredential 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 GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
115
113
|
credentialName?: string;
|
|
116
114
|
/**
|
|
117
115
|
* @remarks
|
|
118
|
-
* The
|
|
119
|
-
*
|
|
120
|
-
* -
|
|
121
|
-
*
|
|
122
|
-
* - `saas`: a third-party Software as a Service (SaaS) application.
|
|
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 GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
128
124
|
credentialSharingScope?: string;
|
|
129
125
|
/**
|
|
130
126
|
* @remarks
|
|
131
|
-
* The ID of the subject
|
|
127
|
+
* The ID of the subject to which the credential belongs.
|
|
132
128
|
*
|
|
133
129
|
* @example
|
|
134
130
|
* apt_werthgfdsasffxxxxx
|
|
@@ -136,9 +132,8 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
136
132
|
credentialSubjectId?: string;
|
|
137
133
|
/**
|
|
138
134
|
* @remarks
|
|
139
|
-
* The type of the subject
|
|
140
|
-
*
|
|
141
|
-
* - `authentication_token_provider`: The subject is an authentication token provider.
|
|
135
|
+
* The type of the subject 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 GetCredentialResponseBodyCredential 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 credential.
|
|
146
|
+
* - oauth_client: OAuth client credential.
|
|
154
147
|
*
|
|
155
148
|
* @example
|
|
156
149
|
* api_key
|
|
@@ -158,7 +151,7 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
158
151
|
credentialType?: string;
|
|
159
152
|
/**
|
|
160
153
|
* @remarks
|
|
161
|
-
* The
|
|
154
|
+
* The credential description.
|
|
162
155
|
*
|
|
163
156
|
* @example
|
|
164
157
|
* credential_description
|
|
@@ -167,7 +160,7 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
167
160
|
exclusiveUserId?: string;
|
|
168
161
|
/**
|
|
169
162
|
* @remarks
|
|
170
|
-
* The ID
|
|
163
|
+
* The instance ID.
|
|
171
164
|
*
|
|
172
165
|
* @example
|
|
173
166
|
* idaas_ue2jvisn35ea5lmthk267xxxxx
|
|
@@ -175,11 +168,9 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
175
168
|
instanceId?: string;
|
|
176
169
|
/**
|
|
177
170
|
* @remarks
|
|
178
|
-
* The status
|
|
179
|
-
*
|
|
180
|
-
* -
|
|
181
|
-
*
|
|
182
|
-
* - `disabled`: The credential is inactive.
|
|
171
|
+
* The credential status. Valid values:
|
|
172
|
+
* - enabled: Enabled.
|
|
173
|
+
* - disabled: Disabled.
|
|
183
174
|
*
|
|
184
175
|
* @example
|
|
185
176
|
* enabled
|
|
@@ -187,7 +178,7 @@ export class GetCredentialResponseBodyCredential 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,7 +243,7 @@ export class GetCredentialResponseBodyCredential extends $dara.Model {
|
|
|
252
243
|
export class GetCredentialResponseBody extends $dara.Model {
|
|
253
244
|
/**
|
|
254
245
|
* @remarks
|
|
255
|
-
* The credential
|
|
246
|
+
* The credential information.
|
|
256
247
|
*/
|
|
257
248
|
credential?: GetCredentialResponseBodyCredential;
|
|
258
249
|
/**
|
|
@@ -21,7 +21,7 @@ export class ListApplicationAccountsResponseBodyApplicationAccounts extends $dar
|
|
|
21
21
|
applicationId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The application account name.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* test
|
|
@@ -29,7 +29,7 @@ export class ListApplicationAccountsResponseBodyApplicationAccounts extends $dar
|
|
|
29
29
|
applicationUsername?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The time
|
|
32
|
+
* The creation time.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 1737510353000
|
|
@@ -37,7 +37,7 @@ export class ListApplicationAccountsResponseBodyApplicationAccounts extends $dar
|
|
|
37
37
|
createTime?: number;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The
|
|
40
|
+
* The IDaaS EIAM instance ID.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* idaas_eznwtkkaucljizh6qqu7ptxxxx
|
|
@@ -85,7 +85,7 @@ export class ListApplicationAccountsResponseBodyApplicationAccounts extends $dar
|
|
|
85
85
|
export class ListApplicationAccountsResponseBody extends $dara.Model {
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The list of
|
|
88
|
+
* The list of application accounts.
|
|
89
89
|
*/
|
|
90
90
|
applicationAccounts?: ListApplicationAccountsResponseBodyApplicationAccounts[];
|
|
91
91
|
/**
|
|
@@ -98,7 +98,7 @@ export class ListApplicationAccountsResponseBody extends $dara.Model {
|
|
|
98
98
|
requestId?: string;
|
|
99
99
|
/**
|
|
100
100
|
* @remarks
|
|
101
|
-
* The total number of entries.
|
|
101
|
+
* The total number of entries returned.
|
|
102
102
|
*
|
|
103
103
|
* @example
|
|
104
104
|
* 100
|