MetadataSource Class

The original source of the content item, where it comes from.

All required parameters must be populated in order to send to Azure.

Inheritance
MetadataSource

Constructor

MetadataSource(*, kind: Union[str, azure.mgmt.securityinsight.models._security_insights_enums.SourceKind], name: Optional[str] = None, source_id: Optional[str] = None, **kwargs)

Variables

kind
str or SourceKind

Required. Source type of the content. Possible values include: "LocalWorkspace", "Community", "Solution", "SourceRepository".

name
str

Name of the content source. The repo name, solution name, LA workspace name etc.

source_id
str

ID of the content source. The solution ID, workspace ID, etc.