Aller au contenu principal

Update AzureCredential

PUT 

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

This operation allows to update 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 update

    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

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