GetCertificateIssuerPlainArgs

data class GetCertificateIssuerPlainArgs(val keyVaultId: String, val name: String) : ConvertibleToJava<GetCertificateIssuerPlainArgs>

A collection of arguments for invoking getCertificateIssuer.

Constructors

Link copied to clipboard
constructor(keyVaultId: String, name: String)

Properties

Link copied to clipboard

The ID of the Key Vault in which to locate the Certificate Issuer.

Link copied to clipboard

The name of the Key Vault Certificate Issuer.

Functions

Link copied to clipboard
open override fun toJava(): GetCertificateIssuerPlainArgs