Class UpdateGuardianFactorsProviderPushNotificationSnsRequestContent
- Namespace
- Auth0.ManagementApi.Guardian.Factors
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UpdateGuardianFactorsProviderPushNotificationSnsRequestContent : IEquatable<UpdateGuardianFactorsProviderPushNotificationSnsRequestContent>
- Inheritance
-
UpdateGuardianFactorsProviderPushNotificationSnsRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
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.