Class UserCredential
Message describing UserCredential object
Implements
Inherited Members
Namespace: Google.Apis.CloudFTP.v1alpha.Data
Assembly: Google.Apis.CloudFTP.v1alpha.dll
Syntax
public class UserCredential : IDirectResponseSchema
Properties
CredentialName
Required. Name of the user credential.
Declaration
[JsonProperty("credentialName")]
public virtual string CredentialName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CredentialType
Required. Type of credential.
Declaration
[JsonProperty("credentialType")]
public virtual string CredentialType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SshPublicKeyBody
Optional. SSH public key body in OpenSSH format. Example: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQ..."
Declaration
[JsonProperty("sshPublicKeyBody")]
public virtual string SshPublicKeyBody { get; set; }
Property Value
| Type | Description |
|---|---|
| string |