Vcenter Namespaces ManagementServices AccessGrants UpdateSpec
The Vcenter Namespaces ManagementServices AccessGrants UpdateSpec schema specifies how to update an AccessGrant.
This schema was added in vSphere API 9.1.0.0.
{
"description": "string",
"managed_by": "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 existing value will be unchanged.
Information about the entity responsible for the lifecycle of this Access Grant record.
When present, 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, existing value will be kept.
Selection of workloads to be granted access to the given management service.
This property was added in vSphere API 9.1.0.0.
If missing or null, the existing value will be unchanged.
Set to false to disable the Access Grant, true to re-enable the Access Grant. 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.
If missing or null, the existing value will be unchanged.