Show / Hide Table of Contents

Class EffectiveIamPoliciesResource

The "effectiveIamPolicies" collection of methods.

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

Constructors

EffectiveIamPoliciesResource(IClientService)

Constructs a new resource.

Declaration
public EffectiveIamPoliciesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchGet(string)

Gets effective IAM policies for a batch of resources.

Declaration
public virtual EffectiveIamPoliciesResource.BatchGetRequest BatchGet(string scope)
Parameters
Type Name Description
string scope

Required. Only IAM policies on or below the scope will be returned. This can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345"). To know how to get organization id, visit here. To know how to get folder or project id, visit here.

Returns
Type Description
EffectiveIamPoliciesResource.BatchGetRequest
In This Article
Back to top Generated by DocFX