Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 7.25 KB

File metadata and controls

21 lines (18 loc) · 7.25 KB

LinkedAccount

Fields

Field Type Required Description Example
id String ✔️ N/A
provider String ✔️ N/A
providerName JsonNullable<String> N/A
status Status ✔️ N/A
statusReasons List<StatusReason> N/A
originOwnerId String ✔️ N/A
originOwnerName String ✔️ N/A
originUsername JsonNullable<String> N/A
credentials JsonNullable<Credentials> N/A
setupInformation Map<String, Object> N/A
label JsonNullable<String> N/A
createdAt OffsetDateTime ✔️ N/A
updatedAt OffsetDateTime ✔️ N/A
type JsonNullable<LinkedAccountType> The account type [
"PRODUCTION",
"TEST"
]