def __init__(self, subject=None, issuer=None, not_before=None, not_after=None, serial_number=None, local_vars_configuration=None): # noqa: E501 """KeystoreChainItems - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._subject = None self._issuer = None self._not_before = None self._not_after = None self._serial_number = None self.discriminator = None if subject is not None: self.subject = subject if issuer is not None: self.issuer = issuer if not_before is not None: self.not_before = not_before if not_after is not None: self.not_after = not_after if serial_number is not None: self.serial_number = serial_number
def __init__(self, name=None, optional=None, is_set=None, type=None, value=None, description=None, local_vars_configuration=None): # noqa: E501 """SamlConfigurationPropertyItemsString - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._name = None self._optional = None self._is_set = None self._type = None self._value = None self._description = None self.discriminator = None if name is not None: self.name = name if optional is not None: self.optional = optional if is_set is not None: self.is_set = is_set if type is not None: self.type = type if value is not None: self.value = value if description is not None: self.description = description
def __init__(self, pid=None, title=None, description=None, bundle_location=None, service_location=None, properties=None, local_vars_configuration=None): # noqa: E501 """SamlConfigurationInfo - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._pid = None self._title = None self._description = None self._bundle_location = None self._service_location = None self._properties = None self.discriminator = None if pid is not None: self.pid = pid if title is not None: self.title = title if description is not None: self.description = description if bundle_location is not None: self.bundle_location = bundle_location if service_location is not None: self.service_location = service_location if properties is not None: self.properties = properties
def __init__(self, alias=None, entry_type=None, algorithm=None, format=None, chain=None, local_vars_configuration=None): # noqa: E501 """KeystoreItems - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._alias = None self._entry_type = None self._algorithm = None self._format = None self._chain = None self.discriminator = None if alias is not None: self.alias = alias if entry_type is not None: self.entry_type = entry_type if algorithm is not None: self.algorithm = algorithm if format is not None: self.format = format if chain is not None: self.chain = chain
def __init__(self, package=None, local_vars_configuration=None): # noqa: E501 """InlineObject1 - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._package = None self.discriminator = None if package is not None: self.package = package
def __init__(self, truststore_p12=None, local_vars_configuration=None): # noqa: E501 """InlineObject3 - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._truststore_p12 = None self.discriminator = None if truststore_p12 is not None: self.truststore_p12 = truststore_p12
def __init__(self, status=None, local_vars_configuration=None): # noqa: E501 """InstallStatus - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._status = None self.discriminator = None if status is not None: self.status = status
def __init__(self, certificate=None, local_vars_configuration=None): # noqa: E501 """InlineObject2 - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._certificate = None self.discriminator = None if certificate is not None: self.certificate = certificate
def __init__(self, configuration=None, header_name=None, header_value=None, cookie=None): if configuration is None: configuration = Configuration() self.configuration = configuration self.pool = ThreadPool() self.rest_client = rest.RESTClientObject(configuration) self.default_headers = {} if header_name is not None: self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. self.user_agent = 'Swagger-Codegen/0.9.0/python'
def __init__(self, aliases=None, exists=None, local_vars_configuration=None): # noqa: E501 """KeystoreInfo - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._aliases = None self._exists = None self.discriminator = None if aliases is not None: self.aliases = aliases if exists is not None: self.exists = exists
def __init__(self, cert_chain=None, pk=None, key_store=None, local_vars_configuration=None): # noqa: E501 """InlineObject4 - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._cert_chain = None self._pk = None self._key_store = None self.discriminator = None if cert_chain is not None: self.cert_chain = cert_chain if pk is not None: self.pk = pk if key_store is not None: self.key_store = key_store
def __init__(self, finished=None, item_count=None, local_vars_configuration=None): # noqa: E501 """InstallStatusStatus - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._finished = None self._item_count = None self.discriminator = None if finished is not None: self.finished = finished if item_count is not None: self.item_count = item_count
def __init__(self, configuration=None, header_name=None, header_value=None, cookie=None, pool_threads=1): if configuration is None: configuration = Configuration() self.configuration = configuration self.pool_threads = pool_threads self.rest_client = rest.RESTClientObject(configuration) self.default_headers = {} if header_name is not None: self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. self.user_agent = 'OpenAPI-Generator/1.0.0/python'
def __init__(self, alias=None, entry_type=None, subject=None, issuer=None, not_before=None, not_after=None, serial_number=None, local_vars_configuration=None): # noqa: E501 """TruststoreItems - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._alias = None self._entry_type = None self._subject = None self._issuer = None self._not_before = None self._not_after = None self._serial_number = None self.discriminator = None if alias is not None: self.alias = alias if entry_type is not None: self.entry_type = entry_type if subject is not None: self.subject = subject if issuer is not None: self.issuer = issuer if not_before is not None: self.not_before = not_before if not_after is not None: self.not_after = not_after if serial_number is not None: self.serial_number = serial_number
def __init__(self, path=None, service_ranking=None, idp_url=None, idp_cert_alias=None, idp_http_redirect=None, service_provider_entity_id=None, assertion_consumer_service_url=None, sp_private_key_alias=None, key_store_password=None, default_redirect_url=None, user_id_attribute=None, use_encryption=None, create_user=None, add_group_memberships=None, group_membership_attribute=None, default_groups=None, name_id_format=None, synchronize_attributes=None, handle_logout=None, logout_url=None, clock_tolerance=None, digest_method=None, signature_method=None, user_intermediate_path=None, local_vars_configuration=None): # noqa: E501 """SamlConfigurationProperties - a model defined in OpenAPI""" # noqa: E501 if local_vars_configuration is None: local_vars_configuration = Configuration() self.local_vars_configuration = local_vars_configuration self._path = None self._service_ranking = None self._idp_url = None self._idp_cert_alias = None self._idp_http_redirect = None self._service_provider_entity_id = None self._assertion_consumer_service_url = None self._sp_private_key_alias = None self._key_store_password = None self._default_redirect_url = None self._user_id_attribute = None self._use_encryption = None self._create_user = None self._add_group_memberships = None self._group_membership_attribute = None self._default_groups = None self._name_id_format = None self._synchronize_attributes = None self._handle_logout = None self._logout_url = None self._clock_tolerance = None self._digest_method = None self._signature_method = None self._user_intermediate_path = None self.discriminator = None if path is not None: self.path = path if service_ranking is not None: self.service_ranking = service_ranking if idp_url is not None: self.idp_url = idp_url if idp_cert_alias is not None: self.idp_cert_alias = idp_cert_alias if idp_http_redirect is not None: self.idp_http_redirect = idp_http_redirect if service_provider_entity_id is not None: self.service_provider_entity_id = service_provider_entity_id if assertion_consumer_service_url is not None: self.assertion_consumer_service_url = assertion_consumer_service_url if sp_private_key_alias is not None: self.sp_private_key_alias = sp_private_key_alias if key_store_password is not None: self.key_store_password = key_store_password if default_redirect_url is not None: self.default_redirect_url = default_redirect_url if user_id_attribute is not None: self.user_id_attribute = user_id_attribute if use_encryption is not None: self.use_encryption = use_encryption if create_user is not None: self.create_user = create_user if add_group_memberships is not None: self.add_group_memberships = add_group_memberships if group_membership_attribute is not None: self.group_membership_attribute = group_membership_attribute if default_groups is not None: self.default_groups = default_groups if name_id_format is not None: self.name_id_format = name_id_format if synchronize_attributes is not None: self.synchronize_attributes = synchronize_attributes if handle_logout is not None: self.handle_logout = handle_logout if logout_url is not None: self.logout_url = logout_url if clock_tolerance is not None: self.clock_tolerance = clock_tolerance if digest_method is not None: self.digest_method = digest_method if signature_method is not None: self.signature_method = signature_method if user_intermediate_path is not None: self.user_intermediate_path = user_intermediate_path