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.TrackedResourceAccount
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
- cloud_connectors
- CloudConnectors
Cloud connectors. External cloud identifier used as part of scanning configuration.
- public_network_access
- str or PublicNetworkAccess
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".
Feedback
Submit and view feedback for