Library_SourceInfo

Library_SourceInfo
Library_SourceInfo

The SourceInfo structure contains information about the source published library of a subscribed library.

JSON Example
{
    "source_library": "string",
    "subscription": "string"
}
string
source_library
Optional

Identifier of the published library. This field must be provided for the create operation. It will always be present in the result of the get or list operations. It is optional for the update operation. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.Library.

string
subscription
Optional

Identifier of the subscription associated with the subscribed library. This field must be provided for the create operation. It will always be present in the result of the get or list operations. It is optional for the update operation. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Subscriptions. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.Subscriptions.