GoogleApi.IAM.V1.Model.InlineTrustConfig (google_api_iam v0.45.0)
View SourceDefines configuration for extending trust to additional trust domains. By establishing trust with another domain, the current domain will recognize and accept certificates issued by entities within the trusted domains. Note that a trust domain automatically trusts itself, eliminating the need for explicit configuration.
Attributes
-
additionalTrustBundles
(type:%{optional(String.t) => GoogleApi.IAM.V1.Model.TrustStore.t}
, default:nil
) - Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore objects, which contain the trusted root certificates for that domain. There can be a maximum of 10 trust domain entries in this map. Note that a trust domain automatically trusts itself and don't need to be specified here. If however, this WorkloadIdentityPool's trust domain contains any trust anchors in the additional_trust_bundles map, those trust anchors will be appended to the Trust Bundle automatically derived from your InlineCertificateIssuanceConfig's ca_pools.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAM.V1.Model.InlineTrustConfig{ additionalTrustBundles: %{optional(String.t()) => GoogleApi.IAM.V1.Model.TrustStore.t()} | nil }