FeatureUrls
The URLs for various features.
type FeatureUrls {
docsUrl: URL!
oidcAuthorityUrl: URL
portalUrl: URL!
}
Fields
FeatureUrls.docsUrl
● URL!
non-null scalar
URL of the documentation website
FeatureUrls.oidcAuthorityUrl
● URL
scalar
URL of the OIDC authority (when enabled)
FeatureUrls.portalUrl
● URL!
non-null scalar
URL of the portal
Member Of
Discovery
object