class documentation

class SecretServiceServicer(object): (source)

View In Hierarchy

A set of methods for managing secrets.

Method Create Creates a new secret in the specified container.
Method Delete Soft delete secret
Method Get Returns the specified secret, without its Payload.
Method GetByName Returns the specified secret by name, without its Payload.
Method List Returns the list of secrets in a specified container, without its Payload.
Method Undelete Undelete secret version
Method Update Updates an existing secret, excluded its Payload.
def Create(self, request, context): (source)

Creates a new secret in the specified container.

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

Soft delete secret

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

Returns the specified secret, without its Payload.

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

Returns the specified secret by name, without its Payload.

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

Returns the list of secrets in a specified container, without its Payload.

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

Undelete secret version

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

Updates an existing secret, excluded its Payload.