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
AwsAccessKeyId
[JsonPropertyName("aws_access_key_id")]
public Optional<string?> AwsAccessKeyId { get; set; }
Property Value
AwsRegion
[JsonPropertyName("aws_region")]
public Optional<string?> AwsRegion { get; set; }
Property Value
AwsSecretAccessKey
[JsonPropertyName("aws_secret_access_key")]
public Optional<string?> AwsSecretAccessKey { get; set; }
Property Value
SnsApnsPlatformApplicationArn
[JsonPropertyName("sns_apns_platform_application_arn")]
public Optional<string?> SnsApnsPlatformApplicationArn { get; set; }
Property Value
SnsGcmPlatformApplicationArn
[JsonPropertyName("sns_gcm_platform_application_arn")]
public Optional<string?> SnsGcmPlatformApplicationArn { 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.