@Generated public interface ArtifactAllowlistsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
Modifier and Type | Method and Description |
---|---|
ArtifactAllowlistInfo |
get(GetArtifactAllowlistRequest getArtifactAllowlistRequest)
Get an artifact allowlist.
|
ArtifactAllowlistInfo |
update(SetArtifactAllowlist setArtifactAllowlist)
Set an artifact allowlist.
|
ArtifactAllowlistInfo get(GetArtifactAllowlistRequest getArtifactAllowlistRequest)
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.
ArtifactAllowlistInfo update(SetArtifactAllowlist setArtifactAllowlist)
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.
Copyright © 2023. All rights reserved.