Table of Contents

Class SetGuardianFactorsProviderPushNotificationSnsResponseContent

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

AwsAccessKeyId

[JsonPropertyName("aws_access_key_id")]
public Optional<string?> AwsAccessKeyId { get; set; }

Property Value

Optional<string>

AwsRegion

[JsonPropertyName("aws_region")]
public Optional<string?> AwsRegion { get; set; }

Property Value

Optional<string>

AwsSecretAccessKey

[JsonPropertyName("aws_secret_access_key")]
public Optional<string?> AwsSecretAccessKey { get; set; }

Property Value

Optional<string>

SnsApnsPlatformApplicationArn

[JsonPropertyName("sns_apns_platform_application_arn")]
public Optional<string?> SnsApnsPlatformApplicationArn { get; set; }

Property Value

Optional<string>

SnsGcmPlatformApplicationArn

[JsonPropertyName("sns_gcm_platform_application_arn")]
public Optional<string?> SnsGcmPlatformApplicationArn { get; set; }

Property Value

Optional<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.