Show / Hide Table of Contents

Class PermissionsResource

The "permissions" collection of methods.

Inheritance
object
PermissionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Iam.v1
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class PermissionsResource

Constructors

PermissionsResource(IClientService)

Constructs a new resource.

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

Methods

QueryTestablePermissions(QueryTestablePermissionsRequest)

Lists every permission that you can test on a resource. A permission is testable if you can check whether a principal has that permission on the resource.

Declaration
public virtual PermissionsResource.QueryTestablePermissionsRequest QueryTestablePermissions(QueryTestablePermissionsRequest body)
Parameters
Type Name Description
QueryTestablePermissionsRequest body

The body of the request.

Returns
Type Description
PermissionsResource.QueryTestablePermissionsRequest
In this article
Back to top Generated by DocFX