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 SourcePath
Path is the URL path of the request
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Verb
Verb is the standard HTTP verb
Declaration
public readonly string Verb
Field Value
| Type | Description |
|---|---|
| System.String |