Class RoleTempalteRule
Inheritance
System.Object
RoleTempalteRule
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.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class RoleTempalteRule
Fields
View SourceApiGroups
Policy rule api groups (list)
Declaration
public readonly ImmutableArray<string> ApiGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
NonResourceUrls
Policy rule non resource urls (list)
Declaration
public readonly ImmutableArray<string> NonResourceUrls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ResourceNames
Policy rule resource names (list)
Declaration
public readonly ImmutableArray<string> ResourceNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Resources
Policy rule resources (list)
Declaration
public readonly ImmutableArray<string> Resources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Verbs
Policy rule verbs. create, delete, get, list, patch, update, watch and * values are supported (list)
Declaration
public readonly ImmutableArray<string> Verbs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |