package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Non_resource_attributes includes the authorization attributes available for non_resource requests to the Authorizer interface

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?verb:string -> ?path:string -> unit -> t
val path : t -> string option

Path is the Url path of the request

val verb : t -> string option

Verb is the standard Http verb

module Object : Object.S with type value := t