TSIGKey class - Platform - BlueCat Gateway - 22.11.1

Gateway Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
22.11.1

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.

algorithm

Algorithm of the TSIG key.

Return type: str

creation_time

Date and time when the TSIG key was added to the BlueCat Address Manager.

Return type: datetime

generated

Whether the TSIG key was generated by BlueCat Address Manager or added with a specific value for secret.

Return type: bool

length

Length of the TSIG Key (in bits).

Return type: int

secret

Secret of the TSIG key.

Return type: str