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 SourceValidateCertificateChain
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> |
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> |