Package com.strongdm.api
Class Organization
java.lang.Object
com.strongdm.api.Organization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Organization's authentication provider, one of the AuthProvider constants.The time at which the Organization was created.boolean
Indicates if the Organization has device trust enabled.The Organization's device trust provider, one of the DeviceTrustProvider constants.boolean
Deprecated.boolean
Indicates if the Organization enforces a single session per user for the CLI and AdminUI.The Organization's idle timeout, if enabled.boolean
Indicates if the Organization has idle timeouts enabled.getKind()
The Organization's type, one of the OrgKind constants.The Organization's logging settingsDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.The Organization's loopback range.boolean
Indicates if the Organization has multi-factor authentication enabled.The Organization's multi-factor authentication provider, one of the MFAProvider constants.getName()
The Organization's name.Deprecated.boolean
Indicates if the Organization requires secret stores.The Organization's URL for SAML metadata.The Organization's SCIM provider, one of the SCIMProvider constants.The Organization's label for sensitive resources.The Organization's session timeout, if enabled.boolean
Indicates if the Organization has session timeouts enabled.The Organization's SSH certificate authority public key.The time at which the Organization's SSH certificate authority was last updated.The time at which the Organization was last updated.The Organization's web site domain.void
The Organization's authentication provider, one of the AuthProvider constants.void
setCreatedAt
(Date in) The time at which the Organization was created.void
setDeviceTrustEnabled
(boolean in) Indicates if the Organization has device trust enabled.void
The Organization's device trust provider, one of the DeviceTrustProvider constants.void
setDiscardReplays
(boolean in) Deprecated.void
setEnforceSingleSession
(boolean in) Indicates if the Organization enforces a single session per user for the CLI and AdminUI.void
The Organization's idle timeout, if enabled.void
setIdleTimeoutEnabled
(boolean in) Indicates if the Organization has idle timeouts enabled.void
The Organization's type, one of the OrgKind constants.void
The Organization's logging settingsvoid
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
The Organization's loopback range.void
setMfaEnabled
(boolean in) Indicates if the Organization has multi-factor authentication enabled.void
setMfaProvider
(String in) The Organization's multi-factor authentication provider, one of the MFAProvider constants.void
The Organization's name.void
Deprecated.void
setRequireSecretStore
(boolean in) Indicates if the Organization requires secret stores.void
The Organization's URL for SAML metadata.void
The Organization's SCIM provider, one of the SCIMProvider constants.void
The Organization's label for sensitive resources.void
The Organization's session timeout, if enabled.void
setSessionTimeoutEnabled
(boolean in) Indicates if the Organization has session timeouts enabled.void
The Organization's SSH certificate authority public key.void
The time at which the Organization's SSH certificate authority was last updated.void
setUpdatedAt
(Date in) The time at which the Organization was last updated.void
The Organization's web site domain.
-
Constructor Details
-
Organization
public Organization()
-
-
Method Details
-
getAuthProvider
The Organization's authentication provider, one of the AuthProvider constants. -
setAuthProvider
The Organization's authentication provider, one of the AuthProvider constants. -
getCreatedAt
The time at which the Organization was created. -
setCreatedAt
The time at which the Organization was created. -
getDeviceTrustEnabled
public boolean getDeviceTrustEnabled()Indicates if the Organization has device trust enabled. -
setDeviceTrustEnabled
public void setDeviceTrustEnabled(boolean in) Indicates if the Organization has device trust enabled. -
getDeviceTrustProvider
The Organization's device trust provider, one of the DeviceTrustProvider constants. -
setDeviceTrustProvider
The Organization's device trust provider, one of the DeviceTrustProvider constants. -
getDiscardReplays
Deprecated.Indicates if the Organization should drop replay data for SSH, RDP, and K8s logs. Deprecated: use categories specific log_config.categories[].remote_discard_replays instead -
setDiscardReplays
Deprecated.Indicates if the Organization should drop replay data for SSH, RDP, and K8s logs. Deprecated: use categories specific log_config.categories[].remote_discard_replays instead -
getEnforceSingleSession
public boolean getEnforceSingleSession()Indicates if the Organization enforces a single session per user for the CLI and AdminUI. -
setEnforceSingleSession
public void setEnforceSingleSession(boolean in) Indicates if the Organization enforces a single session per user for the CLI and AdminUI. -
getIdleTimeout
The Organization's idle timeout, if enabled. -
setIdleTimeout
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
The Organization's type, one of the OrgKind constants. -
setKind
The Organization's type, one of the OrgKind constants. -
getLogConfig
The Organization's logging settings -
setLogConfig
The Organization's logging settings -
getLogLocalEncoder
Deprecated.The Organization's local log encryption encoder, one of the LogLocalEncoder constants. Deprecated: use log_config.local_encoder instead -
setLogLocalEncoder
Deprecated.The Organization's local log encryption encoder, one of the LogLocalEncoder constants. Deprecated: use log_config.local_encoder instead -
getLogLocalFormat
Deprecated.The Organization's local log format, one of the LogLocalFormat constants. Deprecated: use log_config.local_format instead -
setLogLocalFormat
Deprecated.The Organization's local log format, one of the LogLocalFormat constants. Deprecated: use log_config.local_format instead -
getLogLocalStorage
Deprecated.The Organization's local log storage, one of the LogLocalStorage constants. Deprecated: use log_config.local_storage instead -
setLogLocalStorage
Deprecated.The Organization's local log storage, one of the LogLocalStorage constants. Deprecated: use log_config.local_storage instead -
getLogRemoteEncoder
Deprecated.The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants. Deprecated: use categories specific log_config.categories[].remote_encoder instead -
setLogRemoteEncoder
Deprecated.The Organization's remote log encryption encoder, one of the LogRemoteEncoder constants. Deprecated: use categories specific log_config.categories[].remote_encoder instead -
getLogSocketPath
Deprecated.The Organization's socket path for Socket local log storage. Deprecated: use log_config.local_socket_path instead -
setLogSocketPath
Deprecated.The Organization's socket path for Socket local log storage. Deprecated: use log_config.local_socket_path instead -
getLogTcpAddress
Deprecated.The Organization's TCP address for TCP or Syslog local log storage. Deprecated: use log_config.local_tcp_address instead -
setLogTcpAddress
Deprecated.The Organization's TCP address for TCP or Syslog local log storage. Deprecated: use log_config.local_tcp_address instead -
getLoopbackRange
The Organization's loopback range. -
setLoopbackRange
The Organization's loopback range. -
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
The Organization's multi-factor authentication provider, one of the MFAProvider constants. -
setMfaProvider
The Organization's multi-factor authentication provider, one of the MFAProvider constants. -
getName
The Organization's name. -
setName
The Organization's name. -
getPublicKeyPem
Deprecated.The Organization's public key PEM for encrypting remote logs. Deprecated: use log_config.public_key instead -
setPublicKeyPem
Deprecated.The Organization's public key PEM for encrypting remote logs. Deprecated: use log_config.public_key instead -
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
The Organization's URL for SAML metadata. -
setSamlMetadataUrl
The Organization's URL for SAML metadata. -
getScimProvider
The Organization's SCIM provider, one of the SCIMProvider constants. -
setScimProvider
The Organization's SCIM provider, one of the SCIMProvider constants. -
getSensitiveLabel
The Organization's label for sensitive resources. -
setSensitiveLabel
The Organization's label for sensitive resources. -
getSessionTimeout
The Organization's session timeout, if enabled. -
setSessionTimeout
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
The Organization's SSH certificate authority public key. -
setSshCertificateAuthorityPublicKey
The Organization's SSH certificate authority public key. -
getSshCertificateAuthorityUpdatedAt
The time at which the Organization's SSH certificate authority was last updated. -
setSshCertificateAuthorityUpdatedAt
The time at which the Organization's SSH certificate authority was last updated. -
getUpdatedAt
The time at which the Organization was last updated. -
setUpdatedAt
The time at which the Organization was last updated. -
getWebsitesSubdomain
The Organization's web site domain. -
setWebsitesSubdomain
The Organization's web site domain.
-