Class IamPoliciesResource
The "iamPolicies" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudAsset.v1p1beta1
Assembly: Google.Apis.CloudAsset.v1p1beta1.dll
Syntax
public class IamPoliciesResource
Constructors
IamPoliciesResource(IClientService)
Constructs a new resource.
Declaration
public IamPoliciesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
SearchAll(string)
Searches all the IAM policies within a given accessible Resource Manager scope
(project/folder/organization). This RPC gives callers especially administrators the ability to search all
the IAM policies within a scope, even if they don't have .getIamPolicy
permission of all the IAM policies.
Callers should have cloudasset.assets.searchAllIamPolicies
permission on the requested scope, otherwise
the request will be rejected.
Declaration
public virtual IamPoliciesResource.SearchAllRequest SearchAll(string scope)
Parameters
Type | Name | Description |
---|---|---|
string | scope | Required. The relative name of an asset. The search is limited to the resources within the |
Returns
Type | Description |
---|---|
IamPoliciesResource.SearchAllRequest |