BehaviorAccesses

BehaviorAccesses
BehaviorAccesses

The access control configuration of all Defined Enitty Type's Behaviors.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "behaviorId": "urn:vcloud:behavior-interface:testNode:vendorA:containerCluster:1.0.0",
            "accessLevelId": "urn:vcloud:accessLevel:ReadOnly"
        }
    ]
}