Class EffectiveIamPoliciesResource
The "effectiveIamPolicies" collection of methods.
Inherited Members
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 |