AccessConditionDTO
DTO of an individual Access Condition for enforcement during Access Policy evaluation
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
ID of the Resource Set in which this Access Entity exists
ID of the Integration Entity used by this Access Condition
integration object
Integration details for 3rd party data used by Access Conditions
Name of the Entity
Possible values: non-empty
and <= 128 characters
Description of the Entity
True/False value that determines if this entity is Active or Disabled
tags object[]nullable
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
ID of the Resource Set in which this Access Entity exists
Possible values: non-empty
Possible values: >= 300
and <= 3600
Possible values: non-empty
integrationJSON objectrequired
property name* JsonNode
options object
conditions objectrequired
Rules which are enforced by the Access Condition
property name* JsonNode
options object
Access Policies associated with this Access Condition
{
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"resourceSet": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"integrationID": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"integration": {
"externalId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"modifiedAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"modifiedBy": "string",
"resourceSet": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "string",
"syncFrequencySeconds": 0,
"lastSync": "2024-07-29T15:51:28.071Z",
"lastSyncStatus": "string",
"endpoint": "string",
"integrationJSON": {},
"accessConditionsCount": 0
},
"conditions": {},
"accessPolicyCount": 0
}