Content SecurityPolicies Info

Content SecurityPolicies Info
Content SecurityPolicies Info

Representation of a security policy

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "policy": "string",
    "name": "string",
    "item_type_rules": {
        "item_type_rules": "string"
    }
}
string
policy
Required

Identifier of the security policy

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.SecurityPolicy. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.SecurityPolicy.

string
name
Required

Name of the security policy

This property was added in vSphere API 7.0.3.0.

object
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.

For more information see: Content SecurityRuleType.

This property was added in vSphere API 7.0.3.0.