public interface OrganizationSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssetDiscoveryConfig()
public abstract OrganizationSettings.AssetDiscoveryConfig getAssetDiscoveryConfig()The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
| Type | Description |
| OrganizationSettings.AssetDiscoveryConfig | The assetDiscoveryConfig. |
getAssetDiscoveryConfigOrBuilder()
public abstract OrganizationSettings.AssetDiscoveryConfigOrBuilder getAssetDiscoveryConfigOrBuilder()The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
| Type | Description |
| OrganizationSettings.AssetDiscoveryConfigOrBuilder |
getEnableAssetDiscovery()
public abstract boolean getEnableAssetDiscovery() A flag that indicates if Asset Discovery should be enabled. If the flag is
set to true, then discovery of assets will occur. If it is set to `false,
all historical assets will remain, but discovery of future assets will not
occur.
bool enable_asset_discovery = 2;
| Type | Description |
| boolean | The enableAssetDiscovery. |
getName()
public abstract String getName()The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
hasAssetDiscoveryConfig()
public abstract boolean hasAssetDiscoveryConfig()The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
| Type | Description |
| boolean | Whether the assetDiscoveryConfig field is set. |