Show / Hide Table of Contents

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 Source

NonResourceURLs

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.