customAttributes

@JvmName(name = "uwwsxmekmnlojkcn")
suspend fun customAttributes(value: Output<List<CertificateCustomAttributeArgs>>)
@JvmName(name = "ykxokpdnclmiqbtp")
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 = "emuhfntjonmadrem")
suspend fun customAttributes(vararg values: Output<CertificateCustomAttributeArgs>)


@JvmName(name = "dkaxshvgeikehptt")
suspend fun customAttributes(values: List<Output<CertificateCustomAttributeArgs>>)
@JvmName(name = "jcytasqaybcvxafx")
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 = "scgmhxtuqpwrvcbx")
suspend fun customAttributes(argument: List<suspend CertificateCustomAttributeArgsBuilder.() -> Unit>)
@JvmName(name = "lxmcbwxtoecuntlb")
suspend fun customAttributes(vararg argument: suspend CertificateCustomAttributeArgsBuilder.() -> Unit)
@JvmName(name = "qxkhlcevdbtlosbw")
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.