pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
FirewallPolicyTlsCertificate
Firewall
Policy
Tls
Certificate
data
class
FirewallPolicyTlsCertificate
(
val
keyVaultSecretId
:
String
,
val
name
:
String
)
Types
Constructors
Properties
Constructors
Firewall
Policy
Tls
Certificate
Link copied to clipboard
fun
FirewallPolicyTlsCertificate
(
keyVaultSecretId
:
String
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Vault
Secret
Id
Link copied to clipboard
val
keyVaultSecretId
:
String
The ID of the Key Vault, where the secret or certificate is stored.
name
Link copied to clipboard
val
name
:
String
The name of the certificate.