PatchPolicyV2DTO
Patch request for an Access Policy
New Name for the identified entity
Possible values: <= 128 characters
New Description for the identified entity
New Status for the identified entity
tags object[]nullable
New Tags for the identified entity
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
Client Workload associated with this Access Policy
Server Workload associated with this Access Policy
credentialProviders object[]nullable
Credential Providers associated with this Access Policy
CredentialProviderId
Possible values: [None
, AccountName
, HttpHeader
, HttpBody
]
Snowflake Username
Possible values: <= 256 characters
, Value must match regular expression ^[\p{L}a-zA-Z0-9][\p{L}a-zA-Z0-9._-]*$
Header Name
Possible values: <= 256 characters
, Value must match regular expression ^[\p{L}a-zA-Z0-9][\p{L}a-zA-Z0-9._-]*$
Header Value
Possible values: <= 256 characters
, Value must match regular expression ^[\p{L}a-zA-Z0-9][\p{L}a-zA-Z0-9._-]*$
HttpBody Field Path
Possible values: <= 256 characters
, Value must match regular expression ^[\p{L}a-zA-Z0-9][\p{L}a-zA-Z0-9._-]*$
HttpBody Field Value
Possible values: <= 256 characters
, Value must match regular expression ^[\p{L}a-zA-Z0-9][\p{L}a-zA-Z0-9._-]*$
Trust Providers associated with this Access Policy
Access Conditions associated with this Access Policy
{
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"clientWorkload": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"serverWorkload": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"credentialProviders": [
{
"credentialProviderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"mappingType": "None",
"accountName": "string",
"headerName": "string",
"headerValue": "string",
"httpbodyFieldPath": "string",
"httpbodyFieldValue": "string"
}
],
"trustProviders": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"accessConditions": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}