Class ServiceHostnameConfigurationProxyArgs
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 ServiceHostnameConfigurationProxyArgs : ResourceArgs
Constructors
View SourceServiceHostnameConfigurationProxyArgs()
Declaration
public ServiceHostnameConfigurationProxyArgs()
Properties
View SourceCertificate
The Base64 Encoded Certificate.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CertificatePassword
The password associated with the certificate provided above.
Declaration
public Input<string> CertificatePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultSslBinding
Is the certificate associated with this Hostname the Default SSL Certificate? This is used when an SNI header isn't specified by a client. Defaults to false.
Declaration
public Input<bool> DefaultSslBinding { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HostName
The Hostname to use for the Management API.
Declaration
public Input<string> HostName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyVaultId
The ID of the Key Vault Secret containing the SSL Certificate, which must be should be of the type application/x-pkcs12.
Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NegotiateClientCertificate
Should Client Certificate Negotiation be enabled for this Hostname? Defaults to false.
Declaration
public Input<bool> NegotiateClientCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |