Default ownership policy.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
action | PolicyAction | element | 0/1 | Gets the action. | |
allowsOverride | string | element | 0/1 | Checks if is allows override. | |
organization | ManagedObjectReference | element | 0/1 | Gets the organization. | |
owners | list of OwnerInfo | element | 0/unbounded | Gets the owners. | |
treeViewType | TreeViewType | element | 0/1 | Gets the tree view type. | |
Properties inherited from Policy |
|||||
description | string | element | 0/1 | Gets the description. | |
enabled | string | element | 0/1 | Checks if is enabled. | |
global | string | element | 0/1 | Checks if is global. | |
name | string | element | 0/1 | Gets the name. | |
policyType | PolicyType | element | 0/1 | Gets the policy type. | |
targets | list of ManagedObjectReference | element | 0/unbounded | Gets the targets. | |
Properties inherited from ManagedObjectReference |
|||||
displayName | string | element | 0/1 | Gets the display name. | |
id | long | element | 1/1 | The unique id of the managed object this refers to. | |
type | ManagedObjectType | element | 0/1 | The type of managed object this refers to. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<DefaultOwnershipPolicy> <treeViewType>...</treeViewType> <allowsOverride>...</allowsOverride> <owners xsitype="..."> <id>...</id> <loginId>...</loginId> <displayName>...</displayName> <email>...</email> <itContact>...</itContact> <primary>...</primary> </owners> <organization xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </organization> <action xsitype="..."> <type>...</type> </action> <enabled>...</enabled> <name>...</name> <description>...</description> <policyType>...</policyType> <targets> <displayName>...</displayName> <type>...</type> <id>...</id> </targets> <global>...</global> </DefaultOwnershipPolicy>