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

Hierarchy

  • V1NonResourceAttributes

Constructors

Properties

path?: string

Path is the URL path of the request

verb?: string

Verb is the standard HTTP verb

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc