Show / Hide Table of Contents

Class BackendTls

Inheritance
System.Object
BackendTls
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendTls

Fields

View Source

ValidateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for the backend host.

Declaration
public readonly bool? ValidateCertificateChain
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

ValidateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for the backend host.

Declaration
public readonly bool? ValidateCertificateName
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.