Module Values.DeleteMicrosoftTeamsUserIdentityRequestSource

Identifes a user level permission for a channel configuration.

Sourcetype nonrec t = {
  1. chatConfigurationArn : ChatConfigurationArn.t;
    (*

    The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

    *)
  2. userId : UUID.t;
    (*

    The Microsoft Teams user ID.

    *)
}
Sourceval context_ : string
Sourceval make : chatConfigurationArn:ChatConfigurationArn.t -> userId:UUID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChatConfigurationArn.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