Class: Auth0::Types::ConnectionDecryptionKeySAML
- Inherits:
-
Internal::Types::Model
- Object
- Internal::Types::Model
- Auth0::Types::ConnectionDecryptionKeySAML
- Extended by:
- Internal::Types::Union
- Defined in:
- lib/auth0/types/connection_decryption_key_saml.rb
Overview
Private key used to decrypt encrypted SAML Assertions received from the identity provider. Required when the identity provider encrypts assertions for enhanced security. Can be a string (PEM) or an object with key-value pairs.
Method Summary
Methods included from Internal::Types::Union
coerce, discriminant, load, member, members, type_member?
Methods included from Internal::Types::Type
Methods included from Internal::JSON::Serializable
Methods inherited from Internal::Types::Model
#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h
Constructor Details
This class inherits a constructor from Auth0::Internal::Types::Model