GetRolesRole

data class GetRolesRole(val arn: String, val assumeRolePolicyDocument: String, val description: String, val id: String, val maxSessionDuration: Int, val roleId: String, val roleName: String, val updateDate: String)

Constructors

Link copied to clipboard
constructor(arn: String, assumeRolePolicyDocument: String, description: String, id: String, maxSessionDuration: Int, roleId: String, roleName: String, updateDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Alibaba Cloud Resource Name (ARN) of the RAM role.

Link copied to clipboard

(Available in v1.114.0+) The assume role policy document.

Link copied to clipboard

The description of the RAM role.

Link copied to clipboard
val id: String

The ID of the role.

Link copied to clipboard

The maximum session duration of the RAM role.

Link copied to clipboard

The ID of the role.

Link copied to clipboard

The name of the role.

Link copied to clipboard

The time when the RAM role was updated.