A member of an organization.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
costQuota | CostQuota | element | 0/1 | The cost quota for this organization member. | |
manager | string | element | 0/1 | Is this user a manager of the organization. | |
organization | ManagedObjectReference | element | 0/1 | A reference to the organization that this user is a member of. | |
portalRole | string | element | 0/1 | The portal role of this member. | |
resourceQuota | ResourceQuota | element | 0/1 | The resource quota for this organization member. | |
userId | string | element | 0/1 | The login id of this user. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<OrganizationUser xsitype="..."> <costQuota xsitype="..."> <dailyCost>...</dailyCost> </costQuota> <resourceQuota xsitype="..."> <stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage> <stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn> <useDiskTotalSize>...</useDiskTotalSize> <perStorageTierQuotas>...</perStorageTierQuotas> <storageInGB>...</storageInGB> <memoryInGB>...</memoryInGB> <CPUCount>...</CPUCount> <storageTierQuotas> <name>...</name> <quota>...</quota> <excluded>...</excluded> </storageTierQuotas> </resourceQuota> <userId>...</userId> <manager>...</manager> <portalRole>...</portalRole> <organization xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </organization> </OrganizationUser>