AccessControlRulesRoleAssignmentArgs

data class AccessControlRulesRoleAssignmentArgs(val identities: Output<List<String>>, val role: Output<String>) : ConvertibleToJava<AccessControlRulesRoleAssignmentArgs>

The properties of an Access Control Rule RoleAssignment.

Constructors

Link copied to clipboard
constructor(identities: Output<List<String>>, role: Output<String>)

Properties

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

A list of identities that can access the privileges defined by the role.

Link copied to clipboard
val role: Output<String>

The name of the role.

Functions

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