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 84e3d07 commit 279a09aCopy full SHA for 279a09a
contract-typespec/api/auth.tsp
@@ -28,7 +28,8 @@ model LoginForm {
28
}
29
30
model AuthenticationInfo {
31
- rbacEnabled: boolean; // true if role based access control is enabled and granular permission access is required
+ @doc("true if role based access control is enabled and granular permission access is required")
32
+ rbacEnabled: boolean;
33
userInfo?: UserInfo;
34
35
0 commit comments