Package com.strongdm.api
Class ControlPanelGetOrgURLInfoResponse
java.lang.Object
com.strongdm.api.ControlPanelGetOrgURLInfoResponse
ControlPanelGetOrgURLInfoResponse represents the response containing
organization URL configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe base URL of the organization, e.g.getMeta()Reserved for future use.The OIDC issuer URL for the organization, used for OIDC federation with cloud providersRate limit information.The SAML metadata URL for the organization, used for SAML SSO configuration.The organization's website subdomain, used to construct URLs.voidsetBaseUrl(String in) The base URL of the organization, e.g.voidReserved for future use.voidThe OIDC issuer URL for the organization, used for OIDC federation with cloud providersvoidRate limit information.voidThe SAML metadata URL for the organization, used for SAML SSO configuration.voidThe organization's website subdomain, used to construct URLs.
-
Constructor Details
-
ControlPanelGetOrgURLInfoResponse
public ControlPanelGetOrgURLInfoResponse()
-
-
Method Details
-
getBaseUrl
The base URL of the organization, e.g. https://app.strongdm.com -
setBaseUrl
The base URL of the organization, e.g. https://app.strongdm.com -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getOidcIssuerUrl
The OIDC issuer URL for the organization, used for OIDC federation with cloud providers -
setOidcIssuerUrl
The OIDC issuer URL for the organization, used for OIDC federation with cloud providers -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getSamlMetadataUrl
The SAML metadata URL for the organization, used for SAML SSO configuration. -
setSamlMetadataUrl
The SAML metadata URL for the organization, used for SAML SSO configuration. -
getWebsitesSubdomain
The organization's website subdomain, used to construct URLs. -
setWebsitesSubdomain
The organization's website subdomain, used to construct URLs.
-