File tree Expand file tree Collapse file tree
services/service-account/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 244244 "description" : " Service account id" ,
245245 "format" : " uuid" ,
246246 "type" : " string"
247+ },
248+ "tokenEndpoint" : {
249+ "description" : " Endpoint used to obtain access tokens for the service account." ,
250+ "type" : " string"
247251 }
248252 },
249253 "required" : [
250254 " kid" ,
251255 " iss" ,
252256 " sub" ,
253- " aud"
257+ " aud" ,
258+ " tokenEndpoint"
254259 ],
255260 "type" : " object"
256261 },
827832 "projectId" : {
828833 "description" : " ID of the related project" ,
829834 "type" : " string"
830- },
831- "tokenEndpoint" : {
832- "description" : " Endpoint used to obtain access tokens for the service account" ,
833- "type" : " string"
834835 }
835836 },
836837 "required" : [
837838 " id" ,
838839 " email" ,
839840 " projectId" ,
840- " internal" ,
841- " tokenEndpoint"
841+ " internal"
842842 ],
843843 "title" : " ServiceAccount" ,
844844 "type" : " object"
You can’t perform that action at this time.
0 commit comments