Class ServiceHostnameConfigurationScm
Inheritance
System.Object
ServiceHostnameConfigurationScm
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 ServiceHostnameConfigurationScm
Fields
View SourceCertificate
One or more (up to 10) certificate blocks as defined below.
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
CertificatePassword
The password for the certificate.
Declaration
public readonly string CertificatePassword
Field Value
| Type | Description |
|---|---|
| System.String |
HostName
The Hostname to use for the Management API.
Declaration
public readonly string HostName
Field Value
| Type | Description |
|---|---|
| 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 readonly string KeyVaultId
Field Value
| Type | Description |
|---|---|
| System.String |
NegotiateClientCertificate
Should Client Certificate Negotiation be enabled for this Hostname? Defaults to false.
Declaration
public readonly bool? NegotiateClientCertificate
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |