File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2059,6 +2059,12 @@ components:
20592059 format : int64
20602060 description : The Subscription Id
20612061 readOnly : true
2062+ tokens :
2063+ type : object
2064+ additionalProperties :
2065+ $ref : ' #/components/schemas/Tokens'
2066+ description : Tokens associated with this account/graph.
2067+ readOnly : true
20622068 url :
20632069 type : string
20642070 description : The website URL
@@ -3812,6 +3818,19 @@ components:
38123818 type : string
38133819 description : The URLs
38143820 uniqueItems : true
3821+ Tokens :
3822+ type : object
3823+ description : The tokens to access a service
3824+ properties :
3825+ access_token :
3826+ type : string
3827+ description : The access token
3828+ readOnly : true
3829+ refresh_token :
3830+ type : string
3831+ description : The refresh token
3832+ readOnly : true
3833+ readOnly : true
38153834 UpdateAccountRequest :
38163835 type : object
38173836 properties :
You can’t perform that action at this time.
0 commit comments