models_v2.kerberos_provider module

class models_v2.kerberos_provider.KerberosProvider(realm_name=None, kdc_servers=None, admin_server=None, host_alias=None, id=None, ldap_provider_id=None, overwritehost_alias=None)[source]

Bases: object

Implementation of the ‘KerberosProvider’ model.

Specifies the the Kerberos Provider details.

Attributes:

id (string): Specifies the id. realm_name (string): Specifies the realm name. kdc_servers (list of string): Specifies a list of Key distribution

Centre(KDC) Severs.

admin_server (string): Specifies the admin server used for

registration from the list of KDC servers.

ldap_provider_id (long|int): Specifies the LDAP provider id to be

mapped

overwritehost_alias (bool): Specifies if specified host alias should

overwrite existing host alias.

host_alias (list of string): Specifies the DNS routable host alias

names.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.