Class ControlPanelGetOrgURLInfoResponse

java.lang.Object
com.strongdm.api.ControlPanelGetOrgURLInfoResponse

public class ControlPanelGetOrgURLInfoResponse extends Object
ControlPanelGetOrgURLInfoResponse represents the response containing organization URL configuration.
  • Constructor Details

    • ControlPanelGetOrgURLInfoResponse

      public ControlPanelGetOrgURLInfoResponse()
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
      The base URL of the organization, e.g. https://app.strongdm.com
    • setBaseUrl

      public void setBaseUrl(String in)
      The base URL of the organization, e.g. https://app.strongdm.com
    • getMeta

      public GetResponseMetadata getMeta()
      Reserved for future use.
    • setMeta

      public void setMeta(GetResponseMetadata in)
      Reserved for future use.
    • getOidcIssuerUrl

      public String getOidcIssuerUrl()
      The OIDC issuer URL for the organization, used for OIDC federation with cloud providers
    • setOidcIssuerUrl

      public void setOidcIssuerUrl(String in)
      The OIDC issuer URL for the organization, used for OIDC federation with cloud providers
    • getRateLimit

      public RateLimitMetadata getRateLimit()
      Rate limit information.
    • setRateLimit

      public void setRateLimit(RateLimitMetadata in)
      Rate limit information.
    • getSamlMetadataUrl

      public String getSamlMetadataUrl()
      The SAML metadata URL for the organization, used for SAML SSO configuration.
    • setSamlMetadataUrl

      public void setSamlMetadataUrl(String in)
      The SAML metadata URL for the organization, used for SAML SSO configuration.
    • getWebsitesSubdomain

      public String getWebsitesSubdomain()
      The organization's website subdomain, used to construct URLs.
    • setWebsitesSubdomain

      public void setWebsitesSubdomain(String in)
      The organization's website subdomain, used to construct URLs.