Class NonResourceRule
NonResourceRule holds information that describes a rule for the non-resource
Inheritance
System.Object
NonResourceRule
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 NonResourceRule
Fields
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 readonly ImmutableArray<string> NonResourceURLs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<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 readonly ImmutableArray<string> Verbs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |