AccountProperties Class

The account properties.

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

Inheritance
AccountProperties

Constructor

AccountProperties(*, 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

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

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".