traversal-spec

traversal-spec
traversal-spec

Represents traversal specs. These are templates in the system using which admins can assign specific set of resources to their users.

JSON Example
{
    "adapterInstanceAssociation": false,
    "description": "string",
    "name": "string",
    "rootAdapterKindKey": "string",
    "rootResourceKindKey": "string"
}
boolean
adapterInstanceAssociation
Optional

When true the traversal spec templates applies to adapter kind associations. A traversal spec instance based on this template must specify the included adapter kinds it applies to.

string
description
Optional

The description of the traversal spec

string
name
Required

The name of the traversal spec

string
rootAdapterKindKey
Optional

The adapter kind of the root resource

string
rootResourceKindKey
Optional

The resource kind of the root resource.