Aller au contenu principal

Find AzureCredentials

GET 

/projects/:projectId/azure/credentials

This operation allows to get a page of AzureCredentials

Request

Path Parameters

    projectId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    Project Id

Query Parameters

    limit int32

    Possible values: <= 100

    Default value: 20

    Limit of the size of the page

    offset int32

    Default value: 0

    Offset of the page

Responses

ok

Response Headers

  • X-Total-Count

    integer

    number total of items

  • X-Result-Count

    integer

    number of returned items

Schema

  • Array [

  • id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential id

    projectId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    id of the project associated to the azure credential

    name string

    azure credential name

    csp string

    csp of the credential

    description string

    azure credential description

    projectName string

    name of the project associated to the azure credential

    expirationDate date

    expiration date of the azure credential

  • ]

Loading...