Class PostureDetails
Details of a posture deployment.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class PostureDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicySet
The identifier for the PolicySet that the relevant policy belongs to.
Declaration
[JsonProperty("policySet")]
public virtual string PolicySet { get; set; }
Property Value
Type | Description |
---|---|
string |
Posture
The posture used in the deployment, in the format
organizations/{organization}/locations/global/postures/{posture_id}
.
Declaration
[JsonProperty("posture")]
public virtual string Posture { get; set; }
Property Value
Type | Description |
---|---|
string |
PostureDeployment
The name of the posture deployment, in the format
organizations/{organization}/locations/global/postureDeployments/{deployment_id}
.
Declaration
[JsonProperty("postureDeployment")]
public virtual string PostureDeployment { get; set; }
Property Value
Type | Description |
---|---|
string |
PostureDeploymentTargetResource
The organization, folder, or project where the posture is deployed. Uses one of the following formats: *
organizations/{organization_number}
* folders/{folder_number}
* projects/{project_number}
Declaration
[JsonProperty("postureDeploymentTargetResource")]
public virtual string PostureDeploymentTargetResource { get; set; }
Property Value
Type | Description |
---|---|
string |
PostureRevisionId
The revision ID of the posture used in the deployment.
Declaration
[JsonProperty("postureRevisionId")]
public virtual string PostureRevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |