Class GoogleCloudOrgpolicyV2ListPoliciesResponse
The response returned from the ListPolicies method. It will be empty if no policies are set on the resource.
Implements
Inherited Members
Namespace: Google.Apis.OrgPolicyAPI.v2.Data
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class GoogleCloudOrgpolicyV2ListPoliciesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Policies
All policies that exist on the resource. It will be empty if no policies are set.
Declaration
[JsonProperty("policies")]
public virtual IList<GoogleCloudOrgpolicyV2Policy> Policies { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudOrgpolicyV2Policy> |