Module Values_3.CreateVerifiedAccessTrustProviderDeviceOptionsSource

Describes the options when creating an Amazon Web Services Verified Access trust provider using the device type.

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

    The ID of the tenant application with the device-identity provider.

    *)
  2. publicSigningKeyUrl : Values_0.String_.t option;
    (*

    The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

    *)
}
Sourceval make : ?tenantId:??? -> ?publicSigningKeyUrl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.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