CredentialProviderUIDTOCredentialProviderListDTO
Page of Credential Providers
Page of entities
Number of entities requested for the current page
Ordering criteria used for the current page
HTTP Status Code of the response
Total number of Credential Providers
credentialProviders object[]nullable
Page of Credential Providers
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
ID of the Resource Set in which this Access Entity exists
Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
Possible values: non-empty
Credential Provider Role for use with Aembit Access Token type Credential Providers
The Lifetime of a Credential Provider's credential value
The expiration timestamp for a Credential Provider's credential value
JSON representation of the Credential Provider configuration details
Access Policies associated with this Credential Provider
{
"page": 0,
"perPage": 0,
"order": "string",
"statusCode": 0,
"recordsTotal": 0,
"credentialProviders": [
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"resourceSet": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "string",
"roleId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"lifetimeTimeSpanSeconds": 0,
"lifetimeExpiration": "2024-07-29T15:51:28.071Z",
"providerDetailJSON": "string",
"accessPolicyCount": 0
}
]
}