Class ListPlatformPoliciesResponse
Response message for PlatformPolicyManagementService.ListPlatformPolicies.
Implements
Inherited Members
Namespace: Google.Apis.BinaryAuthorization.v1.Data
Assembly: Google.Apis.BinaryAuthorization.v1.dll
Syntax
public class ListPlatformPoliciesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
A token to retrieve the next page of results. Pass this value in the ListPlatformPoliciesRequest.page_token
field in the subsequent call to the ListPlatformPolicies
method to retrieve the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformPolicies
The list of platform policies.
Declaration
[JsonProperty("platformPolicies")]
public virtual IList<PlatformPolicy> PlatformPolicies { get; set; }
Property Value
Type | Description |
---|---|
IList<PlatformPolicy> |