Show / Hide Table of Contents

Class NonResourceAttributes

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

Inheritance
System.Object
NonResourceAttributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Authorization.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class NonResourceAttributes

Fields

View Source

Path

Path is the URL path of the request

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Verb

Verb is the standard HTTP verb

Declaration
public readonly string Verb
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.