Module Values_0.VerifiedAccessTrustProviderCondensedSource

Condensed information about a trust provider.

Sourcetype nonrec t = {
  1. verifiedAccessTrustProviderId : String_.t option;
    (*

    The ID of the trust provider.

    *)
  2. description : String_.t option;
    (*

    The description of trust provider.

    *)
  3. trustProviderType : TrustProviderType.t option;
    (*

    The type of trust provider (user- or device-based).

    *)
  4. userTrustProviderType : UserTrustProviderType.t option;
    (*

    The type of user-based trust provider.

    *)
  5. deviceTrustProviderType : DeviceTrustProviderType.t option;
    (*

    The type of device-based trust provider.

    *)
}
Sourceval make : ?verifiedAccessTrustProviderId:??? -> ?description:??? -> ?trustProviderType:??? -> ?userTrustProviderType:??? -> ?deviceTrustProviderType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t