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