File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/identity_domains/models/identity_proofing_provider_template_configuration.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class IdentityProofingProviderTemplateConfiguration(object): """ Proofing Provider Configuration Template. """ def __init__(self, **kwargs): """ Initializes a new IdentityProofingProviderTemplateConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this IdentityProofingProviderTemplateConfiguration. :type name: str :param type: The value to assign to the type property of this IdentityProofingProviderTemplateConfiguration. :type type: str :param sensitivity: The value to assign to the sensitivity property of this IdentityProofingProviderTemplateConfiguration. :type sensitivity: bool """ self.swagger_types = { 'name': 'str', 'type': 'str', 'sensitivity': 'bool' } self.attribute_map = { 'name': 'name', 'type': 'type', 'sensitivity': 'sensitivity' } self._name = None self._type = None self._sensitivity = None @property def name(self): """ **[Required]** Gets the name of this IdentityProofingProviderTemplateConfiguration. Name of the Identity Proofing Provider configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string :return: The name of this IdentityProofingProviderTemplateConfiguration. :rtype: str """ return self._name @name.setter def name(self, name): """ Sets the name of this IdentityProofingProviderTemplateConfiguration. Name of the Identity Proofing Provider configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string :param name: The name of this IdentityProofingProviderTemplateConfiguration. :type: str """ self._name = name @property def type(self): """ **[Required]** Gets the type of this IdentityProofingProviderTemplateConfiguration. Type of the Identity Proofing configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string :return: The type of this IdentityProofingProviderTemplateConfiguration. :rtype: str """ return self._type @type.setter def type(self, type): """ Sets the type of this IdentityProofingProviderTemplateConfiguration. Type of the Identity Proofing configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string :param type: The type of this IdentityProofingProviderTemplateConfiguration. :type: str """ self._type = type @property def sensitivity(self): """ **[Required]** Gets the sensitivity of this IdentityProofingProviderTemplateConfiguration. Sensitivity of the Identity Proofing configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean :return: The sensitivity of this IdentityProofingProviderTemplateConfiguration. :rtype: bool """ return self._sensitivity @sensitivity.setter def sensitivity(self, sensitivity): """ Sets the sensitivity of this IdentityProofingProviderTemplateConfiguration. Sensitivity of the Identity Proofing configuration. **SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean :param sensitivity: The sensitivity of this IdentityProofingProviderTemplateConfiguration. :type: bool """ self._sensitivity = sensitivity def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings