GetRoleResult

data class GetRoleResult(val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val type: String)

Compute role.

Constructors

Link copied to clipboard
fun GetRoleResult(id: String, kind: String, name: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Role type.

Link copied to clipboard

The object name.

Link copied to clipboard

Role configured on ASE resource

Link copied to clipboard

The hierarchical type of the object.