class documentation

class AccessPermitServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates access permit for provided resource with provided role. Subject of access permit is also a parent of access permit. If resource is unknown - NOT_FOUND will be thrown. If parent of subject is not from resource's hierarchy - NOT_FOUND will be thrown.
Method Delete Delete access permit by id
Method Get Gets access permit by id
Method List Lists access permits for provided parent
def Create(self, request, context): (source)

Creates access permit for provided resource with provided role. Subject of access permit is also a parent of access permit. If resource is unknown - NOT_FOUND will be thrown. If parent of subject is not from resource's hierarchy - NOT_FOUND will be thrown.

def Delete(self, request, context): (source)

Delete access permit by id

def Get(self, request, context): (source)

Gets access permit by id

def List(self, request, context): (source)

Lists access permits for provided parent