policyIds

@JvmName(name = "mfacolmcoblivbkc")
suspend fun policyIds(value: Output<List<CertificateConfigX509ConfigPolicyIdArgs>>)
@JvmName(name = "xbauscieglyfwspv")
suspend fun policyIds(value: List<CertificateConfigX509ConfigPolicyIdArgs>?)

Parameters

value

Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.


@JvmName(name = "ojfudcughvcmbjfe")
suspend fun policyIds(vararg values: Output<CertificateConfigX509ConfigPolicyIdArgs>)


@JvmName(name = "ageesxeboqtxchuq")
suspend fun policyIds(values: List<Output<CertificateConfigX509ConfigPolicyIdArgs>>)
@JvmName(name = "dqkaqtsusdyjwklx")
suspend fun policyIds(vararg values: CertificateConfigX509ConfigPolicyIdArgs)

Parameters

values

Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.


@JvmName(name = "aytbudteviocvakv")
suspend fun policyIds(argument: List<suspend CertificateConfigX509ConfigPolicyIdArgsBuilder.() -> Unit>)
@JvmName(name = "lveejwnpotekiuhs")
suspend fun policyIds(vararg argument: suspend CertificateConfigX509ConfigPolicyIdArgsBuilder.() -> Unit)
@JvmName(name = "mtdjheqrvuopgssp")
suspend fun policyIds(argument: suspend CertificateConfigX509ConfigPolicyIdArgsBuilder.() -> Unit)

Parameters

argument

Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4. Structure is documented below.