Class GoogleIamV2ListPoliciesResponse
Response message for ListPolicies
.
Implements
Inherited Members
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> |