models_v2.register_or_update_kerberos_provider_request module¶
- 
class 
models_v2.register_or_update_kerberos_provider_request.RegisterOrUpdateKerberosProviderRequest(realm_name=None, kdc_servers=None, admin_server=None, host_alias=None, admin_password=None, id=None, ldap_provider_id=None, overwritehost_alias=None)[source]¶ Bases:
objectImplementation of the ‘RegisterOrUpdateKerberosProviderRequest’ model.
Specifies the request to register or update a Kerberos Provider.
- 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.
admin_password (string): Specifies the password
- 
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.