Values.CheckNoPublicAccessResponseSourceChecks whether a resource policy can grant public access to the specified resource type.
type nonrec t = {result : CheckNoPublicAccessResult.t option;The result of the check for public access to the specified resource type. If the result is PASS, the policy doesn't allow public access to the specified resource type. If the result is FAIL, the policy might allow public access to the specified resource type.
*)message : String_.t option;The message indicating whether the specified policy allows public access to resources.
*)reasons : ReasonSummaryList.t option;A list of reasons why the specified resource policy grants public access for the resource type.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidParameterException of InvalidParameterException.t| `ThrottlingException of ThrottlingException.t| `UnprocessableEntityException of UnprocessableEntityException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterException of InvalidParameterException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t
| `ValidationException of ValidationException.t ]