models.update_ldap_provider_params module

class models.update_ldap_provider_params.UpdateLdapProviderParams(ldap_provider_id=None)[source]

Bases: object

Implementation of the ‘UpdateLdapProviderParams’ model.

Specifies the params to update the LDAP provider info.

Attributes:
ldap_provider_id (long|int): Specifies the LDAP provider id which is

mapped to an Active Directory

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.