abacusai.organization_secret

Module Contents

Classes

OrganizationSecret

Organization secret

class abacusai.organization_secret.OrganizationSecret(client, secretKey=None, value=None, createdAt=None)

Bases: abacusai.return_class.AbstractApiClass

Organization secret

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • secretKey (str) – The key of the secret

  • value (str) – The value of the secret

  • createdAt (str) – The date and time when the secret was created, in ISO-8601 format.

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict