Class: OCI::IdentityDomains::Models::NotificationSetting
- Inherits:
-
Object
- Object
- OCI::IdentityDomains::Models::NotificationSetting
- Defined in:
- lib/oci/identity_domains/models/notification_setting.rb
Overview
Notification resource.
Constant Summary collapse
- IDCS_PREVENTED_OPERATIONS_ENUM =
[ IDCS_PREVENTED_OPERATIONS_REPLACE = 'replace'.freeze, IDCS_PREVENTED_OPERATIONS_UPDATE = 'update'.freeze, IDCS_PREVENTED_OPERATIONS_DELETE = 'delete'.freeze, IDCS_PREVENTED_OPERATIONS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze ].freeze
Instance Attribute Summary collapse
-
#compartment_ocid ⇒ String
OCI Compartment Id (ocid) in which the resource lives.
-
#delete_in_progress ⇒ BOOLEAN
A boolean flag indicating this resource in the process of being deleted.
-
#domain_ocid ⇒ String
OCI Domain Id (ocid) in which the resource lives.
-
#event_settings ⇒ Array<OCI::IdentityDomains::Models::NotificationSettingsEventSettings>
[Required] Event settings.
-
#external_id ⇒ String
An identifier for the Resource as defined by the Service Consumer.
-
#from_email_address ⇒ OCI::IdentityDomains::Models::NotificationSettingsFromEmailAddress
This attribute is required.
-
#id ⇒ String
Unique identifier for the SCIM Resource as defined by the Service Provider.
- #idcs_created_by ⇒ OCI::IdentityDomains::Models::IdcsCreatedBy
- #idcs_last_modified_by ⇒ OCI::IdentityDomains::Models::IdcsLastModifiedBy
-
#idcs_last_upgraded_in_release ⇒ String
The release number when the resource was upgraded.
-
#idcs_prevented_operations ⇒ Array<String>
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- #meta ⇒ OCI::IdentityDomains::Models::Meta
-
#notification_enabled ⇒ BOOLEAN
[Required] Tenant level settings for the notification service.
-
#ocid ⇒ String
Unique OCI identifier for the SCIM Resource.
-
#schemas ⇒ Array<String>
[Required] REQUIRED.
-
#send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email ⇒ BOOLEAN
If true and admin changed user's primary email, send user's profile changed email to old and new primary email address.
-
#send_notifications_to_secondary_email ⇒ BOOLEAN
Indicates whether to allow notifications on a secondary email.
-
#tags ⇒ Array<OCI::IdentityDomains::Models::Tags>
A list of tags on this resource.
-
#tenancy_ocid ⇒ String
OCI Tenant Id (ocid) in which the resource lives.
-
#test_mode_enabled ⇒ BOOLEAN
Specify if the notification service is in test mode.
-
#test_recipients ⇒ Array<String>
List of the test recipient email addresses.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ NotificationSetting
constructor
Initializes the object.
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
Constructor Details
#initialize(attributes = {}) ⇒ NotificationSetting
Initializes the object
356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 356 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self.id = attributes[:'id'] if attributes[:'id'] self.ocid = attributes[:'ocid'] if attributes[:'ocid'] self.schemas = attributes[:'schemas'] if attributes[:'schemas'] self. = attributes[:'meta'] if attributes[:'meta'] self.idcs_created_by = attributes[:'idcsCreatedBy'] if attributes[:'idcsCreatedBy'] raise 'You cannot provide both :idcsCreatedBy and :idcs_created_by' if attributes.key?(:'idcsCreatedBy') && attributes.key?(:'idcs_created_by') self.idcs_created_by = attributes[:'idcs_created_by'] if attributes[:'idcs_created_by'] self.idcs_last_modified_by = attributes[:'idcsLastModifiedBy'] if attributes[:'idcsLastModifiedBy'] raise 'You cannot provide both :idcsLastModifiedBy and :idcs_last_modified_by' if attributes.key?(:'idcsLastModifiedBy') && attributes.key?(:'idcs_last_modified_by') self.idcs_last_modified_by = attributes[:'idcs_last_modified_by'] if attributes[:'idcs_last_modified_by'] self.idcs_prevented_operations = attributes[:'idcsPreventedOperations'] if attributes[:'idcsPreventedOperations'] raise 'You cannot provide both :idcsPreventedOperations and :idcs_prevented_operations' if attributes.key?(:'idcsPreventedOperations') && attributes.key?(:'idcs_prevented_operations') self.idcs_prevented_operations = attributes[:'idcs_prevented_operations'] if attributes[:'idcs_prevented_operations'] self. = attributes[:'tags'] if attributes[:'tags'] self.delete_in_progress = attributes[:'deleteInProgress'] unless attributes[:'deleteInProgress'].nil? raise 'You cannot provide both :deleteInProgress and :delete_in_progress' if attributes.key?(:'deleteInProgress') && attributes.key?(:'delete_in_progress') self.delete_in_progress = attributes[:'delete_in_progress'] unless attributes[:'delete_in_progress'].nil? self.idcs_last_upgraded_in_release = attributes[:'idcsLastUpgradedInRelease'] if attributes[:'idcsLastUpgradedInRelease'] raise 'You cannot provide both :idcsLastUpgradedInRelease and :idcs_last_upgraded_in_release' if attributes.key?(:'idcsLastUpgradedInRelease') && attributes.key?(:'idcs_last_upgraded_in_release') self.idcs_last_upgraded_in_release = attributes[:'idcs_last_upgraded_in_release'] if attributes[:'idcs_last_upgraded_in_release'] self.domain_ocid = attributes[:'domainOcid'] if attributes[:'domainOcid'] raise 'You cannot provide both :domainOcid and :domain_ocid' if attributes.key?(:'domainOcid') && attributes.key?(:'domain_ocid') self.domain_ocid = attributes[:'domain_ocid'] if attributes[:'domain_ocid'] self.compartment_ocid = attributes[:'compartmentOcid'] if attributes[:'compartmentOcid'] raise 'You cannot provide both :compartmentOcid and :compartment_ocid' if attributes.key?(:'compartmentOcid') && attributes.key?(:'compartment_ocid') self.compartment_ocid = attributes[:'compartment_ocid'] if attributes[:'compartment_ocid'] self.tenancy_ocid = attributes[:'tenancyOcid'] if attributes[:'tenancyOcid'] raise 'You cannot provide both :tenancyOcid and :tenancy_ocid' if attributes.key?(:'tenancyOcid') && attributes.key?(:'tenancy_ocid') self.tenancy_ocid = attributes[:'tenancy_ocid'] if attributes[:'tenancy_ocid'] self.external_id = attributes[:'externalId'] if attributes[:'externalId'] raise 'You cannot provide both :externalId and :external_id' if attributes.key?(:'externalId') && attributes.key?(:'external_id') self.external_id = attributes[:'external_id'] if attributes[:'external_id'] self.notification_enabled = attributes[:'notificationEnabled'] unless attributes[:'notificationEnabled'].nil? raise 'You cannot provide both :notificationEnabled and :notification_enabled' if attributes.key?(:'notificationEnabled') && attributes.key?(:'notification_enabled') self.notification_enabled = attributes[:'notification_enabled'] unless attributes[:'notification_enabled'].nil? self.test_mode_enabled = attributes[:'testModeEnabled'] unless attributes[:'testModeEnabled'].nil? raise 'You cannot provide both :testModeEnabled and :test_mode_enabled' if attributes.key?(:'testModeEnabled') && attributes.key?(:'test_mode_enabled') self.test_mode_enabled = attributes[:'test_mode_enabled'] unless attributes[:'test_mode_enabled'].nil? self.test_recipients = attributes[:'testRecipients'] if attributes[:'testRecipients'] raise 'You cannot provide both :testRecipients and :test_recipients' if attributes.key?(:'testRecipients') && attributes.key?(:'test_recipients') self.test_recipients = attributes[:'test_recipients'] if attributes[:'test_recipients'] self.send_notifications_to_secondary_email = attributes[:'sendNotificationsToSecondaryEmail'] unless attributes[:'sendNotificationsToSecondaryEmail'].nil? raise 'You cannot provide both :sendNotificationsToSecondaryEmail and :send_notifications_to_secondary_email' if attributes.key?(:'sendNotificationsToSecondaryEmail') && attributes.key?(:'send_notifications_to_secondary_email') self.send_notifications_to_secondary_email = attributes[:'send_notifications_to_secondary_email'] unless attributes[:'send_notifications_to_secondary_email'].nil? self.send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email = attributes[:'sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail'] unless attributes[:'sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail'].nil? raise 'You cannot provide both :sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail and :send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email' if attributes.key?(:'sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail') && attributes.key?(:'send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email') self.send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email = attributes[:'send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email'] unless attributes[:'send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email'].nil? self.from_email_address = attributes[:'fromEmailAddress'] if attributes[:'fromEmailAddress'] raise 'You cannot provide both :fromEmailAddress and :from_email_address' if attributes.key?(:'fromEmailAddress') && attributes.key?(:'from_email_address') self.from_email_address = attributes[:'from_email_address'] if attributes[:'from_email_address'] self.event_settings = attributes[:'eventSettings'] if attributes[:'eventSettings'] raise 'You cannot provide both :eventSettings and :event_settings' if attributes.key?(:'eventSettings') && attributes.key?(:'event_settings') self.event_settings = attributes[:'event_settings'] if attributes[:'event_settings'] end |
Instance Attribute Details
#compartment_ocid ⇒ String
OCI Compartment Id (ocid) in which the resource lives.
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
151 152 153 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 151 def compartment_ocid @compartment_ocid end |
#delete_in_progress ⇒ BOOLEAN
A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none
109 110 111 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 109 def delete_in_progress @delete_in_progress end |
#domain_ocid ⇒ String
OCI Domain Id (ocid) in which the resource lives.
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
137 138 139 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 137 def domain_ocid @domain_ocid end |
#event_settings ⇒ Array<OCI::IdentityDomains::Models::NotificationSettingsEventSettings>
[Required] Event settings
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [eventId] - idcsSearchable: false - multiValued: true - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none
269 270 271 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 269 def event_settings @event_settings end |
#external_id ⇒ String
An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
178 179 180 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 178 def external_id @external_id end |
#from_email_address ⇒ OCI::IdentityDomains::Models::NotificationSettingsFromEmailAddress
This attribute is required.
254 255 256 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 254 def from_email_address @from_email_address end |
#id ⇒ String
Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: global
31 32 33 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 31 def id @id end |
#idcs_created_by ⇒ OCI::IdentityDomains::Models::IdcsCreatedBy
65 66 67 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 65 def idcs_created_by @idcs_created_by end |
#idcs_last_modified_by ⇒ OCI::IdentityDomains::Models::IdcsLastModifiedBy
68 69 70 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 68 def idcs_last_modified_by @idcs_last_modified_by end |
#idcs_last_upgraded_in_release ⇒ String
The release number when the resource was upgraded.
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
123 124 125 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 123 def idcs_last_upgraded_in_release @idcs_last_upgraded_in_release end |
#idcs_prevented_operations ⇒ Array<String>
Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
SCIM++ Properties: - idcsSearchable: false - multiValued: true - mutability: readOnly - required: false - returned: request - type: string - uniqueness: none
81 82 83 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 81 def idcs_prevented_operations @idcs_prevented_operations end |
#meta ⇒ OCI::IdentityDomains::Models::Meta
62 63 64 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 62 def @meta end |
#notification_enabled ⇒ BOOLEAN
[Required] Tenant level settings for the notification service
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
192 193 194 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 192 def notification_enabled @notification_enabled end |
#ocid ⇒ String
Unique OCI identifier for the SCIM Resource.
SCIM++ Properties: - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: global
45 46 47 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 45 def ocid @ocid end |
#schemas ⇒ Array<String>
[Required] REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \“enterprise\” extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: true - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
59 60 61 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 59 def schemas @schemas end |
#send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email ⇒ BOOLEAN
If true and admin changed user's primary email, send user's profile changed email to old and new primary email address.
Added In: 20.1.3
SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
250 251 252 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 250 def send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email @send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email end |
#send_notifications_to_secondary_email ⇒ BOOLEAN
Indicates whether to allow notifications on a secondary email.
Deprecated Since: 19.2.1
SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
235 236 237 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 235 def send_notifications_to_secondary_email @send_notifications_to_secondary_email end |
#tags ⇒ Array<OCI::IdentityDomains::Models::Tags>
A list of tags on this resource.
SCIM++ Properties: - idcsCompositeKey: [key, value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none
95 96 97 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 95 def @tags end |
#tenancy_ocid ⇒ String
OCI Tenant Id (ocid) in which the resource lives.
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
165 166 167 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 165 def tenancy_ocid @tenancy_ocid end |
#test_mode_enabled ⇒ BOOLEAN
Specify if the notification service is in test mode
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
206 207 208 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 206 def test_mode_enabled @test_mode_enabled end |
#test_recipients ⇒ Array<String>
List of the test recipient email addresses
SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: true - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
220 221 222 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 220 def test_recipients @test_recipients end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 272 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'id': :'id', 'ocid': :'ocid', 'schemas': :'schemas', 'meta': :'meta', 'idcs_created_by': :'idcsCreatedBy', 'idcs_last_modified_by': :'idcsLastModifiedBy', 'idcs_prevented_operations': :'idcsPreventedOperations', 'tags': :'tags', 'delete_in_progress': :'deleteInProgress', 'idcs_last_upgraded_in_release': :'idcsLastUpgradedInRelease', 'domain_ocid': :'domainOcid', 'compartment_ocid': :'compartmentOcid', 'tenancy_ocid': :'tenancyOcid', 'external_id': :'externalId', 'notification_enabled': :'notificationEnabled', 'test_mode_enabled': :'testModeEnabled', 'test_recipients': :'testRecipients', 'send_notifications_to_secondary_email': :'sendNotificationsToSecondaryEmail', 'send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email': :'sendNotificationToOldAndNewPrimaryEmailsWhenAdminChangesPrimaryEmail', 'from_email_address': :'fromEmailAddress', 'event_settings': :'eventSettings' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 301 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'id': :'String', 'ocid': :'String', 'schemas': :'Array<String>', 'meta': :'OCI::IdentityDomains::Models::Meta', 'idcs_created_by': :'OCI::IdentityDomains::Models::IdcsCreatedBy', 'idcs_last_modified_by': :'OCI::IdentityDomains::Models::IdcsLastModifiedBy', 'idcs_prevented_operations': :'Array<String>', 'tags': :'Array<OCI::IdentityDomains::Models::Tags>', 'delete_in_progress': :'BOOLEAN', 'idcs_last_upgraded_in_release': :'String', 'domain_ocid': :'String', 'compartment_ocid': :'String', 'tenancy_ocid': :'String', 'external_id': :'String', 'notification_enabled': :'BOOLEAN', 'test_mode_enabled': :'BOOLEAN', 'test_recipients': :'Array<String>', 'send_notifications_to_secondary_email': :'BOOLEAN', 'send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email': :'BOOLEAN', 'from_email_address': :'OCI::IdentityDomains::Models::NotificationSettingsFromEmailAddress', 'event_settings': :'Array<OCI::IdentityDomains::Models::NotificationSettingsEventSettings>' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 496 def ==(other) return true if equal?(other) self.class == other.class && id == other.id && ocid == other.ocid && schemas == other.schemas && == other. && idcs_created_by == other.idcs_created_by && idcs_last_modified_by == other.idcs_last_modified_by && idcs_prevented_operations == other.idcs_prevented_operations && == other. && delete_in_progress == other.delete_in_progress && idcs_last_upgraded_in_release == other.idcs_last_upgraded_in_release && domain_ocid == other.domain_ocid && compartment_ocid == other.compartment_ocid && tenancy_ocid == other.tenancy_ocid && external_id == other.external_id && notification_enabled == other.notification_enabled && test_mode_enabled == other.test_mode_enabled && test_recipients == other.test_recipients && send_notifications_to_secondary_email == other.send_notifications_to_secondary_email && send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email == other.send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email && from_email_address == other.from_email_address && event_settings == other.event_settings end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 546 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /^Array<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) public_method("#{key}=").call( attributes[self.class.attribute_map[key]] .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) } ) end elsif !attributes[self.class.attribute_map[key]].nil? public_method("#{key}=").call( OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]) ) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(other) ⇒ Boolean
526 527 528 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 526 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
535 536 537 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 535 def hash [id, ocid, schemas, , idcs_created_by, idcs_last_modified_by, idcs_prevented_operations, , delete_in_progress, idcs_last_upgraded_in_release, domain_ocid, compartment_ocid, tenancy_ocid, external_id, notification_enabled, test_mode_enabled, test_recipients, send_notifications_to_secondary_email, send_notification_to_old_and_new_primary_emails_when_admin_changes_primary_email, from_email_address, event_settings].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
579 580 581 582 583 584 585 586 587 588 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 579 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = public_method(attr).call next if value.nil? && !instance_variable_defined?("@#{attr}") hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
573 574 575 |
# File 'lib/oci/identity_domains/models/notification_setting.rb', line 573 def to_s to_hash.to_s end |