Class NonResourceRuleArgs
NonResourceRule holds information that describes a rule for the non-resource
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 NonResourceRuleArgs : ResourceArgs
Properties
View SourceNonResourceURLs
NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. "" means all.
Declaration
public InputList<string> NonResourceURLs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Verbs
Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
Declaration
public InputList<string> Verbs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |