IPWorks Cloud 2020 Python Edition

Questions / Feedback?

get_container_acl Method

Gets the stored access policies and public access level for a container.

Syntax

def get_container_acl() -> int: ...

Remarks

This method retrieves the stored access policies and the public access level for the container currently selected by container. The stored access policies are used to populate the AccessPolicy* properties, and the public access level is returned directly. Possible values are:

acpaNone (0) The container is private.
acpaBlobs (1) Blob data within the container is publicly readable, but blobs cannot be listed.
acpaContainer (2) Container information and blob data within the container is publicly readable, and blobs can be listed.

If the specified container has an active lease, a lease Id may optionally be specified using lease_id; the request will only succeed if the correct lease Id is specified.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]