models.reset_s_3_secret_key_parameters module

class models.reset_s_3_secret_key_parameters.ResetS3SecretKeyParameters(domain=None, tenant_id=None, username=None)[source]

Bases: object

Implementation of the ‘ResetS3SecretKeyParameters’ model.

Specifies the parameters required to reset the S3 secret access key for the specified Cohesity user.

Attributes:
domain (string): Specifies the fully qualified domain name (FQDN) of

an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. If not specified, it is assumed to be LOCAL.

tenant_id (string): Specifies the tenant for which the users are

to be deleted.

username (string): Specifies the Cohesity user.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.