customExtensions

@JvmName(name = "ewbikjsmembnqnxr")
suspend fun customExtensions(value: Output<List<CertificateCustomExtensionArgs>>)
@JvmName(name = "kiowynvoiwkkngvx")
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 = "msbstcrhsgrndshc")
suspend fun customExtensions(vararg values: Output<CertificateCustomExtensionArgs>)


@JvmName(name = "vgirvxawfoaicmat")
suspend fun customExtensions(values: List<Output<CertificateCustomExtensionArgs>>)
@JvmName(name = "lfrsqsgwdudhsarr")
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 = "bhbsxqhnurkuyosq")
suspend fun customExtensions(argument: List<suspend CertificateCustomExtensionArgsBuilder.() -> Unit>)
@JvmName(name = "nephgoagjqbtxaxi")
suspend fun customExtensions(vararg argument: suspend CertificateCustomExtensionArgsBuilder.() -> Unit)
@JvmName(name = "xlmelenighpwvocy")
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.