Kazan v0.11.0 Kazan.Apis.Authorization.V1beta1.NonResourceAttributes View Source

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

OpenAPI Definition: io.k8s.api.authorization.v1beta1.NonResourceAttributes

Properties

  • path :: String

    • Path is the URL path of the request
  • verb :: String

    • Verb is the standard HTTP verb

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Authorization.V1beta1.NonResourceAttributes{
  path: String.t(),
  verb: String.t()
}