Show / Hide Table of Contents

Class PolicySummary

A policy summary (PolicySummary object) contains a list of all current global policy statements (policy attributes).

Inheritance
object
PolicySummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class PolicySummary

Properties

Policy

Declaration
[Required(ErrorMessage = "Policy is required.")]
[JsonProperty(PropertyName = "policy")]
public string Policy { get; set; }
Property Value
Type Description
string

Global policy statement

Remarks

Required

In this article
Back to top