Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 6.31 KB

File metadata and controls

21 lines (18 loc) · 6.31 KB

LinkedAccount

Fields

Field Type Required Description Example
id string ✔️ N/A
provider string ✔️ N/A
providerName ?string N/A
status Components\Status ✔️ N/A
statusReasons array<Components\StatusReason> N/A
originOwnerId string ✔️ N/A
originOwnerName string ✔️ N/A
originUsername ?string N/A
credentials ?Components\Credentials N/A
setupInformation array<string, mixed> N/A
label ?string N/A
createdAt \DateTime ✔️ N/A
updatedAt \DateTime ✔️ N/A
type ?Components\LinkedAccountType The account type [
"PRODUCTION",
"TEST"
]