Module Values.ResourceServerScopeDetailsSource

A structure that describes details for an IAM Identity Center access scope that is associated with a resource server.

Sourcetype nonrec t = {
  1. longDescription : Description.t option;
    (*

    The description of an access scope for a resource server.

    *)
  2. detailedTitle : Description.t option;
    (*

    The title of an access scope for a resource server.

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