SecurityPoliciesInfo
Representation of a security policy
Properties
map of
SecurityRuleType
item_type_rules
Required
Map of content library item type and rule types The rules can be associated with a security policy. When the security policy is applied to a content library, these rules will be used to validate specific item type.
string
name
Required
Name of the security policy
string
policy
Required
Identifier of the security policy When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.SecurityPolicy. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.SecurityPolicy.
JSON Example
{
"item_type_rules": "enum",
"name": "string",
"policy": "string"
}