vcenter vmwportal authentication: create spec
The
create_spec
structure contains the basic authentication credentials for my.vmware.com portal. 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:
{
"password" : "secret string",
"username" : "string"
}
"password" : "secret string",
"username" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
username | string | my.vmware.com username. 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. |
password | secret | my.vmware.com password. 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. |