- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ListSTSAccounts (0.06 seconds)
-
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():
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 76.5K bytes - Click Count (0)