- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getGroupInfoPath (0.07 sec)
-
cmd/iam-store.go
// Nothing to do. return nil } bootstrapTraceMsg("Write IAM format file") // Save iam format to version 1. return store.saveIAMConfig(ctx, newIAMFormatVersion1(), path) } func getGroupInfoPath(group string) string { return pathJoin(iamConfigGroupsPrefix, group, iamGroupMembersFile) } func getPolicyDocPath(name string) string { return pathJoin(iamConfigPoliciesPrefix, name, iamPolicyFile) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0)