- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ListSTSAccounts (0.16 sec)
-
cmd/admin-handlers-idp-ldap.go
// default to both listType = "" } var serviceAccounts []auth.Credentials var stsKeys []auth.Credentials if listType == "" || listType == "sts-only" { stsKeys, err = globalIAMSys.ListSTSAccounts(ctx, targetAccount) if err != nil { writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return } } if listType == "" || listType == "svcacc-only" {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Sep 21 11:35:40 UTC 2024 - 19.1K bytes - Viewed (0)