Values_0.VerifiedAccessTrustProviderCondensedSourceCondensed information about a trust provider.
type nonrec t = {verifiedAccessTrustProviderId : String_.t option;The ID of the trust provider.
*)description : String_.t option;The description of trust provider.
*)trustProviderType : TrustProviderType.t option;The type of trust provider (user- or device-based).
*)userTrustProviderType : UserTrustProviderType.t option;The type of user-based trust provider.
*)deviceTrustProviderType : DeviceTrustProviderType.t option;The type of device-based trust provider.
*)}