Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 837 Bytes

AdminCreateIdentityBody.md

File metadata and controls

17 lines (12 loc) · 837 Bytes

kratos_api_dart.model.AdminCreateIdentityBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
schemaId String SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.
state IdentityState [optional]
traits JsonObject Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in schema_url.

[Back to Model list] [Back to API list] [Back to README]