Skip to main content

PolicyPatchDTO

Patch request for an Access Policy

namestringnullable

New Name for the identified entity

Possible values: <= 128 characters

descriptionstringnullable

New Description for the identified entity

isActivebooleannullable

New Status for the identified entity

tags object[]nullable

New Tags for the identified entity

  • Array [
  • keystringrequired

    Tag Key

    Possible values: non-empty

    valuestringrequired

    Tag Key Value

    Possible values: non-empty

  • ]
  • clientWorkloaduuid

    Client Workload associated with this Access Policy

    serverWorkloaduuid

    Server Workload associated with this Access Policy

    credentialProvideruuidnullable

    Credential Provider associated with this Access Policy

    trustProvidersuuid[]nullable

    Trust Providers associated with this Access Policy

    accessConditionsuuid[]nullable

    Access Conditions associated with this Access Policy

    PolicyPatchDTO
    {
    "name": "string",
    "description": "string",
    "isActive": true,
    "tags": [
    {
    "key": "string",
    "value": "string"
    }
    ],
    "clientWorkload": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "serverWorkload": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "credentialProvider": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "trustProviders": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    ],
    "accessConditions": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    ]
    }