Account Class

Account resource.

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

Inheritance
azure.mgmt.purview.models._models_py3.TrackedResource
Account

Constructor

Account(*, identity: Optional[azure.mgmt.purview.models._models_py3.Identity] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.purview.models._models_py3.AccountSku] = None, cloud_connectors: Optional[azure.mgmt.purview.models._models_py3.CloudConnectors] = None, managed_resource_group_name: Optional[str] = None, public_network_access: Optional[Union[str, azure.mgmt.purview.models._purview_management_client_enums.PublicNetworkAccess]] = 'Enabled', **kwargs)

Parameters

identity
Identity
Required

Identity Info on the tracked resource.

location
str
Required

Gets or sets the location.

tags
dict[str, str]
Required

A set of tags. Tags on the azure resource.

sku
AccountSku
Required

Gets or sets the Sku.

cloud_connectors
CloudConnectors
Required

Cloud connectors. External cloud identifier used as part of scanning configuration.

managed_resource_group_name
str
Required

Gets or sets the managed resource group name.

public_network_access
str or PublicNetworkAccess
Required

Gets or sets the public network access. Possible values include: "NotSpecified", "Enabled", "Disabled". Default value: "Enabled".

Variables

id
str

Gets or sets the identifier.

name
str

Gets or sets the name.

system_data
TrackedResourceSystemData

Metadata pertaining to creation and last modification of the resource.

type
str

Gets or sets the type.

created_at
datetime

Gets the time at which the entity was created.

created_by
str

Gets the creator of the entity.

created_by_object_id
str

Gets the creators of the entity's object id.

endpoints
AccountPropertiesEndpoints

The URIs that are the public endpoints of the account.

friendly_name
str

Gets or sets the friendly name.

managed_resources
AccountPropertiesManagedResources

Gets the resource identifiers of the managed resources.

private_endpoint_connections
list[PrivateEndpointConnection]

Gets the private endpoint connections information.

provisioning_state
str or ProvisioningState

Gets or sets the state of the provisioning. Possible values include: "Unknown", "Creating", "Moving", "Deleting", "SoftDeleting", "SoftDeleted", "Failed", "Succeeded", "Canceled".