models_v2.ad_centrify_type_params module

class models_v2.ad_centrify_type_params.AdCentrifyTypeParams(description=None, distinguished_name=None, schema=None, fallback_option=None, zone_name=None, zone_domain=None)[source]

Bases: object

Implementation of the ‘AdCentrifyTypeParams’ model.

Specifies the properties associated to a Centrify type user id mapping.

Attributes:

description (string): Specifies a description of the Centrify zone. distinguished_name (string): Specifies the distinguished name of the

Centrify zone.

schema (SchemaEnum): Specifies the schema of this Centrify zone. zone_name (string): Specifies the zone name of the Centrify zone. zone_domain (string): Specifies the zone domain of the Centrify zone. fallback_option (FallbackOption): Specifies a fallback user id mapping

param in case the primary config does not work.

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.