@ory/client
Version:
OpenAPI client for @ory/client
71 lines (63 loc) • 4.99 kB
Markdown
# OnboardingPortalOrganization
## 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]
**base_url** | **string** | | [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]
**kratos_selfservice_methods_oidc_config_providers** | [**Array<NormalizedProjectRevisionThirdPartyProvider>**](NormalizedProjectRevisionThirdPartyProvider.md) | | [default to undefined]
**kratos_selfservice_methods_saml_config_providers** | [**Array<NormalizedProjectRevisionSAMLProvider>**](NormalizedProjectRevisionSAMLProvider.md) | | [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]
**oidc_sso_enabled** | **boolean** | | [optional] [default to undefined]
**organization_id** | **string** | | [default to undefined]
**organization_label** | **string** | Organization Label | [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]
**revision_id** | **string** | | [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]
**saml_sso_enabled** | **boolean** | | [optional] [default to undefined]
**scim_clients** | [**Array<NormalizedProjectRevisionScimClient>**](NormalizedProjectRevisionScimClient.md) | | [default to undefined]
**scim_enabled** | **boolean** | | [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]
**sso_enabled** | **boolean** | | [default to undefined]
## Example
```typescript
import { OnboardingPortalOrganization } from '@ory/client';
const instance: OnboardingPortalOrganization = {
apple_mapper_url,
auth0_mapper_url,
base_url,
facebook_mapper_url,
generic_oidc_mapper_url,
github_mapper_url,
gitlab_mapper_url,
google_mapper_url,
kratos_selfservice_methods_oidc_config_providers,
kratos_selfservice_methods_saml_config_providers,
microsoft_mapper_url,
netid_mapper_url,
oidc_sso_enabled,
organization_id,
organization_label,
proxy_acs_url,
proxy_oidc_redirect_url,
proxy_saml_audience_override,
proxy_scim_server_url,
revision_id,
saml_mapper_url,
saml_sso_enabled,
scim_clients,
scim_enabled,
scim_mapper_url,
sso_enabled,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)