Class NonResourceAttributesArgs
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
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.Inputs.Authorization.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class NonResourceAttributesArgs : ResourceArgs
Properties
View SourcePath
Path is the URL path of the request
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Verb
Verb is the standard HTTP verb
Declaration
public Input<string> Verb { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |