Class: DatadogAPIClient::V2::IdPMetadataFormData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IdPMetadataFormData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/idp_metadata_form_data.rb
Overview
The form data submitted to upload IdP metadata
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#idp_file ⇒ Object
The IdP metadata XML file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/idp_metadata_form_data.rb', line 27 def additional_properties @additional_properties end |
#idp_file ⇒ Object
The IdP metadata XML file
25 26 27 |
# File 'lib/datadog_api_client/v2/models/idp_metadata_form_data.rb', line 25 def idp_file @idp_file end |