Class GuardianSnsConfigurationBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class GuardianSnsConfigurationBase
- Inheritance
-
GuardianSnsConfigurationBase
- Derived
-
- Inherited Members
-
Properties
AwsAccessKeyId
[JsonProperty("aws_access_key_id")]
public string AwsAccessKeyId { get; set; }
Property Value
- string
AwsRegion
[JsonProperty("aws_region")]
public string AwsRegion { get; set; }
Property Value
- string
AwsSecretAccessKey
[JsonProperty("aws_secret_access_key")]
public string AwsSecretAccessKey { get; set; }
Property Value
- string
[JsonProperty("sns_apns_platform_application_arn")]
public string SnsApnsPlatformApplicationArn { get; set; }
Property Value
- string
[JsonProperty("sns_gcm_platform_application_arn")]
public string SnsGcmPlatformApplicationArn { get; set; }
Property Value
- string