- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ListServiceAccounts (0.08 sec)
-
cmd/iam.go
return updatedAt, nil } // ListServiceAccounts - lists all service accounts associated to a specific user func (sys *IAMSys) ListServiceAccounts(ctx context.Context, accessKey string) ([]auth.Credentials, error) { if !sys.Initialized() { return nil, errServerNotInitialized } select { case <-sys.configLoaded: return sys.store.ListServiceAccounts(ctx, accessKey) case <-ctx.Done():
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0)