Module Values_0.ImplicitDenySource

Information that implicitly denies authorization. When policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.

Sourcetype nonrec t = {
  1. policies : Policies.t option;
    (*

    Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.

    *)
}
Sourceval make : ?policies:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of PolicyName.t ]) list ] list ]) 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