Show / Hide Table of Contents

Class AwsAccessRole

Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IamRoleId

The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.

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

Identity

A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX