Artifact Allowlist
ArtifactAllowlistInfo object
- artifact_matchersarray of object
A list of allowed artifact match patterns.
Show child attributesHide child attributes
- artifactstring
The artifact path or maven coordinate
- match_typestring
The pattern matching type of the artifact
- metastore_idstring
Unique identifier of parent metastore.
- created_bystring
Username of the user who set the artifact allowlist.
- created_atint64
Time at which this artifact allowlist was set, in epoch milliseconds.
Get GA
GET
Get the artifact allowlist of a certain artifact type. The caller must be a metastore admin or have the MANAGE ALLOWLIST privilege on the metastore.
API scopes: unity-catalog
Parameters
- artifact_typestringpath
The artifact type of the allowlist.
Response
Returns the ArtifactAllowlistInfo object.
Update GA
PUT
Set the artifact allowlist of a certain artifact type. The whole artifact allowlist is replaced with the new allowlist. The caller must be a metastore admin or have the MANAGE ALLOWLIST privilege on the metastore.
API scopes: unity-catalog
Parameters
- artifact_typestringpath
The artifact type of the allowlist.
Request body
- artifact_matchersarray of object
A list of allowed artifact match patterns.
Show child attributesHide child attributes
- artifactstring
The artifact path or maven coordinate
- match_typestring
The pattern matching type of the artifact
- metastore_idstring
Unique identifier of parent metastore.
- created_bystring
Username of the user who set the artifact allowlist.
- created_atint64
Time at which this artifact allowlist was set, in epoch milliseconds.
Response
Returns the ArtifactAllowlistInfo object.