Type alias SerializedAccountEntity
SerializedAccountEntity: {
authority_type: string;
client_info?: string;
environment: string;
home_account_id: string;
last_modification_app?: string;
last_modification_time?: string;
local_account_id: string;
name?: string;
realm: string;
tenantProfiles?: string[];
username: string;
}
Type declaration
-
authority_type: string
-
Optional
client_info?: string
-
environment: string
-
home_account_id: string
-
Optional
last_modification_app?: string
-
Optional
last_modification_time?: string
-
local_account_id: string
-
Optional
name?: string
-
realm: string
-
Optional
tenantProfiles?: string[]
-
username: string
Account type