Class BackendTlsGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendTlsGetArgs : ResourceArgs
Constructors
View SourceBackendTlsGetArgs()
Declaration
public BackendTlsGetArgs()
Properties
View SourceValidateCertificateChain
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for the backend host.
Declaration
public Input<bool> ValidateCertificateChain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ValidateCertificateName
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for the backend host.
Declaration
public Input<bool> ValidateCertificateName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |