NotificationSettingsEventSettings¶
-
class
oci.identity_domains.models.
NotificationSettingsEventSettings
(**kwargs)¶ Bases:
object
Event settings
Methods
__init__
(**kwargs)Initializes a new NotificationSettingsEventSettings object with values from keyword arguments. Attributes
enabled
Gets the enabled of this NotificationSettingsEventSettings. event_id
[Required] Gets the event_id of this NotificationSettingsEventSettings. -
__init__
(**kwargs)¶ Initializes a new NotificationSettingsEventSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - event_id (str) – The value to assign to the event_id property of this NotificationSettingsEventSettings.
- enabled (bool) – The value to assign to the enabled property of this NotificationSettingsEventSettings.
-
enabled
¶ Gets the enabled of this NotificationSettingsEventSettings. Specify if notifications are enabled for the event
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The enabled of this NotificationSettingsEventSettings. Return type: bool
-
event_id
¶ [Required] Gets the event_id of this NotificationSettingsEventSettings. IDCS-generated event
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The event_id of this NotificationSettingsEventSettings. Return type: str
-