Table of Contents

Class EmailProviderCredentialsSchemaAccessKeyId

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record EmailProviderCredentialsSchemaAccessKeyId : IJsonOnDeserialized, IEquatable<EmailProviderCredentialsSchemaAccessKeyId>
Inheritance
EmailProviderCredentialsSchemaAccessKeyId
Implements
Inherited Members
Extension Methods

Properties

AccessKeyId

AWS Access Key ID.

[JsonPropertyName("accessKeyId")]
public string? AccessKeyId { get; set; }

Property Value

string

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Region

AWS region.

[JsonPropertyName("region")]
public string? Region { get; set; }

Property Value

string

SecretAccessKey

AWS Secret Access Key.

[JsonPropertyName("secretAccessKey")]
public string? SecretAccessKey { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.