lib/purecloudplatformclientv2/models/identity_now.rb in purecloudplatformclientv2-2.0.6 vs lib/purecloudplatformclientv2/models/identity_now.rb in purecloudplatformclientv2-2.0.7
- old
+ new
@@ -25,14 +25,14 @@
attr_accessor :relying_party_identifier
attr_accessor :certificate
- attr_accessor :sso_target_uri
-
attr_accessor :issuer_uri
+ attr_accessor :sso_target_uri
+
attr_accessor :disabled
# The URI for this object
attr_accessor :self_uri
@@ -41,12 +41,12 @@
{
:'id' => :'id',
:'name' => :'name',
:'relying_party_identifier' => :'relyingPartyIdentifier',
:'certificate' => :'certificate',
- :'sso_target_uri' => :'ssoTargetURI',
:'issuer_uri' => :'issuerURI',
+ :'sso_target_uri' => :'ssoTargetURI',
:'disabled' => :'disabled',
:'self_uri' => :'selfUri'
}
end
@@ -55,12 +55,12 @@
{
:'id' => :'String',
:'name' => :'String',
:'relying_party_identifier' => :'String',
:'certificate' => :'String',
- :'sso_target_uri' => :'String',
:'issuer_uri' => :'String',
+ :'sso_target_uri' => :'String',
:'disabled' => :'BOOLEAN',
:'self_uri' => :'String'
}
end
@@ -86,18 +86,18 @@
if attributes.has_key?(:'certificate')
self.certificate = attributes[:'certificate']
end
- if attributes.has_key?(:'ssoTargetURI')
- self.sso_target_uri = attributes[:'ssoTargetURI']
- end
-
if attributes.has_key?(:'issuerURI')
self.issuer_uri = attributes[:'issuerURI']
end
+ if attributes.has_key?(:'ssoTargetURI')
+ self.sso_target_uri = attributes[:'ssoTargetURI']
+ end
+
if attributes.has_key?(:'disabled')
self.disabled = attributes[:'disabled']
end
if attributes.has_key?(:'selfUri')
@@ -125,12 +125,12 @@
self.class == o.class &&
id == o.id &&
name == o.name &&
relying_party_identifier == o.relying_party_identifier &&
certificate == o.certificate &&
- sso_target_uri == o.sso_target_uri &&
issuer_uri == o.issuer_uri &&
+ sso_target_uri == o.sso_target_uri &&
disabled == o.disabled &&
self_uri == o.self_uri
end
# @see the `==` method
@@ -140,10 +140,10 @@
end
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
- [id, name, relying_party_identifier, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
+ [id, name, relying_party_identifier, certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash
end
# build the object from hash
def build_from_hash(attributes)
return nil unless attributes.is_a?(Hash)