docs/interfaces/management.Management.ConnectedAccount.html
interface ConnectedAccount {
id: string;
connection: string;
connection_id: string;
strategy: string;
access_type: "offline";
scopes?: string[];
created_at: string;
expires_at?: string;
organization_id?: string;
}
idconnectionconnection_idstrategyaccess_typescopes?created_atexpires_at?organization_id?
id: string
The unique identifier for the connected account.
connection: string
The name of the connection associated with the account.
connection_id: string
The unique identifier of the connection associated with the account.
strategy: string
The authentication strategy used by the connection.
access_type: "offline"
Optionalscopesscopes?: string[]
The scopes granted for this connected account.
created_at: string
ISO 8601 timestamp when the connected account was created.
Optionalexpires_atexpires_at?: string
ISO 8601 timestamp when the connected account expires.
Optionalorganization_idorganization_id?: string
The identifier of the organization associated with the connected account.
Member Visibility
ThemeOSLightDark
Properties idconnectionconnection_idstrategyaccess_typescopescreated_atexpires_atorganization_id