Show / Hide Table of Contents

Class ApplicationGatewaySslCertificate

Inheritance
System.Object
ApplicationGatewaySslCertificate
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.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewaySslCertificate

Fields

View Source

Data

PFX certificate. Required if key_vault_secret_id is not set.

Declaration
public readonly string Data
Field Value
Type Description
System.String
View Source

Id

The ID of the Rewrite Rule Set

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KeyVaultSecretId

Secret Id of (base-64 encoded unencrypted pfx) Secret or Certificate object stored in Azure KeyVault. You need to enable soft delete for keyvault to use this feature. Required if data is not set.

Declaration
public readonly string KeyVaultSecretId
Field Value
Type Description
System.String
View Source

Name

The Name of the SSL certificate that is unique within this Application Gateway

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Password

Password for the pfx file specified in data. Required if data is set.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

PublicCertData

The Public Certificate Data associated with the SSL Certificate.

Declaration
public readonly string PublicCertData
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.