VcenterSettingsV1ConfigComponentsInventoryauthorizationServiceProviderEntities
ServiceProviderEntities structure contains the configuration for the service provider managed entities inside VCenter, together with explicit inventory permissions inside the container.
Properties
array of
string
entities
Required
List of full paths to the service provider managed entities inside the vCenter.
permissions
Required
List of the inventory permissions to set inside the container.
JSON Example
{
"entities": [
"string"
],
"permissions": [
{
"entity": "string",
"principal": {
"group": false,
"name": "string"
},
"propagate": false,
"role_name": "string"
}
]
}