Method: Akeyless::SAMLAccessRules.attribute_map
- Defined in:
- lib/akeyless/models/saml_access_rules.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 |
# File 'lib/akeyless/models/saml_access_rules.rb', line 34 def self.attribute_map { :'allowed_redirect_uris' => :'allowed_redirect_URIs', :'bound_attributes' => :'bound_attributes', :'idp_metadata_url' => :'idp_metadata_url', :'idp_metadata_xml' => :'idp_metadata_xml', :'unique_identifier' => :'unique_identifier' } end |