vcenter settings namespaces: update spec
Spec used to update the namespace itself, not its associated data items. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Representation:
{
"write_privilege" : "string",
"description" : "string",
"syncable" : true,
"read_privilege" : "string"
}
"write_privilege" : "string",
"description" : "string",
"syncable" : true,
"read_privilege" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
description | string | Description for the namespace. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset no description update. |
read_privilege | string | Privilege required for reading this namespace. The user must be assigned a global permission containing this privilege to take effect. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset no readPrivilege update. |
write_privilege | string | Privilege required for updating values in this namespace. The user must be assigned a global permission containing this privilege to take effect. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset no writePrivilege update. |
syncable | boolean | Syncable flag this flag enables / disables sync of the namespace when appliances are linked. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. If unset no synable flag update. |