vcenter settings namespaces: create spec

The create_spec structure contains specifications used to create a namespace. 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",
    "name""string",
    "description""string",
    "syncable"true,
    "read_privilege""string"
}

Attributes:

Name Type Description
Required
name string The namespace name. 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.

read_privilege string The privilege required for a user to read this namespace. The user must be assigned a global permission containing this privilege. 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.

write_privilege string The privilege required for a user to update values in this namespace. The user must be assigned a global permission containing this privilege. 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.

syncable boolean The boolean flag to indicate if the namespace is syncable. 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
description string Description of 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 is entered into the description atribute.