GetIamCustomRolePlainArgs

data class GetIamCustomRolePlainArgs(val project: String? = null, val roleId: String) : ConvertibleToJava<GetIamCustomRolePlainArgs>

A collection of arguments for invoking getIamCustomRole.

Constructors

Link copied to clipboard
constructor(project: String? = null, roleId: String)

Properties

Link copied to clipboard
val project: String? = null

The project were the custom role has been created in. Defaults to the provider project configuration.

Link copied to clipboard

The role id that has been used for this role.

Functions

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