Method: PureCloud::PingIdentity.attribute_map
- Defined in:
- lib/purecloudplatformclientv2/models/ping_identity.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/purecloudplatformclientv2/models/ping_identity.rb', line 40 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'relying_party_identifier' => :'relyingPartyIdentifier', :'certificate' => :'certificate', :'issuer_uri' => :'issuerURI', :'sso_target_uri' => :'ssoTargetURI', :'disabled' => :'disabled', :'self_uri' => :'selfUri' } end |