GetRulePlainArgs

data class GetRulePlainArgs(val name: String) : ConvertibleToJava<GetRulePlainArgs>

A collection of arguments for invoking getRule.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the Role to lookup in the form roles/{ROLE_NAME}, organizations/{ORGANIZATION_ID}/roles/{ROLE_NAME} or projects/{PROJECT_ID}/roles/{ROLE_NAME}

Functions

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