Show / Hide Table of Contents

Class UserCredential

Message describing UserCredential object

Inheritance
object
UserCredential
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFTP.v1.Data
Assembly: Google.Apis.CloudFTP.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX