Structures that store the data of TSIG keys and functions that operate with the keys.
class TSIGKey(Entity)
A TSIG Key in BAM.
Parameter | Description |
---|---|
api (bluecat.api.API) | API instance used by the entity to communicate with BAM. |
api_entity | The data as communicated by BAM. |
algorithm()
Algorithm of the TSIG key.
creation_time()
Date and time when the TSIG key was added to BAM.
generated()
Whether the TSIG key was generated by BAM or added with a specific value for secret.
length()
Length of the TSIG key (in bits).
secret()
Secret of the TSIG key.