(orgApid string)
| 307 | } |
| 308 | |
| 309 | func getOrgRealmsPath(orgApid string) string { |
| 310 | return "/orgs/" + url.QueryEscape(orgApid) + "/realms" |
| 311 | } |
| 312 | |
| 313 | func (s *Session) GetOrgRealms(ctx context.Context, orgApid string) ([]Realm, error) { |
| 314 | var realms Realms |