Get Account Result
data class GetAccountResult(val id: String, val identities: List<GetAccountIdentity>, val name: String, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getAccount.
Constructors
Link copied to clipboard
fun GetAccountResult(id: String, identities: List<GetAccountIdentity>, name: String, resourceGroupName: String, tags: Map<String, String>)