File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/data_safe/models/role_condition.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: 20181201 from .policy_condition import PolicyCondition 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 RoleCondition(PolicyCondition): """ The audit policy provisioning conditions. """ def __init__(self, **kwargs): """ Initializes a new RoleCondition object with values from keyword arguments. The default value of the :py:attr:`~oci.data_safe.models.RoleCondition.entity_type` attribute of this class is ``ROLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_selection: The value to assign to the entity_selection property of this RoleCondition. Allowed values for this property are: "INCLUDE", "EXCLUDE" :type entity_selection: str :param entity_type: The value to assign to the entity_type property of this RoleCondition. Allowed values for this property are: "USER", "ROLE", "ALL_USERS", "ATTRIBUTE_SET" :type entity_type: str :param operation_status: The value to assign to the operation_status property of this RoleCondition. Allowed values for this property are: "SUCCESS", "FAILURE", "BOTH" :type operation_status: str :param role_names: The value to assign to the role_names property of this RoleCondition. :type role_names: list[str] """ self.swagger_types = { 'entity_selection': 'str', 'entity_type': 'str', 'operation_status': 'str', 'role_names': 'list[str]' } self.attribute_map = { 'entity_selection': 'entitySelection', 'entity_type': 'entityType', 'operation_status': 'operationStatus', 'role_names': 'roleNames' } self._entity_selection = None self._entity_type = None self._operation_status = None self._role_names = None self._entity_type = 'ROLE' @property def role_names(self): """ **[Required]** Gets the role_names of this RoleCondition. List of roles that the policy must be enabled for. :return: The role_names of this RoleCondition. :rtype: list[str] """ return self._role_names @role_names.setter def role_names(self, role_names): """ Sets the role_names of this RoleCondition. List of roles that the policy must be enabled for. :param role_names: The role_names of this RoleCondition. :type: list[str] """ self._role_names = role_names 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.07 |
proxy
|
phpinfo
|
Settings