purecloudplatformclientv2 2.0.21 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/docs/ADFS.md +1 -1
- data/docs/CertificateDetails.md +1 -1
- data/docs/CustomerInteractionCenter.md +1 -1
- data/docs/Document.md +1 -1
- data/docs/DomainOrganizationRole.md +1 -1
- data/docs/DomainOrganizationRoleCreate.md +1 -1
- data/docs/DomainOrganizationRoleUpdate.md +1 -1
- data/docs/FaxDocument.md +1 -1
- data/docs/GSuite.md +1 -1
- data/docs/IdentityNow.md +1 -1
- data/docs/JsonNode.md +5 -5
- data/docs/Okta.md +1 -1
- data/docs/OneLogin.md +1 -1
- data/docs/PingIdentity.md +1 -1
- data/docs/Salesforce.md +1 -1
- data/lib/purecloudplatformclientv2/models/adfs.rb +10 -10
- data/lib/purecloudplatformclientv2/models/certificate_details.rb +13 -13
- data/lib/purecloudplatformclientv2/models/customer_interaction_center.rb +10 -10
- data/lib/purecloudplatformclientv2/models/document.rb +10 -10
- data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +10 -10
- data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +10 -10
- data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +10 -10
- data/lib/purecloudplatformclientv2/models/fax_document.rb +10 -10
- data/lib/purecloudplatformclientv2/models/g_suite.rb +10 -10
- data/lib/purecloudplatformclientv2/models/identity_now.rb +10 -10
- data/lib/purecloudplatformclientv2/models/json_node.rb +37 -37
- data/lib/purecloudplatformclientv2/models/okta.rb +10 -10
- data/lib/purecloudplatformclientv2/models/one_login.rb +10 -10
- data/lib/purecloudplatformclientv2/models/ping_identity.rb +10 -10
- data/lib/purecloudplatformclientv2/models/salesforce.rb +10 -10
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +1 -1
@@ -37,10 +37,10 @@ module PureCloud
|
|
37
37
|
# Optional unless patch operation.
|
38
38
|
attr_accessor :role_needs_update
|
39
39
|
|
40
|
-
attr_accessor :base
|
41
|
-
|
42
40
|
attr_accessor :default
|
43
41
|
|
42
|
+
attr_accessor :base
|
43
|
+
|
44
44
|
# The URI for this object
|
45
45
|
attr_accessor :self_uri
|
46
46
|
|
@@ -55,8 +55,8 @@ module PureCloud
|
|
55
55
|
:'permission_policies' => :'permissionPolicies',
|
56
56
|
:'user_count' => :'userCount',
|
57
57
|
:'role_needs_update' => :'roleNeedsUpdate',
|
58
|
-
:'base' => :'base',
|
59
58
|
:'default' => :'default',
|
59
|
+
:'base' => :'base',
|
60
60
|
:'self_uri' => :'selfUri'
|
61
61
|
}
|
62
62
|
end
|
@@ -72,8 +72,8 @@ module PureCloud
|
|
72
72
|
:'permission_policies' => :'Array<DomainPermissionPolicy>',
|
73
73
|
:'user_count' => :'Integer',
|
74
74
|
:'role_needs_update' => :'BOOLEAN',
|
75
|
-
:'base' => :'BOOLEAN',
|
76
75
|
:'default' => :'BOOLEAN',
|
76
|
+
:'base' => :'BOOLEAN',
|
77
77
|
:'self_uri' => :'String'
|
78
78
|
}
|
79
79
|
end
|
@@ -122,14 +122,14 @@ module PureCloud
|
|
122
122
|
self.role_needs_update = attributes[:'roleNeedsUpdate']
|
123
123
|
end
|
124
124
|
|
125
|
-
if attributes.has_key?(:'base')
|
126
|
-
self.base = attributes[:'base']
|
127
|
-
end
|
128
|
-
|
129
125
|
if attributes.has_key?(:'default')
|
130
126
|
self.default = attributes[:'default']
|
131
127
|
end
|
132
128
|
|
129
|
+
if attributes.has_key?(:'base')
|
130
|
+
self.base = attributes[:'base']
|
131
|
+
end
|
132
|
+
|
133
133
|
if attributes.has_key?(:'selfUri')
|
134
134
|
self.self_uri = attributes[:'selfUri']
|
135
135
|
end
|
@@ -165,8 +165,8 @@ module PureCloud
|
|
165
165
|
permission_policies == o.permission_policies &&
|
166
166
|
user_count == o.user_count &&
|
167
167
|
role_needs_update == o.role_needs_update &&
|
168
|
-
base == o.base &&
|
169
168
|
default == o.default &&
|
169
|
+
base == o.base &&
|
170
170
|
self_uri == o.self_uri
|
171
171
|
end
|
172
172
|
|
@@ -179,7 +179,7 @@ module PureCloud
|
|
179
179
|
# Calculates hash code according to all attributes.
|
180
180
|
# @return [Fixnum] Hash code
|
181
181
|
def hash
|
182
|
-
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update,
|
182
|
+
[id, name, description, default_role_id, permissions, permission_policies, user_count, role_needs_update, default, base, self_uri].hash
|
183
183
|
end
|
184
184
|
|
185
185
|
# build the object from hash
|
@@ -51,10 +51,10 @@ module PureCloud
|
|
51
51
|
|
52
52
|
attr_accessor :thumbnails
|
53
53
|
|
54
|
-
attr_accessor :sharing_uri
|
55
|
-
|
56
54
|
attr_accessor :download_sharing_uri
|
57
55
|
|
56
|
+
attr_accessor :sharing_uri
|
57
|
+
|
58
58
|
# The URI for this object
|
59
59
|
attr_accessor :self_uri
|
60
60
|
|
@@ -76,8 +76,8 @@ module PureCloud
|
|
76
76
|
:'caller_address' => :'callerAddress',
|
77
77
|
:'receiver_address' => :'receiverAddress',
|
78
78
|
:'thumbnails' => :'thumbnails',
|
79
|
-
:'sharing_uri' => :'sharingUri',
|
80
79
|
:'download_sharing_uri' => :'downloadSharingUri',
|
80
|
+
:'sharing_uri' => :'sharingUri',
|
81
81
|
:'self_uri' => :'selfUri'
|
82
82
|
}
|
83
83
|
end
|
@@ -100,8 +100,8 @@ module PureCloud
|
|
100
100
|
:'caller_address' => :'String',
|
101
101
|
:'receiver_address' => :'String',
|
102
102
|
:'thumbnails' => :'Array<DocumentThumbnail>',
|
103
|
-
:'sharing_uri' => :'String',
|
104
103
|
:'download_sharing_uri' => :'String',
|
104
|
+
:'sharing_uri' => :'String',
|
105
105
|
:'self_uri' => :'String'
|
106
106
|
}
|
107
107
|
end
|
@@ -176,14 +176,14 @@ module PureCloud
|
|
176
176
|
end
|
177
177
|
end
|
178
178
|
|
179
|
-
if attributes.has_key?(:'sharingUri')
|
180
|
-
self.sharing_uri = attributes[:'sharingUri']
|
181
|
-
end
|
182
|
-
|
183
179
|
if attributes.has_key?(:'downloadSharingUri')
|
184
180
|
self.download_sharing_uri = attributes[:'downloadSharingUri']
|
185
181
|
end
|
186
182
|
|
183
|
+
if attributes.has_key?(:'sharingUri')
|
184
|
+
self.sharing_uri = attributes[:'sharingUri']
|
185
|
+
end
|
186
|
+
|
187
187
|
if attributes.has_key?(:'selfUri')
|
188
188
|
self.self_uri = attributes[:'selfUri']
|
189
189
|
end
|
@@ -222,8 +222,8 @@ module PureCloud
|
|
222
222
|
caller_address == o.caller_address &&
|
223
223
|
receiver_address == o.receiver_address &&
|
224
224
|
thumbnails == o.thumbnails &&
|
225
|
-
sharing_uri == o.sharing_uri &&
|
226
225
|
download_sharing_uri == o.download_sharing_uri &&
|
226
|
+
sharing_uri == o.sharing_uri &&
|
227
227
|
self_uri == o.self_uri
|
228
228
|
end
|
229
229
|
|
@@ -236,7 +236,7 @@ module PureCloud
|
|
236
236
|
# Calculates hash code according to all attributes.
|
237
237
|
# @return [Fixnum] Hash code
|
238
238
|
def hash
|
239
|
-
[id, name, date_created, date_modified, content_uri, workspace, created_by, content_type, content_length, filename, read, page_count, caller_address, receiver_address, thumbnails,
|
239
|
+
[id, name, date_created, date_modified, content_uri, workspace, created_by, content_type, content_length, filename, read, page_count, caller_address, receiver_address, thumbnails, download_sharing_uri, sharing_uri, self_uri].hash
|
240
240
|
end
|
241
241
|
|
242
242
|
# build the object from hash
|
@@ -27,10 +27,10 @@ module PureCloud
|
|
27
27
|
|
28
28
|
attr_accessor :certificate
|
29
29
|
|
30
|
-
attr_accessor :issuer_uri
|
31
|
-
|
32
30
|
attr_accessor :sso_target_uri
|
33
31
|
|
32
|
+
attr_accessor :issuer_uri
|
33
|
+
|
34
34
|
attr_accessor :disabled
|
35
35
|
|
36
36
|
# The URI for this object
|
@@ -43,8 +43,8 @@ module PureCloud
|
|
43
43
|
:'name' => :'name',
|
44
44
|
:'relying_party_identifier' => :'relyingPartyIdentifier',
|
45
45
|
:'certificate' => :'certificate',
|
46
|
-
:'issuer_uri' => :'issuerURI',
|
47
46
|
:'sso_target_uri' => :'ssoTargetURI',
|
47
|
+
:'issuer_uri' => :'issuerURI',
|
48
48
|
:'disabled' => :'disabled',
|
49
49
|
:'self_uri' => :'selfUri'
|
50
50
|
}
|
@@ -57,8 +57,8 @@ module PureCloud
|
|
57
57
|
:'name' => :'String',
|
58
58
|
:'relying_party_identifier' => :'String',
|
59
59
|
:'certificate' => :'String',
|
60
|
-
:'issuer_uri' => :'String',
|
61
60
|
:'sso_target_uri' => :'String',
|
61
|
+
:'issuer_uri' => :'String',
|
62
62
|
:'disabled' => :'BOOLEAN',
|
63
63
|
:'self_uri' => :'String'
|
64
64
|
}
|
@@ -88,14 +88,14 @@ module PureCloud
|
|
88
88
|
self.certificate = attributes[:'certificate']
|
89
89
|
end
|
90
90
|
|
91
|
-
if attributes.has_key?(:'issuerURI')
|
92
|
-
self.issuer_uri = attributes[:'issuerURI']
|
93
|
-
end
|
94
|
-
|
95
91
|
if attributes.has_key?(:'ssoTargetURI')
|
96
92
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
97
93
|
end
|
98
94
|
|
95
|
+
if attributes.has_key?(:'issuerURI')
|
96
|
+
self.issuer_uri = attributes[:'issuerURI']
|
97
|
+
end
|
98
|
+
|
99
99
|
if attributes.has_key?(:'disabled')
|
100
100
|
self.disabled = attributes[:'disabled']
|
101
101
|
end
|
@@ -127,8 +127,8 @@ module PureCloud
|
|
127
127
|
name == o.name &&
|
128
128
|
relying_party_identifier == o.relying_party_identifier &&
|
129
129
|
certificate == o.certificate &&
|
130
|
-
issuer_uri == o.issuer_uri &&
|
131
130
|
sso_target_uri == o.sso_target_uri &&
|
131
|
+
issuer_uri == o.issuer_uri &&
|
132
132
|
disabled == o.disabled &&
|
133
133
|
self_uri == o.self_uri
|
134
134
|
end
|
@@ -142,7 +142,7 @@ module PureCloud
|
|
142
142
|
# Calculates hash code according to all attributes.
|
143
143
|
# @return [Fixnum] Hash code
|
144
144
|
def hash
|
145
|
-
[id, name, relying_party_identifier, certificate,
|
145
|
+
[id, name, relying_party_identifier, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
146
146
|
end
|
147
147
|
|
148
148
|
# build the object from hash
|
@@ -27,10 +27,10 @@ module PureCloud
|
|
27
27
|
|
28
28
|
attr_accessor :certificate
|
29
29
|
|
30
|
-
attr_accessor :issuer_uri
|
31
|
-
|
32
30
|
attr_accessor :sso_target_uri
|
33
31
|
|
32
|
+
attr_accessor :issuer_uri
|
33
|
+
|
34
34
|
attr_accessor :disabled
|
35
35
|
|
36
36
|
# The URI for this object
|
@@ -43,8 +43,8 @@ module PureCloud
|
|
43
43
|
:'name' => :'name',
|
44
44
|
:'relying_party_identifier' => :'relyingPartyIdentifier',
|
45
45
|
:'certificate' => :'certificate',
|
46
|
-
:'issuer_uri' => :'issuerURI',
|
47
46
|
:'sso_target_uri' => :'ssoTargetURI',
|
47
|
+
:'issuer_uri' => :'issuerURI',
|
48
48
|
:'disabled' => :'disabled',
|
49
49
|
:'self_uri' => :'selfUri'
|
50
50
|
}
|
@@ -57,8 +57,8 @@ module PureCloud
|
|
57
57
|
:'name' => :'String',
|
58
58
|
:'relying_party_identifier' => :'String',
|
59
59
|
:'certificate' => :'String',
|
60
|
-
:'issuer_uri' => :'String',
|
61
60
|
:'sso_target_uri' => :'String',
|
61
|
+
:'issuer_uri' => :'String',
|
62
62
|
:'disabled' => :'BOOLEAN',
|
63
63
|
:'self_uri' => :'String'
|
64
64
|
}
|
@@ -88,14 +88,14 @@ module PureCloud
|
|
88
88
|
self.certificate = attributes[:'certificate']
|
89
89
|
end
|
90
90
|
|
91
|
-
if attributes.has_key?(:'issuerURI')
|
92
|
-
self.issuer_uri = attributes[:'issuerURI']
|
93
|
-
end
|
94
|
-
|
95
91
|
if attributes.has_key?(:'ssoTargetURI')
|
96
92
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
97
93
|
end
|
98
94
|
|
95
|
+
if attributes.has_key?(:'issuerURI')
|
96
|
+
self.issuer_uri = attributes[:'issuerURI']
|
97
|
+
end
|
98
|
+
|
99
99
|
if attributes.has_key?(:'disabled')
|
100
100
|
self.disabled = attributes[:'disabled']
|
101
101
|
end
|
@@ -127,8 +127,8 @@ module PureCloud
|
|
127
127
|
name == o.name &&
|
128
128
|
relying_party_identifier == o.relying_party_identifier &&
|
129
129
|
certificate == o.certificate &&
|
130
|
-
issuer_uri == o.issuer_uri &&
|
131
130
|
sso_target_uri == o.sso_target_uri &&
|
131
|
+
issuer_uri == o.issuer_uri &&
|
132
132
|
disabled == o.disabled &&
|
133
133
|
self_uri == o.self_uri
|
134
134
|
end
|
@@ -142,7 +142,7 @@ module PureCloud
|
|
142
142
|
# Calculates hash code according to all attributes.
|
143
143
|
# @return [Fixnum] Hash code
|
144
144
|
def hash
|
145
|
-
[id, name, relying_party_identifier, certificate,
|
145
|
+
[id, name, relying_party_identifier, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
146
146
|
end
|
147
147
|
|
148
148
|
# build the object from hash
|
@@ -18,19 +18,19 @@ require 'date'
|
|
18
18
|
|
19
19
|
module PureCloud
|
20
20
|
class JsonNode
|
21
|
+
attr_accessor :array
|
22
|
+
|
23
|
+
attr_accessor :null
|
24
|
+
|
21
25
|
attr_accessor :node_type
|
22
26
|
|
23
27
|
attr_accessor :float
|
24
28
|
|
25
|
-
attr_accessor :object
|
26
|
-
|
27
29
|
attr_accessor :boolean
|
28
30
|
|
29
31
|
attr_accessor :number
|
30
32
|
|
31
|
-
attr_accessor :
|
32
|
-
|
33
|
-
attr_accessor :container_node
|
33
|
+
attr_accessor :object
|
34
34
|
|
35
35
|
attr_accessor :missing_node
|
36
36
|
|
@@ -56,20 +56,20 @@ module PureCloud
|
|
56
56
|
|
57
57
|
attr_accessor :binary
|
58
58
|
|
59
|
-
attr_accessor :
|
59
|
+
attr_accessor :value_node
|
60
60
|
|
61
|
-
attr_accessor :
|
61
|
+
attr_accessor :container_node
|
62
62
|
|
63
63
|
# Attribute mapping from ruby-style variable name to JSON key.
|
64
64
|
def self.attribute_map
|
65
65
|
{
|
66
|
+
:'array' => :'array',
|
67
|
+
:'null' => :'null',
|
66
68
|
:'node_type' => :'nodeType',
|
67
69
|
:'float' => :'float',
|
68
|
-
:'object' => :'object',
|
69
70
|
:'boolean' => :'boolean',
|
70
71
|
:'number' => :'number',
|
71
|
-
:'
|
72
|
-
:'container_node' => :'containerNode',
|
72
|
+
:'object' => :'object',
|
73
73
|
:'missing_node' => :'missingNode',
|
74
74
|
:'pojo' => :'pojo',
|
75
75
|
:'integral_number' => :'integralNumber',
|
@@ -82,21 +82,21 @@ module PureCloud
|
|
82
82
|
:'big_integer' => :'bigInteger',
|
83
83
|
:'textual' => :'textual',
|
84
84
|
:'binary' => :'binary',
|
85
|
-
:'
|
86
|
-
:'
|
85
|
+
:'value_node' => :'valueNode',
|
86
|
+
:'container_node' => :'containerNode'
|
87
87
|
}
|
88
88
|
end
|
89
89
|
|
90
90
|
# Attribute type mapping.
|
91
91
|
def self.swagger_types
|
92
92
|
{
|
93
|
+
:'array' => :'BOOLEAN',
|
94
|
+
:'null' => :'BOOLEAN',
|
93
95
|
:'node_type' => :'String',
|
94
96
|
:'float' => :'BOOLEAN',
|
95
|
-
:'object' => :'BOOLEAN',
|
96
97
|
:'boolean' => :'BOOLEAN',
|
97
98
|
:'number' => :'BOOLEAN',
|
98
|
-
:'
|
99
|
-
:'container_node' => :'BOOLEAN',
|
99
|
+
:'object' => :'BOOLEAN',
|
100
100
|
:'missing_node' => :'BOOLEAN',
|
101
101
|
:'pojo' => :'BOOLEAN',
|
102
102
|
:'integral_number' => :'BOOLEAN',
|
@@ -109,8 +109,8 @@ module PureCloud
|
|
109
109
|
:'big_integer' => :'BOOLEAN',
|
110
110
|
:'textual' => :'BOOLEAN',
|
111
111
|
:'binary' => :'BOOLEAN',
|
112
|
-
:'
|
113
|
-
:'
|
112
|
+
:'value_node' => :'BOOLEAN',
|
113
|
+
:'container_node' => :'BOOLEAN'
|
114
114
|
}
|
115
115
|
end
|
116
116
|
|
@@ -122,6 +122,14 @@ module PureCloud
|
|
122
122
|
# convert string to symbol for hash key
|
123
123
|
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
124
124
|
|
125
|
+
if attributes.has_key?(:'array')
|
126
|
+
self.array = attributes[:'array']
|
127
|
+
end
|
128
|
+
|
129
|
+
if attributes.has_key?(:'null')
|
130
|
+
self.null = attributes[:'null']
|
131
|
+
end
|
132
|
+
|
125
133
|
if attributes.has_key?(:'nodeType')
|
126
134
|
self.node_type = attributes[:'nodeType']
|
127
135
|
end
|
@@ -130,10 +138,6 @@ module PureCloud
|
|
130
138
|
self.float = attributes[:'float']
|
131
139
|
end
|
132
140
|
|
133
|
-
if attributes.has_key?(:'object')
|
134
|
-
self.object = attributes[:'object']
|
135
|
-
end
|
136
|
-
|
137
141
|
if attributes.has_key?(:'boolean')
|
138
142
|
self.boolean = attributes[:'boolean']
|
139
143
|
end
|
@@ -142,12 +146,8 @@ module PureCloud
|
|
142
146
|
self.number = attributes[:'number']
|
143
147
|
end
|
144
148
|
|
145
|
-
if attributes.has_key?(:'
|
146
|
-
self.
|
147
|
-
end
|
148
|
-
|
149
|
-
if attributes.has_key?(:'containerNode')
|
150
|
-
self.container_node = attributes[:'containerNode']
|
149
|
+
if attributes.has_key?(:'object')
|
150
|
+
self.object = attributes[:'object']
|
151
151
|
end
|
152
152
|
|
153
153
|
if attributes.has_key?(:'missingNode')
|
@@ -198,12 +198,12 @@ module PureCloud
|
|
198
198
|
self.binary = attributes[:'binary']
|
199
199
|
end
|
200
200
|
|
201
|
-
if attributes.has_key?(:'
|
202
|
-
self.
|
201
|
+
if attributes.has_key?(:'valueNode')
|
202
|
+
self.value_node = attributes[:'valueNode']
|
203
203
|
end
|
204
204
|
|
205
|
-
if attributes.has_key?(:'
|
206
|
-
self.
|
205
|
+
if attributes.has_key?(:'containerNode')
|
206
|
+
self.container_node = attributes[:'containerNode']
|
207
207
|
end
|
208
208
|
|
209
209
|
end
|
@@ -239,13 +239,13 @@ module PureCloud
|
|
239
239
|
def ==(o)
|
240
240
|
return true if self.equal?(o)
|
241
241
|
self.class == o.class &&
|
242
|
+
array == o.array &&
|
243
|
+
null == o.null &&
|
242
244
|
node_type == o.node_type &&
|
243
245
|
float == o.float &&
|
244
|
-
object == o.object &&
|
245
246
|
boolean == o.boolean &&
|
246
247
|
number == o.number &&
|
247
|
-
|
248
|
-
container_node == o.container_node &&
|
248
|
+
object == o.object &&
|
249
249
|
missing_node == o.missing_node &&
|
250
250
|
pojo == o.pojo &&
|
251
251
|
integral_number == o.integral_number &&
|
@@ -258,8 +258,8 @@ module PureCloud
|
|
258
258
|
big_integer == o.big_integer &&
|
259
259
|
textual == o.textual &&
|
260
260
|
binary == o.binary &&
|
261
|
-
|
262
|
-
|
261
|
+
value_node == o.value_node &&
|
262
|
+
container_node == o.container_node
|
263
263
|
end
|
264
264
|
|
265
265
|
# @see the `==` method
|
@@ -271,7 +271,7 @@ module PureCloud
|
|
271
271
|
# Calculates hash code according to all attributes.
|
272
272
|
# @return [Fixnum] Hash code
|
273
273
|
def hash
|
274
|
-
[node_type, float,
|
274
|
+
[array, null, node_type, float, boolean, number, object, missing_node, pojo, integral_number, floating_point_number, short, int, long, double, big_decimal, big_integer, textual, binary, value_node, container_node].hash
|
275
275
|
end
|
276
276
|
|
277
277
|
# build the object from hash
|
@@ -25,10 +25,10 @@ module PureCloud
|
|
25
25
|
|
26
26
|
attr_accessor :certificate
|
27
27
|
|
28
|
-
attr_accessor :issuer_uri
|
29
|
-
|
30
28
|
attr_accessor :sso_target_uri
|
31
29
|
|
30
|
+
attr_accessor :issuer_uri
|
31
|
+
|
32
32
|
attr_accessor :disabled
|
33
33
|
|
34
34
|
# The URI for this object
|
@@ -40,8 +40,8 @@ module PureCloud
|
|
40
40
|
:'id' => :'id',
|
41
41
|
:'name' => :'name',
|
42
42
|
:'certificate' => :'certificate',
|
43
|
-
:'issuer_uri' => :'issuerURI',
|
44
43
|
:'sso_target_uri' => :'ssoTargetURI',
|
44
|
+
:'issuer_uri' => :'issuerURI',
|
45
45
|
:'disabled' => :'disabled',
|
46
46
|
:'self_uri' => :'selfUri'
|
47
47
|
}
|
@@ -53,8 +53,8 @@ module PureCloud
|
|
53
53
|
:'id' => :'String',
|
54
54
|
:'name' => :'String',
|
55
55
|
:'certificate' => :'String',
|
56
|
-
:'issuer_uri' => :'String',
|
57
56
|
:'sso_target_uri' => :'String',
|
57
|
+
:'issuer_uri' => :'String',
|
58
58
|
:'disabled' => :'BOOLEAN',
|
59
59
|
:'self_uri' => :'String'
|
60
60
|
}
|
@@ -80,14 +80,14 @@ module PureCloud
|
|
80
80
|
self.certificate = attributes[:'certificate']
|
81
81
|
end
|
82
82
|
|
83
|
-
if attributes.has_key?(:'issuerURI')
|
84
|
-
self.issuer_uri = attributes[:'issuerURI']
|
85
|
-
end
|
86
|
-
|
87
83
|
if attributes.has_key?(:'ssoTargetURI')
|
88
84
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
89
85
|
end
|
90
86
|
|
87
|
+
if attributes.has_key?(:'issuerURI')
|
88
|
+
self.issuer_uri = attributes[:'issuerURI']
|
89
|
+
end
|
90
|
+
|
91
91
|
if attributes.has_key?(:'disabled')
|
92
92
|
self.disabled = attributes[:'disabled']
|
93
93
|
end
|
@@ -118,8 +118,8 @@ module PureCloud
|
|
118
118
|
id == o.id &&
|
119
119
|
name == o.name &&
|
120
120
|
certificate == o.certificate &&
|
121
|
-
issuer_uri == o.issuer_uri &&
|
122
121
|
sso_target_uri == o.sso_target_uri &&
|
122
|
+
issuer_uri == o.issuer_uri &&
|
123
123
|
disabled == o.disabled &&
|
124
124
|
self_uri == o.self_uri
|
125
125
|
end
|
@@ -133,7 +133,7 @@ module PureCloud
|
|
133
133
|
# Calculates hash code according to all attributes.
|
134
134
|
# @return [Fixnum] Hash code
|
135
135
|
def hash
|
136
|
-
[id, name, certificate,
|
136
|
+
[id, name, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
137
137
|
end
|
138
138
|
|
139
139
|
# build the object from hash
|
@@ -25,10 +25,10 @@ module PureCloud
|
|
25
25
|
|
26
26
|
attr_accessor :certificate
|
27
27
|
|
28
|
-
attr_accessor :issuer_uri
|
29
|
-
|
30
28
|
attr_accessor :sso_target_uri
|
31
29
|
|
30
|
+
attr_accessor :issuer_uri
|
31
|
+
|
32
32
|
attr_accessor :disabled
|
33
33
|
|
34
34
|
# The URI for this object
|
@@ -40,8 +40,8 @@ module PureCloud
|
|
40
40
|
:'id' => :'id',
|
41
41
|
:'name' => :'name',
|
42
42
|
:'certificate' => :'certificate',
|
43
|
-
:'issuer_uri' => :'issuerURI',
|
44
43
|
:'sso_target_uri' => :'ssoTargetURI',
|
44
|
+
:'issuer_uri' => :'issuerURI',
|
45
45
|
:'disabled' => :'disabled',
|
46
46
|
:'self_uri' => :'selfUri'
|
47
47
|
}
|
@@ -53,8 +53,8 @@ module PureCloud
|
|
53
53
|
:'id' => :'String',
|
54
54
|
:'name' => :'String',
|
55
55
|
:'certificate' => :'String',
|
56
|
-
:'issuer_uri' => :'String',
|
57
56
|
:'sso_target_uri' => :'String',
|
57
|
+
:'issuer_uri' => :'String',
|
58
58
|
:'disabled' => :'BOOLEAN',
|
59
59
|
:'self_uri' => :'String'
|
60
60
|
}
|
@@ -80,14 +80,14 @@ module PureCloud
|
|
80
80
|
self.certificate = attributes[:'certificate']
|
81
81
|
end
|
82
82
|
|
83
|
-
if attributes.has_key?(:'issuerURI')
|
84
|
-
self.issuer_uri = attributes[:'issuerURI']
|
85
|
-
end
|
86
|
-
|
87
83
|
if attributes.has_key?(:'ssoTargetURI')
|
88
84
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
89
85
|
end
|
90
86
|
|
87
|
+
if attributes.has_key?(:'issuerURI')
|
88
|
+
self.issuer_uri = attributes[:'issuerURI']
|
89
|
+
end
|
90
|
+
|
91
91
|
if attributes.has_key?(:'disabled')
|
92
92
|
self.disabled = attributes[:'disabled']
|
93
93
|
end
|
@@ -118,8 +118,8 @@ module PureCloud
|
|
118
118
|
id == o.id &&
|
119
119
|
name == o.name &&
|
120
120
|
certificate == o.certificate &&
|
121
|
-
issuer_uri == o.issuer_uri &&
|
122
121
|
sso_target_uri == o.sso_target_uri &&
|
122
|
+
issuer_uri == o.issuer_uri &&
|
123
123
|
disabled == o.disabled &&
|
124
124
|
self_uri == o.self_uri
|
125
125
|
end
|
@@ -133,7 +133,7 @@ module PureCloud
|
|
133
133
|
# Calculates hash code according to all attributes.
|
134
134
|
# @return [Fixnum] Hash code
|
135
135
|
def hash
|
136
|
-
[id, name, certificate,
|
136
|
+
[id, name, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
137
137
|
end
|
138
138
|
|
139
139
|
# build the object from hash
|
@@ -27,10 +27,10 @@ module PureCloud
|
|
27
27
|
|
28
28
|
attr_accessor :certificate
|
29
29
|
|
30
|
-
attr_accessor :issuer_uri
|
31
|
-
|
32
30
|
attr_accessor :sso_target_uri
|
33
31
|
|
32
|
+
attr_accessor :issuer_uri
|
33
|
+
|
34
34
|
attr_accessor :disabled
|
35
35
|
|
36
36
|
# The URI for this object
|
@@ -43,8 +43,8 @@ module PureCloud
|
|
43
43
|
:'name' => :'name',
|
44
44
|
:'relying_party_identifier' => :'relyingPartyIdentifier',
|
45
45
|
:'certificate' => :'certificate',
|
46
|
-
:'issuer_uri' => :'issuerURI',
|
47
46
|
:'sso_target_uri' => :'ssoTargetURI',
|
47
|
+
:'issuer_uri' => :'issuerURI',
|
48
48
|
:'disabled' => :'disabled',
|
49
49
|
:'self_uri' => :'selfUri'
|
50
50
|
}
|
@@ -57,8 +57,8 @@ module PureCloud
|
|
57
57
|
:'name' => :'String',
|
58
58
|
:'relying_party_identifier' => :'String',
|
59
59
|
:'certificate' => :'String',
|
60
|
-
:'issuer_uri' => :'String',
|
61
60
|
:'sso_target_uri' => :'String',
|
61
|
+
:'issuer_uri' => :'String',
|
62
62
|
:'disabled' => :'BOOLEAN',
|
63
63
|
:'self_uri' => :'String'
|
64
64
|
}
|
@@ -88,14 +88,14 @@ module PureCloud
|
|
88
88
|
self.certificate = attributes[:'certificate']
|
89
89
|
end
|
90
90
|
|
91
|
-
if attributes.has_key?(:'issuerURI')
|
92
|
-
self.issuer_uri = attributes[:'issuerURI']
|
93
|
-
end
|
94
|
-
|
95
91
|
if attributes.has_key?(:'ssoTargetURI')
|
96
92
|
self.sso_target_uri = attributes[:'ssoTargetURI']
|
97
93
|
end
|
98
94
|
|
95
|
+
if attributes.has_key?(:'issuerURI')
|
96
|
+
self.issuer_uri = attributes[:'issuerURI']
|
97
|
+
end
|
98
|
+
|
99
99
|
if attributes.has_key?(:'disabled')
|
100
100
|
self.disabled = attributes[:'disabled']
|
101
101
|
end
|
@@ -127,8 +127,8 @@ module PureCloud
|
|
127
127
|
name == o.name &&
|
128
128
|
relying_party_identifier == o.relying_party_identifier &&
|
129
129
|
certificate == o.certificate &&
|
130
|
-
issuer_uri == o.issuer_uri &&
|
131
130
|
sso_target_uri == o.sso_target_uri &&
|
131
|
+
issuer_uri == o.issuer_uri &&
|
132
132
|
disabled == o.disabled &&
|
133
133
|
self_uri == o.self_uri
|
134
134
|
end
|
@@ -142,7 +142,7 @@ module PureCloud
|
|
142
142
|
# Calculates hash code according to all attributes.
|
143
143
|
# @return [Fixnum] Hash code
|
144
144
|
def hash
|
145
|
-
[id, name, relying_party_identifier, certificate,
|
145
|
+
[id, name, relying_party_identifier, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
146
146
|
end
|
147
147
|
|
148
148
|
# build the object from hash
|