Show / Hide Table of Contents

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 Source

NonResourceAttributes

NonResourceAttributes describes information for a non-resource access request

Declaration
public readonly NonResourceAttributes NonResourceAttributes
Field Value
Type Description
NonResourceAttributes
View Source

ResourceAttributes

ResourceAuthorizationAttributes describes information for a resource access request

Declaration
public readonly ResourceAttributes ResourceAttributes
Field Value
Type Description
ResourceAttributes
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.