UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

57 lines (49 loc) 4.12 kB
# CreateOrganizationOnboardingPortalLinkBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **apple_mapper_url** | **string** | AppleMapper specifies the JSONNet code snippet which uses Apple\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **auth0_mapper_url** | **string** | Auth0Mapper specifies the JSONNet code snippet which uses Auth0\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **custom_hostname_id** | **string** | | [optional] [default to undefined] **enable_scim** | **boolean** | Feature flag to enable SCIM configuration | [default to undefined] **enable_sso** | **boolean** | Feature flag to enable SSO configuration | [default to undefined] **expires_at** | **string** | | [optional] [default to undefined] **facebook_mapper_url** | **string** | FacebookMapper specifies the JSONNet code snippet which uses Facebook\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **generic_oidc_mapper_url** | **string** | GenericOIDCMapper specifies the JSONNet code snippet which uses the OIDC Provider\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **github_mapper_url** | **string** | GithubMapper specifies the JSONNet code snippet which uses GitHub\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **gitlab_mapper_url** | **string** | GitLabMapper specifies the JSONNet code snippet which uses GitLab\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **google_mapper_url** | **string** | GoogleMapper specifies the JSONNet code snippet which uses Google\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **microsoft_mapper_url** | **string** | MicrosoftMapper specifies the JSONNet code snippet which uses Microsoft\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **netid_mapper_url** | **string** | NetIDMapper specifies the JSONNet code snippet which uses NetID\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **proxy_acs_url** | **string** | Proxy ACS URL if overriding with a customer-controlled URL | [optional] [default to undefined] **proxy_oidc_redirect_url** | **string** | Proxy OIDC Redirect URL if overriding with a customer-controlled URL | [optional] [default to undefined] **proxy_saml_audience_override** | **string** | SAML Audience Override if overriding with a customer-controlled one | [optional] [default to undefined] **proxy_scim_server_url** | **string** | Proxy SCIM Server URL if overriding with a customer-controlled URL | [optional] [default to undefined] **saml_mapper_url** | **string** | SAMLMapper specifies the JSONNet code snippet which uses the SAML Provider\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] **scim_mapper_url** | **string** | SCIMMapper specifies the JSONNet code snippet which uses the SCIM Provider\'s profile information to hydrate the identity\'s data. | [optional] [default to undefined] ## Example ```typescript import { CreateOrganizationOnboardingPortalLinkBody } from '@ory/client'; const instance: CreateOrganizationOnboardingPortalLinkBody = { apple_mapper_url, auth0_mapper_url, custom_hostname_id, enable_scim, enable_sso, expires_at, facebook_mapper_url, generic_oidc_mapper_url, github_mapper_url, gitlab_mapper_url, google_mapper_url, microsoft_mapper_url, netid_mapper_url, proxy_acs_url, proxy_oidc_redirect_url, proxy_saml_audience_override, proxy_scim_server_url, saml_mapper_url, scim_mapper_url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)