()
| 275 | } |
| 276 | |
| 277 | func (x *UserProfile) GetLastLoginWorkspace() string { |
| 278 | if x != nil { |
| 279 | return x.LastLoginWorkspace |
| 280 | } |
| 281 | return "" |
| 282 | } |
| 283 | |
| 284 | // WorkloadIdentityConfig stores OIDC configuration for workload identity. |
| 285 | type WorkloadIdentityConfig struct { |
no outgoing calls
no test coverage detected