lib/purecloudplatformclientv2/models/identity_now.rb in purecloudplatformclientv2-42.0.0 vs lib/purecloudplatformclientv2/models/identity_now.rb in purecloudplatformclientv2-43.0.0

- old
+ new

@@ -25,14 +25,14 @@ attr_accessor :relying_party_identifier attr_accessor :certificate - attr_accessor :issuer_uri - attr_accessor :sso_target_uri + attr_accessor :issuer_uri + attr_accessor :disabled # The URI for this object attr_accessor :self_uri @@ -46,14 +46,14 @@ :'relying_party_identifier' => :'relyingPartyIdentifier', :'certificate' => :'certificate', - :'issuer_uri' => :'issuerURI', - :'sso_target_uri' => :'ssoTargetURI', + :'issuer_uri' => :'issuerURI', + :'disabled' => :'disabled', :'self_uri' => :'selfUri' } @@ -69,14 +69,14 @@ :'relying_party_identifier' => :'String', :'certificate' => :'String', - :'issuer_uri' => :'String', - :'sso_target_uri' => :'String', + :'issuer_uri' => :'String', + :'disabled' => :'BOOLEAN', :'self_uri' => :'String' } @@ -125,23 +125,23 @@ end - if attributes.has_key?(:'issuerURI') + if attributes.has_key?(:'ssoTargetURI') - self.issuer_uri = attributes[:'issuerURI'] + self.sso_target_uri = attributes[:'ssoTargetURI'] end - if attributes.has_key?(:'ssoTargetURI') + if attributes.has_key?(:'issuerURI') - self.sso_target_uri = attributes[:'ssoTargetURI'] + self.issuer_uri = attributes[:'issuerURI'] end @@ -260,12 +260,12 @@ self.class == o.class && id == o.id && name == o.name && relying_party_identifier == o.relying_party_identifier && certificate == o.certificate && - issuer_uri == o.issuer_uri && sso_target_uri == o.sso_target_uri && + issuer_uri == o.issuer_uri && disabled == o.disabled && self_uri == o.self_uri end # @see the `==` method @@ -275,10 +275,10 @@ end # Calculates hash code according to all attributes. # @return [Fixnum] Hash code def hash - [id, name, relying_party_identifier, certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash + [id, name, relying_party_identifier, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash end # build the object from hash def build_from_hash(attributes) return nil unless attributes.is_a?(Hash)