Class ServiceAccountSubject
ServiceAccountSubject holds detailed information for service-account-kind subject.
Inheritance
System.Object
ServiceAccountSubject
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.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class ServiceAccountSubject
Fields
View SourceName
name is the name of matching ServiceAccount objects, or "*" to match regardless of
name. Required.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Namespace
namespace is the namespace of matching ServiceAccount objects. Required.
Declaration
public readonly string Namespace
Field Value
| Type | Description |
|---|---|
| System.String |