ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
ServiceAccount
Interface ServiceAccount
Represents Google Service Account configuration.
interface
ServiceAccount
{
scopes
?:
string
[]
;
serviceAccountCredential
?:
ServiceAccountCredential
;
useDefaultCredential
?:
boolean
;
}
Properties
Optional
scopes
scopes
?:
string
[]
Optional
service
Account
Credential
serviceAccountCredential
?:
ServiceAccountCredential
Optional
use
Default
Credential
useDefaultCredential
?:
boolean
Properties
scopes
service
Account
Credential
use
Default
Credential
ADK for TypeScript: API Reference
Loading...
Represents Google Service Account configuration.