New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

purviewcli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purviewcli

This package provides a command line interface to Azure Purview's REST API.

  • 0.3.3
  • PyPI
  • Socket score

Maintainers
1

Microsoft Purview CLI

This package provides a command line interface to Microsoft Purview's REST API.
purviewcli

Getting Started

Getting Started - how to install, setup, and use purviewcli.

Installation

pip install purviewcli

Usage

pv command sub-command --parameter1='value' --parameter2='value'

Parameter Types

  • All parameters are required by default.
  • Parameters enclosed with square brackets "[ ]" are optional.
  • Mutually exclusive parameters are enclosed with parens "( )" and separated with a pipe "|".
  • The "=<val>" indicates parameters which require an input (e.g. --parameter=<val>). Input can be specified after a space (e.g. --parameter 'value') or equal "=" sign (e.g. --parameter='value').
  • Parameters that do not require an input are False by default and True if present (e.g. --ignoreRelationships).
  • The ellipsis "..." indicates parameters that are allowed to repeat (e.g. --guid='12345' --guid='23451' --guid='34512')

Command Reference

Control Plane (Azure Resource Manager)

CommandSurface Area
pv managementAccount, Private Endpoint, Other

Data Plane (Apache Atlas)

CommandSurface Area
pv entityBusiness Attribute, Business Metadata, Label, Classification, Entity
pv glossaryGlossary, Terms, Categories
pv lineageLineage
pv relationshipRelationship
pv typesClassification, Entity, Enum, Relationship, Struct, Term Template

Data Plane (Other)

CommandSurface Area
pv accountAccount, Collection, Resource Set Rule
pv insightAsset, Scan
pv policystoreMetadata Policies, Data Policies
pv scanClassification Rule, Credential, Source, Scan, Filter, Ruleset, Trigger
pv searchSearch
pv shareShares, Invitations, Mappings, Assets

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc