OwnerInfo Data Type

An owner that can be applied to a virtual machine.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
displayName string element 0/1 The display name of this owner.
email string element 0/1 The e-mail address of this owner.
id long element 1/1 The ID of this owner.
itContact string element 0/1 Whether or not this owner is an IT contact.
loginId string element 0/1 The login ID of this owner.
primary string element 0/1 Whether or not this owner is the primary owner.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<OwnerInfo xsitype="...">
  <id>...</id>
  <loginId>...</loginId>
  <displayName>...</displayName>
  <email>...</email>
  <itContact>...</itContact>
  <primary>...</primary>
</OwnerInfo>