customExtensions

@JvmName(name = "frupcgavemwvsojj")
suspend fun customExtensions(value: Output<List<CertificateCustomExtensionArgs>>)
@JvmName(name = "hbvmefcjshjwttbs")
suspend fun customExtensions(value: List<CertificateCustomExtensionArgs>?)

Parameters

value

Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.


@JvmName(name = "wfrnonyqvylalpva")
suspend fun customExtensions(vararg values: Output<CertificateCustomExtensionArgs>)


@JvmName(name = "owvelplksluhnwfl")
suspend fun customExtensions(values: List<Output<CertificateCustomExtensionArgs>>)
@JvmName(name = "kpgsaymentfneari")
suspend fun customExtensions(vararg values: CertificateCustomExtensionArgs)

Parameters

values

Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.


@JvmName(name = "cjowhipfabbygxti")
suspend fun customExtensions(argument: List<suspend CertificateCustomExtensionArgsBuilder.() -> Unit>)
@JvmName(name = "asxrppcfyrmsckdr")
suspend fun customExtensions(vararg argument: suspend CertificateCustomExtensionArgsBuilder.() -> Unit)
@JvmName(name = "txsrcfmsiyksxfdk")
suspend fun customExtensions(argument: suspend CertificateCustomExtensionArgsBuilder.() -> Unit)

Parameters

argument

Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.