subject Information Access
suspend fun subjectInformationAccess(value: Output<List<CertificateAuthorityAccessDescriptionArgs>>)
Parameters
value
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.
suspend fun subjectInformationAccess(vararg values: Output<CertificateAuthorityAccessDescriptionArgs>)
suspend fun subjectInformationAccess(values: List<Output<CertificateAuthorityAccessDescriptionArgs>>)
Parameters
values
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.
suspend fun subjectInformationAccess(argument: List<suspend CertificateAuthorityAccessDescriptionArgsBuilder.() -> Unit>)
suspend fun subjectInformationAccess(vararg argument: suspend CertificateAuthorityAccessDescriptionArgsBuilder.() -> Unit)
suspend fun subjectInformationAccess(argument: suspend CertificateAuthorityAccessDescriptionArgsBuilder.() -> Unit)
Parameters
argument
For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.