Show / Hide Table of Contents

Class NonResourceAttributesArgs

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

Inheritance
System.Object
InputArgs
ResourceArgs
NonResourceAttributesArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.Authorization.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class NonResourceAttributesArgs : ResourceArgs

Properties

View Source

Path

Path is the URL path of the request

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Verb

Verb is the standard HTTP verb

Declaration
public Input<string> Verb { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.