Skip to main content

Add AzureCredential

POST 

/projects/:projectId/azure/credentials

This operation allows to add an AzureCredential

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

Body

AzureCredential to create

    name stringrequired

    Possible values: Value must match regular expression \S

    azure credential name

    description string

    azure credential description

    subscriptionId stringrequired

    Possible values: Value must match regular expression \S

    subscription id on azure

    tenantId stringrequired

    Possible values: Value must match regular expression \S

    tenant id on azure

    clientId stringrequired

    Possible values: Value must match regular expression \S

    client id on azure

    clientSecret stringrequired

    Possible values: Value must match regular expression \S

    client secret on azure

    expirationDate date

    expiration date of the azure credential

Responses

created

Response Headers

  • Content-Location

    string

    credential id

Schema

    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...