Values_0.DeniedSourceContains information that denied the authorization.
type nonrec t = {implicitDeny : ImplicitDeny.t option;Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
*)explicitDeny : ExplicitDeny.t option;Information that explicitly denies the authorization.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of PolicyName.t ]) list ]
list ])
list ])
list ]