Show / Hide Table of Contents

Class GoogleIamV2betaListPoliciesResponse

Response message for ListPolicies.

Inheritance
object
GoogleIamV2betaListPoliciesResponse
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.v2beta.Data
Assembly: Google.Apis.Iam.v2beta.dll
Syntax
public class GoogleIamV2betaListPoliciesResponse : 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<GoogleIamV2betaPolicy> Policies { get; set; }
Property Value
Type Description
IList<GoogleIamV2betaPolicy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX