BucketsAccessKey#

class BucketsAccessKey(access_key_name=None, secret_access_key=None, user_id=None, created_time=None, last_updated_by=None, assigned_to=None, creation_type=None, expiry_time=None, status=None, created_by=None, last_updated_time=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

Information of bucket access key.

Parameters:
  • access_key_name (required min=1 chars, max=255 chars) – (access_key_name) Name of the bucket access key.

  • secret_access_key – (secret_access_key) This represents secret access key, which will be returned only during access key creation.

  • user_id – (user_id) User identifier who owns the bucket access key.

  • created_time – (created_time) Creation time for the bucket access key.

  • last_updated_by – (last_updated_by) Entity that updated the buckets access key.

  • assigned_to (min=3 chars, max=255 chars) – (assigned_to) External client to whom this key is allocated.

  • creation_type – (creation_type)

  • expiry_time – (expiry_time) The expiry time of the buckets access Key.

  • status – (status)

  • created_by – (created_by) Service account user who created the buckets access key.

  • last_updated_time – (last_updated_time) Creation time for the bucket access key.

property access_key_name#

Name of the bucket access key.

Type:

str

property assigned_to#

External client to whom this key is allocated.

Type:

str

property created_by#

Service account user who created the buckets access key.

Type:

str

property created_time#

Creation time for the bucket access key.

Type:

datetime

property creation_type#
Type:

CreationType

property expiry_time#

The expiry time of the buckets access Key.

Type:

datetime

property last_updated_by#

Entity that updated the buckets access key.

Type:

str

property last_updated_time#

Creation time for the bucket access key.

Type:

datetime

property secret_access_key#

This represents secret access key, which will be returned only during access key creation.

Type:

str

property status#
Type:

BucketsAccessKeyStatusType

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property user_id#

User identifier who owns the bucket access key.

Type:

str