Show / Hide Table of Contents

Class PolicySet

A group of one or more Policy resources.

Inheritance
object
PolicySet
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 PolicySet : IDirectResponseSchema

Properties

Description

Optional. A description of the policy set.

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

Policies

Required. The Policy resources in the policy set. Each policy must have a policy_id that's unique within the policy set.

Declaration
[JsonProperty("policies")]
public virtual IList<Policy> Policies { get; set; }
Property Value
Type Description
IList<Policy>

PolicySetId

Required. An identifier for the policy set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX