Connections retrieves connections enabled for an organization. See: https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections
(ctx context.Context, id string, opts ...management.RequestOption)
| 48 | // |
| 49 | // See: https://auth0.com/docs/api/management/v2/#!/Organizations/get_enabled_connections |
| 50 | Connections(ctx context.Context, id string, opts ...management.RequestOption) (c *management.OrganizationConnectionList, err error) |
| 51 | |
| 52 | // DiscoveryDomains retrieves the discovery domains for an organization. |
| 53 | DiscoveryDomains(ctx context.Context, id string, opts ...management.RequestOption) (d *management.DiscoveryDomainList, err error) |
no outgoing calls