storage / Client / get_bucket_acl

get_bucket_acl

storage.Client.get_bucket_acl(**kwargs)

バケットのアクセス制御リストを表示します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.get_bucket_acl(
    Bucket='string'
)
Parameters:

Bucket (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'AccessControlList': [
        {
            'Grantee': {
                'DisplayName': 'string',
                'ID': 'string'
            },
            'Permission': 'string'
        },
    ],
    'ContentType': 'string',
    'Owner': {
        'DisplayName': 'string',
        'ID': 'string'
    }
}

Response Structure

  • (dict) –

    • AccessControlList (list) –

      • (dict) –

        • Grantee (dict) –

          • DisplayName (string) –

          • ID (string) –

        • Permission (string) –

    • ContentType (string) –

    • Owner (dict) –

      • DisplayName (string) –

      • ID (string) –