Vcenter Namespaces ManagementServices AccessGrants Info
The Vcenter Namespaces ManagementServices AccessGrants Info schema contains specification belonging to an Access Grant.
This schema was added in vSphere API 9.1.0.0.
{
"description": "string",
"managed_by": "string",
"management_service": "string",
"workload_selector": {
"type": "string"
},
"enabled": false
}
The description of the Access Grant.
This property was added in vSphere API 9.1.0.0.
If missing or null, the Access Grant has no description.
Information about the entity responsible for the lifecycle of this Access Grant record.
When set, the field implies that any change to update or delete the Access Grant by any principal other than the component referenced by the field may be reverted by the automation component managing it.
This property was added in vSphere API 9.1.0.0.
If missing or null, it implies the Access Grant is not managed by automation.
A reference to an existing Management Service.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ManagementService.
Information on selection of workloads that are recipients of this grant.
This property was added in vSphere API 9.1.0.0.
Indicates whether this Access Grant is enabled. The Access Grant is enabled if true, disabled if false. A disabled Access Grant deactivates access for the recipient workloads of the grant to the referenced Management Service.
This property was added in vSphere API 9.1.0.0.