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: Identity | None = None, location: str | None = None, tags: Dict[str, str] | None = None, sku: AccountSku | None = None, cloud_connectors: CloudConnectors | None = None, managed_resource_group_name: str | None = None, public_network_access: str | PublicNetworkAccess | None = 'Enabled', **kwargs)

Parameters

Name Description
identity
Required

Identity Info on the tracked resource.

location
Required
str

Gets or sets the location.

tags
Required

A set of tags. Tags on the azure resource.

sku
Required

Gets or sets the Sku.

cloud_connectors
Required

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

managed_resource_group_name
Required
str

Gets or sets the managed resource group name.

public_network_access
Required

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

Keyword-Only Parameters

Name Description
identity
Required
location
Required
tags
Required
sku
Required
cloud_connectors
Required
managed_resource_group_name
Required
public_network_access
default value: Enabled

Variables

Name Description
id
str

Gets or sets the identifier.

name
str

Gets or sets the name.

system_data

Metadata pertaining to creation and last modification of the resource.

type
str

Gets or sets the type.

created_at

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

The URIs that are the public endpoints of the account.

friendly_name
str

Gets or sets the friendly name.

managed_resources

Gets the resource identifiers of the managed resources.

private_endpoint_connections

Gets the private endpoint connections information.

provisioning_state

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