GetRuleResult

data class GetRuleResult(val id: String, val includedPermissions: List<String>, val name: String, val stage: String, val title: String)

A collection of values returned by getRule.

Constructors

Link copied to clipboard
constructor(id: String, includedPermissions: List<String>, name: String, stage: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

specifies the list of one or more permissions to include in the custom role, such as - iam.roles.get

Link copied to clipboard
Link copied to clipboard

indicates the stage of a role in the launch lifecycle, such as GA, BETA or ALPHA.

Link copied to clipboard

is a friendly title for the role, such as "Role Viewer"