Class ServerCredential
Represents credentials of an FTP Server.
Implements
Inherited Members
Namespace: Google.Apis.CloudFTP.v1.Data
Assembly: Google.Apis.CloudFTP.v1.dll
Syntax
public class ServerCredential : IDirectResponseSchema
Properties
AsymmetricAlgorithm
Output only. Asymmetric algorithm used by the public key. Possible values (can be expanded in future): - ssh-ed25519
Declaration
[JsonProperty("asymmetricAlgorithm")]
public virtual string AsymmetricAlgorithm { 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 |
Fingerprint
Output only. The fingerprint is a hash of the public key, and is displayed when clients access the server for the first time to verify the server's identity.
Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |