Show / Hide Table of Contents

Class AccessKeyCredentials

Message describing AWS Credentials using access key id and secret.

Inheritance
object
AccessKeyCredentials
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.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class AccessKeyCredentials : IDirectResponseSchema

Properties

AccessKeyId

AWS access key ID.

Declaration
[JsonProperty("accessKeyId")]
public virtual string AccessKeyId { 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

SecretAccessKey

Input only. AWS secret access key.

Declaration
[JsonProperty("secretAccessKey")]
public virtual string SecretAccessKey { get; set; }
Property Value
Type Description
string

SessionToken

Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.

Declaration
[JsonProperty("sessionToken")]
public virtual string SessionToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX