Package comodit_client :: Package api :: Module application_key :: Class ApplicationKey

Class ApplicationKey


Application Key entity representation. An application key defines a token that can be used to authenticate and perform some action in a particular organization.

Instance Methods

Inherited from entity.Entity: __init__, create, delete, dump, load, refresh, rename, show, update

Inherited from util.json_wrapper.JsonWrapper: dump_json, get_json, get_real_json, load_json, print_json, set_json

Inherited from object: __long__, __native__, __nonzero__, __unicode__, next

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
string organization
The name of the organization owning this environment.
string token
The token associated with this application key.
string expiration_date
The expiration date associated with this application key.
string group
The group associated with this application key.
string creator
The creator associated with this application key.

Inherited from entity.Entity: client, description, identifier, label, name, url, uuid

Inherited from object: __class__

Property Details

organization

The name of the organization owning this environment.

Get Method:
unreachable.organization(self) - The name of the organization owning this environment.
Type:
string

token

The token associated with this application key.

Get Method:
unreachable.token(self) - The token associated with this application key.
Type:
string

expiration_date

The expiration date associated with this application key.

Get Method:
unreachable.expiration_date(self) - The expiration date associated with this application key.
Type:
string

group

The group associated with this application key.

Get Method:
unreachable.group(self) - The group associated with this application key.
Type:
string

creator

The creator associated with this application key. Its username is actually returned.

Get Method:
unreachable.creator(self) - The creator associated with this application key.
Type:
string