|
4 | 4 |
|
5 | 5 | Name | Type | Description | Notes |
6 | 6 | ------------ | ------------- | ------------- | ------------- |
| 7 | +**apple_mapper_url** | Option<**String**> | AppleMapper specifies the JSONNet code snippet which uses Apple's profile information to hydrate the identity's data. | [optional] |
| 8 | +**auth0_mapper_url** | Option<**String**> | Auth0Mapper specifies the JSONNet code snippet which uses Auth0's profile information to hydrate the identity's data. | [optional] |
7 | 9 | **base_url** | **String** | | |
| 10 | +**facebook_mapper_url** | Option<**String**> | FacebookMapper specifies the JSONNet code snippet which uses Facebook's profile information to hydrate the identity's data. | [optional] |
| 11 | +**generic_oidc_mapper_url** | Option<**String**> | GenericOIDCMapper specifies the JSONNet code snippet which uses the OIDC Provider's profile information to hydrate the identity's data. | [optional] |
| 12 | +**github_mapper_url** | Option<**String**> | GithubMapper specifies the JSONNet code snippet which uses GitHub's profile information to hydrate the identity's data. | [optional] |
| 13 | +**gitlab_mapper_url** | Option<**String**> | GitLabMapper specifies the JSONNet code snippet which uses GitLab's profile information to hydrate the identity's data. | [optional] |
| 14 | +**google_mapper_url** | Option<**String**> | GoogleMapper specifies the JSONNet code snippet which uses Google's profile information to hydrate the identity's data. | [optional] |
8 | 15 | **kratos_selfservice_methods_oidc_config_providers** | [**Vec<models::NormalizedProjectRevisionThirdPartyProvider>**](normalizedProjectRevisionThirdPartyProvider.md) | | |
9 | 16 | **kratos_selfservice_methods_saml_config_providers** | [**Vec<models::NormalizedProjectRevisionSamlProvider>**](normalizedProjectRevisionSAMLProvider.md) | | |
| 17 | +**microsoft_mapper_url** | Option<**String**> | MicrosoftMapper specifies the JSONNet code snippet which uses Microsoft's profile information to hydrate the identity's data. | [optional] |
| 18 | +**netid_mapper_url** | Option<**String**> | NetIDMapper specifies the JSONNet code snippet which uses NetID's profile information to hydrate the identity's data. | [optional] |
| 19 | +**oidc_sso_enabled** | Option<**bool**> | | [optional] |
10 | 20 | **organization_id** | **String** | | |
11 | 21 | **organization_label** | Option<**String**> | Organization Label | [optional] |
12 | 22 | **proxy_acs_url** | Option<**String**> | Proxy ACS URL if overriding with a customer-controlled URL | [optional] |
13 | 23 | **proxy_oidc_redirect_url** | Option<**String**> | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional] |
14 | 24 | **proxy_saml_audience_override** | Option<**String**> | SAML Audience Override if overriding with a customer-controlled one | [optional] |
15 | 25 | **proxy_scim_server_url** | Option<**String**> | Proxy SCIM Server URL if overriding with a customer-controlled URL | [optional] |
16 | 26 | **revision_id** | **String** | | |
| 27 | +**saml_mapper_url** | Option<**String**> | SAMLMapper specifies the JSONNet code snippet which uses the SAML Provider's profile information to hydrate the identity's data. | [optional] |
| 28 | +**saml_sso_enabled** | Option<**bool**> | | [optional] |
17 | 29 | **scim_clients** | [**Vec<models::NormalizedProjectRevisionScimClient>**](normalizedProjectRevisionScimClient.md) | | |
18 | 30 | **scim_enabled** | **bool** | | |
| 31 | +**scim_mapper_url** | Option<**String**> | SCIMMapper specifies the JSONNet code snippet which uses the SCIM Provider's profile information to hydrate the identity's data. | [optional] |
19 | 32 | **sso_enabled** | **bool** | | |
20 | 33 |
|
21 | 34 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
|
0 commit comments