WebHookEventSubscriptionDestination.MinimumTlsVersionAllowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum TLS version that should be supported by webhook endpoint.
public Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.TlsVersion> MinimumTlsVersionAllowed { get; set; }
member this.MinimumTlsVersionAllowed : Azure.Provisioning.BicepValue<Azure.Provisioning.EventGrid.TlsVersion> with get, set
Public Property MinimumTlsVersionAllowed As BicepValue(Of TlsVersion)