RoleRefPatchArgs

data class RoleRefPatchArgs(val apiGroup: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<RoleRefPatchArgs>

RoleRef contains information that points to the role being used

Constructors

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

Properties

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

APIGroup is the group for the resource being referenced

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

Kind is the type of resource being referenced

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

Name is the name of resource being referenced

Functions

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