Chronicle v1 API - Class S3Auth (1.1.0)

public sealed class S3Auth : IMessage<S3Auth>, IEquatable<S3Auth>, IDeepCloneable<S3Auth>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class S3Auth.

Amazon S3 auth.

Inheritance

object > S3Auth

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

S3Auth()

public S3Auth()

S3Auth(S3Auth)

public S3Auth(S3Auth other)
Parameter
Name Description
other S3Auth

Properties

AccessKeyId

public string AccessKeyId { get; set; }

Access key ID. Used when using access key auth.

Property Value
Type Description
string

ClientId

public string ClientId { get; set; }

Client ID. Used when using OAuth auth.

Property Value
Type Description
string

ClientSecret

public string ClientSecret { get; set; }

Client secret. Used when using OAuth auth.

Property Value
Type Description
string

RefreshUri

public string RefreshUri { get; set; }

Refresh URI. Used when using OAuth auth.

Property Value
Type Description
string

Region

public S3Region Region { get; set; }

S3 Region.

Property Value
Type Description
S3Region

SecretAccessKey

public string SecretAccessKey { get; set; }

Secret access key. Used when using access key auth.

Property Value
Type Description
string