File tree Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Expand file tree Collapse file tree 1 file changed +48
-1
lines changed Original file line number Diff line number Diff line change 102
102
"type" : " int" ,
103
103
"description" : " Current number of authentication connections the user has"
104
104
},
105
+ {
106
+ "name" : " authEnabledConnections" ,
107
+ "type" : " string" ,
108
+ "description" : " Comma-delimited list of enabled auths."
109
+ },
110
+ {
111
+ "name" : " authScopes" ,
112
+ "type" : " string" ,
113
+ "description" : " Comma-delimited list of scopes that users has"
114
+ },
115
+ {
116
+ "name" : " authStatus" ,
117
+ "type" : " string" ,
118
+ "allowedValues" : [
119
+ " connected" ,
120
+ " notConnected" ,
121
+ " expired"
122
+ ],
123
+ "description" : " Status of the an auth connection."
124
+ },
105
125
{
106
126
"name" : " awsFiletype" ,
107
127
"type" : " string" ,
1893
1913
"type" : " attempts" ,
1894
1914
"required" : false
1895
1915
},
1916
+ {
1917
+ "type" : " authScopes" ,
1918
+ "required" : false
1919
+ },
1896
1920
{
1897
1921
"type" : " credentialSourceId"
1898
1922
},
1961
1985
}
1962
1986
]
1963
1987
},
1988
+ {
1989
+ "name" : " auth_userState" ,
1990
+ "description" : " The state of the user's authentication upon startup." ,
1991
+ "metadata" : [
1992
+ {
1993
+ "type" : " authEnabledConnections" ,
1994
+ "required" : true
1995
+ },
1996
+ {
1997
+ "type" : " authScopes" ,
1998
+ "required" : false
1999
+ },
2000
+ {
2001
+ "type" : " authStatus" ,
2002
+ "required" : true
2003
+ },
2004
+ {
2005
+ "type" : " source" ,
2006
+ "required" : true
2007
+ }
2008
+ ],
2009
+ "passive" : true
2010
+ },
1964
2011
{
1965
2012
"name" : " aws_copyArn" ,
1966
2013
"description" : " Copy the ARN of an AWS resource" ,
5866
5913
]
5867
5914
}
5868
5915
]
5869
- }
5916
+ }
You can’t perform that action at this time.
0 commit comments