You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: open-api/rest-catalog-open-api.py
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -467,6 +467,14 @@ class AssertViewUUID(BaseModel):
467
467
uuid: str
468
468
469
469
470
+
classStorageCredential(BaseModel):
471
+
prefix: str=Field(
472
+
...,
473
+
description='Indicates a storage location prefix where the credential is relevant. Clients should choose the most specific prefix (by selecting the longest prefix) if several credentials of the same type are available.',
0 commit comments