AccessControlRulesRoleArgs

data class AccessControlRulesRoleArgs(val name: Output<String>, val privileges: Output<List<String>>) : ConvertibleToJava<AccessControlRulesRoleArgs>

The properties of an Access Control Rule Role.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the role.

Link copied to clipboard
val privileges: Output<List<String>>

A list of privileges needed by this role.

Functions

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