Module Values_3.ModifyVerifiedAccessTrustProviderDeviceOptionsSource

Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.

Sourcetype nonrec t = {
  1. 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 : ?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