name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
description | string | element | 0/1 | Returns the value for the member attribute description | ||
guid | string | element | 0/1 | the gUID | ||
isAuditEnabled | boolean | element | 1/1 | required | Returns the value for the member attribute isAuditEnabled | |
isEnabled | boolean | element | 1/1 | required | Returns the value for the member attribute isEnabled | |
name | string | element | 0/1 | Returns the value for the member attribute name | ||
options | string | element | 0/1 | Returns the value for the member attribute options | ||
policyPriority | int | element | 0/1 | |||
policyText | string | element | 0/1 | |||
policyType | int | element | 0/1 | |||
resourceSignature | string | element | 0/1 | the resourceSignature | ||
service | long | element | 0/1 | Returns the value for the member attribute service | ||
version | long | element | 0/1 | Returns the value for the member attribute version | ||
zoneId | long | element | 0/1 | |||
Properties inherited from XXDBBase |
||||||
addedByUserId | long | element | 0/1 | Returns the value for the member attribute addedByUserId | ||
createTime | dateTime | element | 0/1 | Returns the value for the member attribute createTime | ||
id | long | element | 0/1 | Returns the value for the member attribute id | ||
updateTime | dateTime | element | 0/1 | Returns the value for the member attribute updateTime | ||
updatedByUserId | long | element | 0/1 | Returns the value for the member attribute updatedByUserId |
Example
<XXPolicyBase> <guid>...</guid> <version>...</version> <service>...</service> <name>...</name> <description>...</description> <resourceSignature>...</resourceSignature> <isEnabled>...</isEnabled> <isAuditEnabled>...</isAuditEnabled> <policyType>...</policyType> <policyPriority>...</policyPriority> <options>...</options> <policyText>...</policyText> <zoneId>...</zoneId> <id>...</id> <createTime>...</createTime> <updateTime>...</updateTime> <addedByUserId>...</addedByUserId> <updatedByUserId>...</updatedByUserId> </XXPolicyBase>