Class PushNotificationApnsConfigurationUpdateRequestBase
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class PushNotificationApnsConfigurationUpdateRequestBase
- Inheritance
-
PushNotificationApnsConfigurationUpdateRequestBase
- Derived
- Inherited Members
Properties
BundleId
[JsonProperty("bundle_id")]
public string BundleId { get; set; }
Property Value
P12
[JsonProperty("p12")]
public string P12 { get; set; }
Property Value
Sandbox
[JsonProperty("sandbox")]
public bool? Sandbox { get; set; }
Property Value
- bool?