models_v2.centrify_zone module

class models_v2.centrify_zone.CentrifyZone(description=None, distinguished_name=None, schema=None, zone_name=None, zone_domain=None)[source]

Bases: object

Implementation of the ‘CentrifyZone’ model.

Specifies a centrify zone.

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.

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.