Show / Hide Table of Contents

Class NonResourceRuleArgs

NonResourceRule holds information that describes a rule for the non-resource

Inheritance
System.Object
InputArgs
ResourceArgs
NonResourceRuleArgs
Inherited Members
ResourceArgs.Empty
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.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class NonResourceRuleArgs : ResourceArgs

Properties

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 InputList<string> NonResourceURLs { get; set; }
Property Value
Type Description
InputList<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 InputList<string> Verbs { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.