- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ListSTSAccounts (0.05 sec)
-
cmd/iam.go
return nil, ctx.Err() } } // ListSTSAccounts - lists all STS accounts associated to a specific user func (sys *IAMSys) ListSTSAccounts(ctx context.Context, accessKey string) ([]auth.Credentials, error) { if !sys.Initialized() { return nil, errServerNotInitialized } select { case <-sys.configLoaded: return sys.store.ListSTSAccounts(ctx, accessKey) case <-ctx.Done():
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 76.5K bytes - Viewed (0)