customAttributes

@JvmName(name = "fnqnagovxqfuwqhp")
suspend fun customAttributes(value: Output<List<CertificateCustomAttributeArgs>>)
@JvmName(name = "pquqsbpchyvoneli")
suspend fun customAttributes(value: List<CertificateCustomAttributeArgs>?)

Parameters

value

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.


@JvmName(name = "iyfoheggwjkgieka")
suspend fun customAttributes(vararg values: Output<CertificateCustomAttributeArgs>)


@JvmName(name = "fqqhnecwemwchtbp")
suspend fun customAttributes(values: List<Output<CertificateCustomAttributeArgs>>)
@JvmName(name = "pgbyhhpwrmwaeumb")
suspend fun customAttributes(vararg values: CertificateCustomAttributeArgs)

Parameters

values

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.


@JvmName(name = "hqpxkphcmirnoxhm")
suspend fun customAttributes(argument: List<suspend CertificateCustomAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "uywvtvwsrdwcoura")
suspend fun customAttributes(vararg argument: suspend CertificateCustomAttributeArgsBuilder.() -> Unit)
@JvmName(name = "dwxnwdryiypljpck")
suspend fun customAttributes(argument: suspend CertificateCustomAttributeArgsBuilder.() -> Unit)

Parameters

argument

Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID). Custom attributes cannot be used in combination with standard attributes.