@truenas/api-client
GitHub
Preparing search index...
v25_10_0
OneDriveCredentialsModel
Interface OneDriveCredentialsModel
interface
OneDriveCredentialsModel
{
client_id
?:
string
;
client_secret
?:
string
;
drive_id
:
string
;
drive_type
:
"PERSONAL"
|
"BUSINESS"
|
"DOCUMENT_LIBRARY"
;
token
:
string
;
type
:
"ONEDRIVE"
;
}
Index
Properties
client_
id?
client_
secret?
drive_
id
drive_
type
token
type
Properties
Optional
client_
id
client_id
?:
string
Optional
client_
secret
client_secret
?:
string
drive_
id
drive_id
:
string
drive_
type
drive_type
:
"PERSONAL"
|
"BUSINESS"
|
"DOCUMENT_LIBRARY"
token
token
:
string
type
type
:
"ONEDRIVE"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
id
client_
secret
drive_
id
drive_
type
token
type
GitHub
@truenas/api-client
Loading...