GetAccountResult

data class GetAccountResult(val azureApiVersion: String, val createdAt: String, val id: String, val identity: IdentityResponse, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEmail: String, val userName: String)

An account data transfer object.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, identity: IdentityResponse, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userEmail: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time at which the account was created.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Identity Info on the Account

Link copied to clipboard
val location: String? = null

Location of the azure resource.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Provisioning state of the Account

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags on the azure resource.

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Email of the user who created the resource

Link copied to clipboard

Name of the user who created the resource