GetOrganizationCustomRoleResult

data class GetOrganizationCustomRoleResult(val baseRole: String, val description: String, val id: String, val name: String, val permissions: List<String>)

A collection of values returned by getOrganizationCustomRole.

Constructors

Link copied to clipboard
constructor(baseRole: String, description: String, id: String, name: String, permissions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The system role from which the role inherits permissions.

Link copied to clipboard

The description for the custom role.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of additional permissions included in this role.