Show / Hide Table of Contents

Class PolicyDetails

Details of a policy that was violated.

Inheritance
object
PolicyDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class PolicyDetails : IDirectResponseSchema

Properties

ComplianceStandards

The compliance standards that the policy maps to. For example, CIS-2.0 1.15.

Declaration
[JsonProperty("complianceStandards")]
public virtual IList<string> ComplianceStandards { get; set; }
Property Value
Type Description
IList<string>

Constraint

Information about the constraint that was violated. The format of this information can change at any time without prior notice. Your application must not depend on this information in any way.

Declaration
[JsonProperty("constraint")]
public virtual string Constraint { get; set; }
Property Value
Type Description
string

ConstraintType

The type of constraint that was violated.

Declaration
[JsonProperty("constraintType")]
public virtual string ConstraintType { get; set; }
Property Value
Type Description
string

Description

A description of the policy.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX