Class SelfSubjectAccessReviewSpec
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
Inheritance
System.Object
SelfSubjectAccessReviewSpec
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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class SelfSubjectAccessReviewSpec
Fields
View SourceNonResourceAttributes
NonResourceAttributes describes information for a non-resource access request
Declaration
public readonly NonResourceAttributes NonResourceAttributes
Field Value
| Type | Description |
|---|---|
| NonResourceAttributes |
ResourceAttributes
ResourceAuthorizationAttributes describes information for a resource access request
Declaration
public readonly ResourceAttributes ResourceAttributes
Field Value
| Type | Description |
|---|---|
| ResourceAttributes |