Class ListPosturesResponse
Response message for ListPostures.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class ListPosturesResponse : 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 |
Postures
The list of Posture resources.
Declaration
[JsonProperty("postures")]
public virtual IList<Posture> Postures { get; set; }
Property Value
Type | Description |
---|---|
IList<Posture> |
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> |