vcenter trust subscriptions: info
The
info
structure contains id and expiration data about a vctrust subscription. It is used as return value when adding a vctrust. 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:
{
"expiration" : "string",
"subscription" : "string"
}
"expiration" : "string",
"subscription" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
subscription | string | Subscription Id, which is the primary key in subscription database. 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. |
expiration | string | The expiration datetime. 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. |