GetAccountsResult

data class GetAccountsResult(val accounts: List<GetAccountsAccount>, val id: String, val name: String? = null)

A collection of values returned by getAccounts.

Constructors

Link copied to clipboard
constructor(accounts: List<GetAccountsAccount>, id: String, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null

The account name to target for the resource.