Show / Hide Table of Contents

Class SearchAllIamPoliciesResponse

Search all IAM policies response.

Inheritance
object
SearchAllIamPoliciesResponse
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.CloudAsset.v1p1beta1.Data
Assembly: Google.Apis.CloudAsset.v1p1beta1.dll
Syntax
public class SearchAllIamPoliciesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NextPageToken

Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the page_token.

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

Results

A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.

Declaration
[JsonProperty("results")]
public virtual IList<IamPolicySearchResult> Results { get; set; }
Property Value
Type Description
IList<IamPolicySearchResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX