GetRoleDefinitionPlainArgs

data class GetRoleDefinitionPlainArgs(val roleDefinitionId: String, val scope: String) : ConvertibleToJava<GetRoleDefinitionPlainArgs>

Constructors

Link copied to clipboard
constructor(roleDefinitionId: String, scope: String)

Properties

Link copied to clipboard

The ID of the role definition.

Link copied to clipboard

The scope of the role definition.

Functions

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