ResourceObject (schema)

Policy resource object for sharing

A ResourceObject contains the path and properties of the resource that needs to be shared.
Name Description Type Notes
include_children Denotes if the children of the shared path are also shared

Whether the children of the shared resource_path are shared (true) or just the entity represented by the path is
shared (false). The default value is false.
boolean Default: "False"
resource_path Path of the resource to be shared

Represents the path of the resource to be shared. The entity represented by this shared resources is shared with
all the Orgs or Projects contexts that the Share container references.
string Required