GetIamCustomRolePlainArgs

data class GetIamCustomRolePlainArgs(val orgId: String, val roleId: String) : ConvertibleToJava<GetIamCustomRolePlainArgs>

A collection of arguments for invoking getIamCustomRole.

Constructors

Link copied to clipboard
constructor(orgId: String, roleId: String)

Properties

Link copied to clipboard

The numeric ID of the organization in which you want to create a custom role.

Link copied to clipboard

The role id that has been used for this role.

Functions

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