models.list_centrify_zone module¶
-
class
models.list_centrify_zone.
ListCentrifyZone
(centrify_schema=None, description=None, distinguished_name=None, zone_name=None)[source]¶ Bases:
object
Implementation of the ‘ListCentrifyZone’ model.
TODO: type model description here.
- Attributes:
- centrify_schema (CentrifySchemaEnum): Specifies the schema of this
Centrify zone. The below list of schemas and their values are taken from the document Centrify Server Suite 2016 Windows API Programmer’s Guide https://docs.centrify.com/en/css/suite2016/centrify-win-progguide.p df ‘kCentrifyDynamicSchema_1_0’ specifies dynamic schema, version 1.0. ‘kCentrifyDynamicSchema_2_0’ specifies dynamic schema, version 2.0. ‘kCentrifyDynamicSchema_3_0’ specifies dynamic schema, version 3.0. ‘kCentrifyDynamicSchema_5_0’ specifies dynamic schema, version 5.0. ‘kCentrifySfu_3_0’ specifies sfu schema, version 3.0. ‘kCentrifySfu_3_0_V5’ specifies sfu schema, 3.0.5. ‘kCentrifySfu_4_0’ specifies sfu schema, version 4.0. ‘kCentrifyCdcRfc2307’ specifies cdcrfc2307 schema. ‘kCentrifyCdcRfc2307_2’ specifies cdcrfc2307, version 2. ‘kCentrifyCdcRfc2307_3’ specifies cdcrfc2307, version 3.
description (string): Specifies a description of the Centrify zone. distinguished_name (string): Specifies the distinguished name of the
Centrify zone.
zone_name (string): Specifies the zone name.
-
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.