Skip to main content

Patch AzureCredential

PATCH 

/projects/:projectId/azure/credentials/:id

This operation allows to patch an AzureCredential

Request

Path Parameters

    id 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}

    credential Id

    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 patch

    name string

    azure credential name

    description string

    azure credential description

    subscriptionId string

    subscription id on azure

    tenantId string

    tenant id on azure

    clientId string

    client id on azure

    clientSecret string

    client secret on azure

    expirationDate date

    expiration date of the azure credential

Responses

ok

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