Skip to main content

CredentialProviderV2DTOCredentialProviderListDTO

Page of Credential Providers

pageint32

Page of entities

perPageint32

Number of entities requested for the current page

orderstringnullable

Ordering criteria used for the current page

statusCodeint32

HTTP Status Code of the response

recordsTotalint32

Total number of Credential Providers

credentialProviders object[]nullable

Page of Credential Providers

  • Array [
  • oneOf
    type stringrequired

    Possible values: [aembit-access-token, apikey, aws-sts-oidc, azure-entra-federation, gcp-identity-federation, gitlab-managed-account, oauth-authorization-code, oauth-client-credential, signed-jwt, username-password, vaultClientToken]

    audienceyour_tenant_id.api.aembit.iorequired

    Audience for the access token

    Possible values: non-empty

    roleIduuidrequired

    Aembit Role Id

    lifetimeInSecondsint32required

    Access token lifetime (in seconds)

    externalIduuid
    namestringrequired

    Name of the Entity

    Possible values: non-empty and <= 128 characters

    descriptionstringnullable

    Description of the Entity

    isActivebooleanrequired

    True/False value that determines if this entity is Active or Disabled

    tags object[]nullable
  • Array [
  • keystringrequired

    Tag Key

    Possible values: non-empty

    valuestringrequired

    Tag Key Value

    Possible values: non-empty

  • ]
  • createdAtdate-time
    modifiedAtdate-timenullable
    createdBystringnullable
    modifiedBystringnullable
    resourceSetuuidrequired

    ID of the Resource Set in which this Access Entity exists

    lifetimeTimeSpanSecondsint32
    lifetimeExpirationdate-timenullable
    accessPolicyCountint32

    Access Policies associated with this Credential Provider

  • ]
  • CredentialProviderV2DTOCredentialProviderListDTO
    {
    "page": 0,
    "perPage": 0,
    "order": "string",
    "statusCode": 0,
    "recordsTotal": 0,
    "credentialProviders": [
    {
    "type": "string",
    "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",
    "lifetimeTimeSpanSeconds": 0,
    "lifetimeExpiration": "2024-07-29T15:51:28.071Z",
    "accessPolicyCount": 0
    },
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {},
    {}
    ]
    }