ServiceAccountSubjectArgs

data class ServiceAccountSubjectArgs(val name: Output<String>, val namespace: Output<String>) : ConvertibleToJava<ServiceAccountSubjectArgs>

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val namespace: Output<String>

namespace is the namespace of matching ServiceAccount objects. Required.

Functions

Link copied to clipboard
open override fun toJava(): ServiceAccountSubjectArgs