File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 132132 ],
133133 "description" : " Status of the an auth connection."
134134 },
135+ {
136+ "name" : " authType" ,
137+ "type" : " string" ,
138+ "allowedValues" : [
139+ " PKCE" ,
140+ " DeviceCode" ,
141+ " IAM" ,
142+ " Unknown"
143+ ],
144+ "description" : " The type of auth flow used for signing in"
145+ },
135146 {
136147 "name" : " awsAccount" ,
137148 "type" : " string" ,
17261737 "name" : " xrayEnabled" ,
17271738 "type" : " boolean" ,
17281739 "description" : " Whether or not AWS X-Ray is enabled"
1729- },
1730- {
1731- "name" : " authType" ,
1732- "type" : " string" ,
1733- "allowedValues" : [
1734- " PKCE" ,
1735- " DeviceCode" ,
1736- " IAM" ,
1737- " Unknown"
1738- ],
1739- "description" : " The type of auth flow used for signing in"
17401740 }
17411741 ],
17421742 "metrics" : [
28242824 "name" : " aws_loginWithBrowser" ,
28252825 "description" : " Extension navigated the user to a web browser to perform/complete the login process." ,
28262826 "metadata" : [
2827+ {
2828+ "type" : " authType" ,
2829+ "required" : false
2830+ },
28272831 {
28282832 "type" : " credentialSourceId" ,
28292833 "required" : false
28572861 {
28582862 "type" : " ssoRegistrationExpiresAt" ,
28592863 "required" : false
2860- },
2861- {
2862- "type" : " authType" ,
2863- "required" : false
28642864 }
28652865 ]
28662866 },
You can’t perform that action at this time.
0 commit comments