Class PolicySet
A group of one or more Policy resources.
Implements
Inherited Members
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 |