Class CreateSSHKeyRequest (1.7.3)

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

Message for registering a public SSH key in a project.

Attributes

NameDescription
parent str
Required. The parent containing the SSH keys.
ssh_key google.cloud.bare_metal_solution_v2.types.SSHKey
Required. The SSH key to register.
ssh_key_id str
Required. The ID to use for the key, which will become the final component of the key's resource name. This value must match the regex: [a-zA-Z0-9@.-_]{1,64}