UserCredential(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message describing UserCredential object
Attributes |
|
|---|---|
| Name | Description |
credential_name |
str
Required. Name of the user credential. |
credential_type |
google.cloud.ftp_v1.types.UserCredential.Type
Required. Type of credential. |
ssh_public_key_body |
str
Optional. SSH public key body in OpenSSH format. Example: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ...". |
Classes
Type
Type(value)Type of credential.