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.booleanIndicates if the Organization has device trust enabled.The Organization's device trust provider, one of the DeviceTrustProvider constants.booleanDeprecated.booleanIndicates if the Organization enforces a single session per user for the CLI and AdminUI.The Organization's idle timeout, if enabled.booleanIndicates 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.booleanIndicates 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.booleanIndicates 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.booleanIndicates 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.voidThe Organization's authentication provider, one of the AuthProvider constants.voidsetCreatedAt(Date in) The time at which the Organization was created.voidsetDeviceTrustEnabled(boolean in) Indicates if the Organization has device trust enabled.voidThe Organization's device trust provider, one of the DeviceTrustProvider constants.voidsetDiscardReplays(boolean in) Deprecated.voidsetEnforceSingleSession(boolean in) Indicates if the Organization enforces a single session per user for the CLI and AdminUI.voidThe Organization's idle timeout, if enabled.voidsetIdleTimeoutEnabled(boolean in) Indicates if the Organization has idle timeouts enabled.voidThe Organization's type, one of the OrgKind constants.voidThe Organization's logging settingsvoidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidThe Organization's loopback range.voidsetMfaEnabled(boolean in) Indicates if the Organization has multi-factor authentication enabled.voidsetMfaProvider(String in) The Organization's multi-factor authentication provider, one of the MFAProvider constants.voidThe Organization's name.voidDeprecated.voidsetRequireSecretStore(boolean in) Indicates if the Organization requires secret stores.voidThe Organization's URL for SAML metadata.voidThe Organization's SCIM provider, one of the SCIMProvider constants.voidThe Organization's label for sensitive resources.voidThe Organization's session timeout, if enabled.voidsetSessionTimeoutEnabled(boolean in) Indicates if the Organization has session timeouts enabled.voidThe Organization's SSH certificate authority public key.voidThe time at which the Organization's SSH certificate authority was last updated.voidsetUpdatedAt(Date in) The time at which the Organization was last updated.voidThe 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.
-