ServiceAccountSubjectPatchArgs

data class ServiceAccountSubjectPatchArgs(val name: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<ServiceAccountSubjectPatchArgs>

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val namespace: Output<String>? = null

namespace is the namespace of matching ServiceAccount objects. Required.

Functions

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