Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.01 KB

Auth0UserMetadata.md

File metadata and controls

21 lines (16 loc) · 1.01 KB

core_openapi.model.Auth0UserMetadata

Load the model package

import 'package:pieces_os_client/api.dart';

Properties

Name Type Description Notes
schema EmbeddedModelSchema [optional]
globalId String
cloudKey String [optional]
stripeCustomerId String A customer ID that is added to the user in the case of payments [optional]
vanityname String this is the vanityname of the user.(set from their custom CNAME dns record.) ie mark.pieces.cloud where "mark" is the vanityname. [optional]
allocation Auth0UserAllocationMetadata [optional]
openAI Auth0OpenAIUserMetadata [optional]

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