We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc409d8 commit ce0475bCopy full SHA for ce0475b
1 file changed
databricks/sdk/oauth.py
@@ -37,7 +37,7 @@ class AuthorizationDetail:
37
type: str
38
object_type: str
39
object_path: str
40
- actions: list[str]
+ actions: List[str]
41
42
def as_dict(self) -> dict:
43
return {
0 commit comments