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 SourceData
PFX certificate. Required if key_vault_secret_id is not set.
Declaration
public readonly string Data
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
PublicCertData
The Public Certificate Data associated with the SSL Certificate.
Declaration
public readonly string PublicCertData
Field Value
| Type | Description |
|---|---|
| System.String |