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
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Region
AWS region.
[JsonPropertyName("region")]
public string? Region { get; set; }
Property Value
SecretAccessKey
AWS Secret Access Key.
[JsonPropertyName("secretAccessKey")]
public string? SecretAccessKey { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.