Class ResourceAttributes
ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface
Inheritance
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Outputs.Authorization.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ResourceAttributes
Fields
View SourceGroup
Group is the API Group of the Resource. "*" means all.
Declaration
public readonly string Group
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Namespace
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
Declaration
public readonly string Namespace
Field Value
| Type | Description |
|---|---|
| System.String |
Resource
Resource is one of the existing resource types. "*" means all.
Declaration
public readonly string Resource
Field Value
| Type | Description |
|---|---|
| System.String |
Subresource
Subresource is one of the existing resource types. "" means none.
Declaration
public readonly string Subresource
Field Value
| Type | Description |
|---|---|
| System.String |
Verb
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
Declaration
public readonly string Verb
Field Value
| Type | Description |
|---|---|
| System.String |
Version
Version is the API Version of the Resource. "*" means all.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |