File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,16 @@ type WorkspaceOwner struct {
13
13
SSHPublicKey string `json:"ssh_public_key"`
14
14
// SSHPrivateKey is intentionally omitted for now, due to the security risk
15
15
// that exposing it poses.
16
- // SSHPrivateKey string `json:"ssh_private_key"`
17
- Groups []string `json:"groups"`
18
- SessionToken string `json:"session_token"`
19
- OIDCAccessToken string `json:"oidc_access_token"`
20
- LoginType string `json:"login_type"`
21
- RBACRoles []WorkspaceOwnerRBACRole `json:"rbac_roles"`
16
+ // SSHPrivateKey string `json:"ssh_private_key"`
17
+ Groups []string `json:"groups"`
18
+ // SessionToken is intentionally omitted for now, due to the security risk
19
+ // that exposing it poses.
20
+ // SessionToken string `json:"session_token"`
21
+ // OIDCAccessToken is intentionally omitted for now, due to the security risk
22
+ // that exposing it poses.
23
+ // OIDCAccessToken string `json:"oidc_access_token"`
24
+ LoginType string `json:"login_type"`
25
+ RBACRoles []WorkspaceOwnerRBACRole `json:"rbac_roles"`
22
26
}
23
27
24
28
type WorkspaceOwnerRBACRole struct {
You can’t perform that action at this time.
0 commit comments