GetRoleDefinitionPlainArgs

data class GetRoleDefinitionPlainArgs(val name: String? = null, val roleDefinitionId: String? = null, val scope: String? = null) : ConvertibleToJava<GetRoleDefinitionPlainArgs>

A collection of arguments for invoking getRoleDefinition.

Constructors

Link copied to clipboard
constructor(name: String? = null, roleDefinitionId: String? = null, scope: String? = null)

Properties

Link copied to clipboard
val name: String? = null

Specifies the Name of either a built-in or custom Role Definition.

Link copied to clipboard

Specifies the ID of the Role Definition as a UUID/GUID.

Link copied to clipboard
val scope: String? = null

Specifies the Scope at which the Custom Role Definition exists.

Functions

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