customExtensions

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


@JvmName(name = "qouydtseeablmbhi")
suspend fun customExtensions(values: List<Output<CertificateCustomExtensionArgs>>)
@JvmName(name = "yddseashjchuyjol")
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 = "atordixyencphbeo")
suspend fun customExtensions(argument: List<suspend CertificateCustomExtensionArgsBuilder.() -> Unit>)
@JvmName(name = "tsarqbusdeaeqxwi")
suspend fun customExtensions(vararg argument: suspend CertificateCustomExtensionArgsBuilder.() -> Unit)
@JvmName(name = "vklujblcthdnobqt")
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.