Show / Hide Table of Contents

Class ListPostureDeploymentsResponse

Response message for ListPostureDeployments.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

A pagination token. To retrieve the next page of results, call the method again with this token.

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

PostureDeployments

The list of PostureDeployment resources.

Declaration
[JsonProperty("postureDeployments")]
public virtual IList<PostureDeployment> PostureDeployments { get; set; }
Property Value
Type Description
IList<PostureDeployment>

Unreachable

Locations that were temporarily unavailable and could not be reached.

Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX