Class ExtractPostureRequest
Request message for ExtractPosture.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class ExtractPostureRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PostureId
Required. An identifier for the posture.
Declaration
[JsonProperty("postureId")]
public virtual string PostureId { get; set; }
Property Value
Type | Description |
---|---|
string |
Workload
Required. The organization, folder, or project from which policies are extracted. Must be within the
organization defined in parent. Use one of the following formats: * organization/{organization_number}
*
folder/{folder_number}
* project/{project_number}
Declaration
[JsonProperty("workload")]
public virtual string Workload { get; set; }
Property Value
Type | Description |
---|---|
string |