RoleRefArgs

data class RoleRefArgs(val apiGroup: Output<String>, val kind: Output<String>, val name: Output<String>) : ConvertibleToJava<RoleRefArgs>

RoleRef contains information that points to the role being used

Constructors

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

Properties

Link copied to clipboard
val apiGroup: Output<String>

APIGroup is the group for the resource being referenced

Link copied to clipboard
val kind: Output<String>

Kind is the type of resource being referenced

Link copied to clipboard
val name: Output<String>

Name is the name of resource being referenced

Functions

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