A collection of compliance data.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| Attributes | list of CustomAttributeBase | element | 0/unbounded | A collection attributes and their values of the target | |
| expiryDate | string | element | 0/1 | The expiry date of the target. [Null or empty string = No Expiry, 0 = Never Expires, and > 0 = expiry date set]. | |
| primaryOwner | OwnerInfo | element | 0/1 | The primary owner of the target. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<ComplianceData xsitype="...">
<Attributes>
<portalEditable>...</portalEditable>
<enumerated>...</enumerated>
<description>...</description>
<targetManagedObjectTypes>...</targetManagedObjectTypes>
<name>...</name>
<value>...</value>
<costItems>
<name>...</name>
<cost>...</cost>
<costFormula>...</costFormula>
</costItems>
<regularExpression>...</regularExpression>
<validationMessage>...</validationMessage>
</Attributes>
<primaryOwner xsitype="...">
<id>...</id>
<loginId>...</loginId>
<displayName>...</displayName>
<email>...</email>
<itContact>...</itContact>
<primary>...</primary>
</primaryOwner>
<expiryDate>...</expiryDate>
</ComplianceData>