Account Class

An account data transfer object.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datashare.models._models_py3.DefaultDto
Account

Constructor

Account(*, identity: azure.mgmt.datashare.models._models_py3.Identity, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Parameters

location
str
Required

Location of the azure resource.

tags
dict[str, str]
Required

A set of tags. Tags on the azure resource.

identity
Identity
Required

Required. Identity Info on the Account.

Variables

id
str

The resource id of the azure resource.

name
str

Name of the azure resource.

system_data
SystemData

System Data of the Azure resource.

type
str

Type of the azure resource.

created_at
datetime

Time at which the account was created.

provisioning_state
str or ProvisioningState

Provisioning state of the Account. Possible values include: "Succeeded", "Creating", "Deleting", "Moving", "Failed".

user_email
str

Email of the user who created the resource.

user_name
str

Name of the user who created the resource.