Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 880 Bytes

AdminUpdateIdentityBody.md

File metadata and controls

17 lines (12 loc) · 880 Bytes

kratos_api_dart.model.AdminUpdateIdentityBody

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. If set will update the Identity's SchemaID. [optional]
state IdentityState
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_id.

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