ServiceAccountSubject

data class ServiceAccountSubject(val name: String, val namespace: String)

ServiceAccountSubject holds detailed information for service-account-kind subject.

Constructors

Link copied to clipboard
constructor(name: String, namespace: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

Link copied to clipboard

namespace is the namespace of matching ServiceAccount objects. Required.