Show / Hide Table of Contents

Class GoogleIamV2ListPoliciesResponse

Response message for ListPolicies.

Inheritance
object
GoogleIamV2ListPoliciesResponse
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.Iam.v2.Data
Assembly: Google.Apis.Iam.v2.dll
Syntax
public class GoogleIamV2ListPoliciesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

A page token that you can use in a ListPoliciesRequest to retrieve the next page. If this field is omitted, there are no additional pages.

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

Policies

Metadata for the policies that are attached to the resource.

Declaration
[JsonProperty("policies")]
public virtual IList<GoogleIamV2Policy> Policies { get; set; }
Property Value
Type Description
IList<GoogleIamV2Policy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX