certificatePolicies

@JvmName(name = "kyuvhxcagqyvbhae")
suspend fun certificatePolicies(value: Output<List<CertificatePolicyInformationArgs>>)
@JvmName(name = "ekamjktndgdmttgb")
suspend fun certificatePolicies(value: List<CertificatePolicyInformationArgs>?)

Parameters

value

Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID). In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.


@JvmName(name = "nnvwqkhurvyooqyr")
suspend fun certificatePolicies(vararg values: Output<CertificatePolicyInformationArgs>)


@JvmName(name = "vtwnxrijvitbujel")
suspend fun certificatePolicies(values: List<Output<CertificatePolicyInformationArgs>>)
@JvmName(name = "mjegofleyogvhmrf")
suspend fun certificatePolicies(vararg values: CertificatePolicyInformationArgs)

Parameters

values

Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID). In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.


@JvmName(name = "hvjkbbyghgilymmn")
suspend fun certificatePolicies(argument: List<suspend CertificatePolicyInformationArgsBuilder.() -> Unit>)
@JvmName(name = "yybcanputsrfsifo")
suspend fun certificatePolicies(vararg argument: suspend CertificatePolicyInformationArgsBuilder.() -> Unit)
@JvmName(name = "ktxorxriaunjqbej")
suspend fun certificatePolicies(argument: suspend CertificatePolicyInformationArgsBuilder.() -> Unit)

Parameters

argument

Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID). In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.