orvanta-api 1.7.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SamlConfigRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**idp_metadata_url** | Option<**String**> | URL to fetch the IdP's SAML metadata from (fetched server-side, SSRF-guarded). Provide this or idp_metadata_xml. | [optional]
**idp_metadata_xml** | Option<**String**> | the IdP's SAML metadata XML, pasted directly. Provide this or idp_metadata_url. | [optional]
**name_id_format** | Option<**String**> |  | [optional]
**enabled** | **bool** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)