Click a link to jump to the indicated section.
class
bluecat.tsig_key.TSIGKey
(api, api_entity=None)
Bases: bluecat.entity.Entity
A TSIG Key in BlueCat Address Manager.
Parameters | Description |
---|---|
api (bluecat.api.API) |
API instance used by the entity to communicate with BAM. |
api_entity |
The data as communicated by BAM. |
property
algorithm
Algorithm of the TSIG key.
Return type: str
property
creation_time
Date and time when the TSIG key was added to the BlueCat Address Manager.
Return type: datetime
property
generated
Whether the TSIG key was generated by BlueCat Address Manager or added with a specific value for secret.
Return type: bool
property
length
Length of the TSIG Key (in bits).
Return type: int
property
secret
Secret of the TSIG key.
Return type: str