trust Anchors
suspend fun trustAnchors(value: Output<List<WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgs>>)
Parameters
value
List of Trust Anchors to be used while performing validation against a given TrustStore. The incoming end entity's certificate must be chained up to one of the trust anchors here. Structure is documented below.
suspend fun trustAnchors(vararg values: Output<WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgs>)
suspend fun trustAnchors(values: List<Output<WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgs>>)
Parameters
values
List of Trust Anchors to be used while performing validation against a given TrustStore. The incoming end entity's certificate must be chained up to one of the trust anchors here. Structure is documented below.
suspend fun trustAnchors(argument: List<suspend WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgsBuilder.() -> Unit>)
suspend fun trustAnchors(vararg argument: suspend WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgsBuilder.() -> Unit)
suspend fun trustAnchors(argument: suspend WorkloadIdentityPoolProviderX509TrustStoreTrustAnchorArgsBuilder.() -> Unit)
Parameters
argument
List of Trust Anchors to be used while performing validation against a given TrustStore. The incoming end entity's certificate must be chained up to one of the trust anchors here. Structure is documented below.