Class Organization

java.lang.Object
com.strongdm.api.Organization

public class Organization extends Object
  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • getAuthProvider

      public String getAuthProvider()
      The Organization's authentication provider.
    • setAuthProvider

      public void setAuthProvider(String in)
      The Organization's authentication provider.
    • getCreatedAt

      public Date getCreatedAt()
      The time at which the Organization was created.
    • setCreatedAt

      public void setCreatedAt(Date in)
      The time at which the Organization was created.
    • getIdleTimeout

      public Duration getIdleTimeout()
      The Organization's idle timeout, if enabled.
    • setIdleTimeout

      public void setIdleTimeout(Duration in)
      The Organization's idle timeout, if enabled.
    • getIdleTimeoutEnabled

      public boolean getIdleTimeoutEnabled()
      Indicates if the Organization has idle timeouts enabled.
    • setIdleTimeoutEnabled

      public void setIdleTimeoutEnabled(boolean in)
      Indicates if the Organization has idle timeouts enabled.
    • getKind

      public String getKind()
      The Organization's type.
    • setKind

      public void setKind(String in)
      The Organization's type.
    • getLogLocalEncoder

      public String getLogLocalEncoder()
      The Organization's local log encryption encoder.
    • setLogLocalEncoder

      public void setLogLocalEncoder(String in)
      The Organization's local log encryption encoder.
    • getLogLocalFormat

      public String getLogLocalFormat()
      The Organization's local log format.
    • setLogLocalFormat

      public void setLogLocalFormat(String in)
      The Organization's local log format.
    • getLogLocalStorage

      public String getLogLocalStorage()
      The Organization's local log storage.
    • setLogLocalStorage

      public void setLogLocalStorage(String in)
      The Organization's local log storage.
    • getLogRemoteEncoder

      public String getLogRemoteEncoder()
      The Organization's remote log encryption encoder.
    • setLogRemoteEncoder

      public void setLogRemoteEncoder(String in)
      The Organization's remote log encryption encoder.
    • getLogSocketPath

      public String getLogSocketPath()
      The Organization's socket path for Socket local log storage.
    • setLogSocketPath

      public void setLogSocketPath(String in)
      The Organization's socket path for Socket local log storage.
    • getLogTcpAddress

      public String getLogTcpAddress()
      The Organization's TCP address for TCP or Syslog local log storage.
    • setLogTcpAddress

      public void setLogTcpAddress(String in)
      The Organization's TCP address for TCP or Syslog local log storage.
    • getMfaEnabled

      public boolean getMfaEnabled()
      Indicates if the Organization has multi-factor authentication enabled.
    • setMfaEnabled

      public void setMfaEnabled(boolean in)
      Indicates if the Organization has multi-factor authentication enabled.
    • getMfaProvider

      public String getMfaProvider()
      The Organization's multi-factor authentication provider, if enabled.
    • setMfaProvider

      public void setMfaProvider(String in)
      The Organization's multi-factor authentication provider, if enabled.
    • getName

      public String getName()
      The Organization's name.
    • setName

      public void setName(String in)
      The Organization's name.
    • getRequireSecretStore

      public boolean getRequireSecretStore()
      Indicates if the Organization requires secret stores.
    • setRequireSecretStore

      public void setRequireSecretStore(boolean in)
      Indicates if the Organization requires secret stores.
    • getSamlMetadataUrl

      public String getSamlMetadataUrl()
      The Organization's URL for SAML metadata.
    • setSamlMetadataUrl

      public void setSamlMetadataUrl(String in)
      The Organization's URL for SAML metadata.
    • getScimProvider

      public String getScimProvider()
      The Organization's SCIM provider.
    • setScimProvider

      public void setScimProvider(String in)
      The Organization's SCIM provider.
    • getSensitiveLabel

      public String getSensitiveLabel()
      The Organization's label for sensitive resources.
    • setSensitiveLabel

      public void setSensitiveLabel(String in)
      The Organization's label for sensitive resources.
    • getSessionTimeout

      public Duration getSessionTimeout()
      The Organization's session timeout, if enabled.
    • setSessionTimeout

      public void setSessionTimeout(Duration in)
      The Organization's session timeout, if enabled.
    • getSessionTimeoutEnabled

      public boolean getSessionTimeoutEnabled()
      Indicates if the Organization has session timeouts enabled.
    • setSessionTimeoutEnabled

      public void setSessionTimeoutEnabled(boolean in)
      Indicates if the Organization has session timeouts enabled.
    • getSshCertificateAuthorityPublicKey

      public String getSshCertificateAuthorityPublicKey()
      The Organization's SSH certificate authority public key.
    • setSshCertificateAuthorityPublicKey

      public void setSshCertificateAuthorityPublicKey(String in)
      The Organization's SSH certificate authority public key.
    • getSshCertificateAuthorityUpdatedAt

      public Date getSshCertificateAuthorityUpdatedAt()
      The time at which the Organization's SSH certificate authority was last updated.
    • setSshCertificateAuthorityUpdatedAt

      public void setSshCertificateAuthorityUpdatedAt(Date in)
      The time at which the Organization's SSH certificate authority was last updated.
    • getUpdatedAt

      public Date getUpdatedAt()
      The time at which the Organization was last updated.
    • setUpdatedAt

      public void setUpdatedAt(Date in)
      The time at which the Organization was last updated.
    • getWebsitesSubdomain

      public String getWebsitesSubdomain()
      The Organization's web site domain.
    • setWebsitesSubdomain

      public void setWebsitesSubdomain(String in)
      The Organization's web site domain.