Show / Hide Table of Contents

Class ServiceHostnameConfigurationDeveloperPortalArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceHostnameConfigurationDeveloperPortalArgs
Inherited Members
ResourceArgs.Empty
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 ServiceHostnameConfigurationDeveloperPortalArgs : ResourceArgs

Constructors

View Source

ServiceHostnameConfigurationDeveloperPortalArgs()

Declaration
public ServiceHostnameConfigurationDeveloperPortalArgs()

Properties

View Source

Certificate

One or more (up to 10) certificate blocks as defined below.

Declaration
public Input<string> Certificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertificatePassword

The password for the certificate.

Declaration
public Input<string> CertificatePassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HostName

The Hostname to use for the Management API.

Declaration
public Input<string> HostName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.