GetAccountRolesResult

data class GetAccountRolesResult(val accountId: String, val id: String, val roles: List<GetAccountRolesRole>)

A collection of values returned by getAccountRoles.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of roles object.