Values.GetReusableDelegationSetResponseSourceA complex type that contains the response to the GetReusableDelegationSet request.
type nonrec t = {delegationSet : DelegationSet.t option;A complex type that contains information about the reusable delegation set.
*)}type nonrec error = [ | `DelegationSetNotReusable of DelegationSetNotReusable.t| `InvalidInput of InvalidInput.t| `NoSuchDelegationSet of NoSuchDelegationSet.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DelegationSetNotReusable of DelegationSetNotReusable.t
| `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DelegationSetNotReusable of DelegationSetNotReusable.t
| `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of DNSName.t ] list
| `String of ResourceId.t ])
list ])
list ]