Class RemovePublicKeyRequest (1.3.2)

RemovePublicKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for RemovePublicKey.

Attributes

NameDescription
environment str
Environment this key should be removed from, e.g. ``users/me/environments/default``.
key str
Key that should be removed from the environment.

Inheritance

builtins.object > proto.message.Message > RemovePublicKeyRequest