NonResourceAttributes

case class NonResourceAttributes(path: Optional[String], verb: Optional[String])

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

Value Params
path

Path is the URL path of the request

verb

Verb is the standard HTTP verb

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getPath: IO[K8sFailure, String]

Path is the URL path of the request

Path is the URL path of the request

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getVerb: IO[K8sFailure, String]

Verb is the standard HTTP verb

Verb is the standard HTTP verb

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product