Show / Hide Table of Contents

Class BatchGetEffectiveIamPoliciesResponse

A response message for AssetService.BatchGetEffectiveIamPolicies.

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

Properties

ETag

The ETag of the item.

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

PolicyResults

The effective policies for a batch of resources. Note that the results order is the same as the order of BatchGetEffectiveIamPoliciesRequest.names. When a resource does not have any effective IAM policies, its corresponding policy_result will contain empty EffectiveIamPolicy.policies.

Declaration
[JsonProperty("policyResults")]
public virtual IList<EffectiveIamPolicy> PolicyResults { get; set; }
Property Value
Type Description
IList<EffectiveIamPolicy>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX