Show / Hide Table of Contents

Class SelfSubjectAccessReviewSpecArgs

SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

Inheritance
System.Object
InputArgs
ResourceArgs
SelfSubjectAccessReviewSpecArgs
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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class SelfSubjectAccessReviewSpecArgs : ResourceArgs

Properties

View Source

NonResourceAttributes

NonResourceAttributes describes information for a non-resource access request

Declaration
public Input<NonResourceAttributesArgs> NonResourceAttributes { get; set; }
Property Value
Type Description
Input<NonResourceAttributesArgs>
View Source

ResourceAttributes

ResourceAuthorizationAttributes describes information for a resource access request

Declaration
public Input<ResourceAttributesArgs> ResourceAttributes { get; set; }
Property Value
Type Description
Input<ResourceAttributesArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.