Sha256: 3418e94a8b5144ed37fd9fdfaf04176bef4f87f7f29228bc3c532ce03ba86a80

Contents?: true

Size: 1.78 KB

Versions: 137

Compression:

Stored size: 1.78 KB

Contents

# OryClient::NormalizedProjectRevisionIdentitySchema

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** | The Project's Revision Creation Date | [optional][readonly] |
| **id** | **String** | The unique ID of this entry. | [optional] |
| **identity_schema** | [**ManagedIdentitySchema**](ManagedIdentitySchema.md) |  | [optional] |
| **identity_schema_id** | **String** |  | [optional] |
| **import_id** | **String** | The imported (named) ID of the Identity Schema referenced in the Ory Kratos config. | [optional] |
| **import_url** | **String** | The ImportURL can be used to import an Identity Schema from a bse64 encoded string. In the future, this key also support HTTPS and other sources!  If you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.  The configuration will always return the import URL when you fetch it from the API. | [optional] |
| **is_default** | **Boolean** | If true sets the default schema for identities  Only one schema can ever be the default schema. If you try to add two schemas with default to true, the request will fail. | [optional] |
| **preset** | **String** | Use a preset instead of a custom identity schema. | [optional] |
| **project_revision_id** | **String** | The Revision's ID this schema belongs to | [optional] |
| **updated_at** | **Time** | Last Time Project's Revision was Updated | [optional][readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::NormalizedProjectRevisionIdentitySchema.new(
  created_at: null,
  id: null,
  identity_schema: null,
  identity_schema_id: null,
  import_id: null,
  import_url: base64://ey...,
  is_default: null,
  preset: null,
  project_revision_id: null,
  updated_at: null
)
```

Version data entries

137 entries across 137 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha45 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha44 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha43 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha42 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha41 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha40 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha39 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha38 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha37 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha36 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha35 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha34 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha33 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha32 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha31 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha30 docs/NormalizedProjectRevisionIdentitySchema.md
ory-client-0.2.0.alpha29 docs/NormalizedProjectRevisionIdentitySchema.md