GetServiceLinkedRoleResult

data class GetServiceLinkedRoleResult(val description: String? = null, val roleName: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, roleName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the role.

Link copied to clipboard
val roleName: String? = null

The name of the role.