Show / Hide Table of Contents

Class ExtractPostureRequest

Request message for ExtractPosture.

Inheritance
object
ExtractPostureRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX