ResourceSelection

ResourceSelection
ResourceSelection

A selection type and set of resource ids.

JSON Example
{
    "resourceId": [
        "string"
    ],
    "type": "string"
}
array of string
resourceId
Required

Set of resource uuids

string
type
Required

The resource selection type: propagate, unpropagate, or specific

Possible values are : PROPAGATE, UNPROPAGATE, SPECIFIC,