Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class OrganizationSettings.
User specified settings that are attached to the Security Command Center organization.
Generated from protobuf message google.cloud.securitycenter.v1.OrganizationSettings
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
↳ enable_asset_discovery
bool
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.
↳ asset_discovery_config
Google\Cloud\SecurityCenter\V1\OrganizationSettings\AssetDiscoveryConfig
The configuration used for Asset Discovery runs.
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".
Generated from protobuf field string name = 1;
string
setName
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
Generated from protobuf field string name = 1;
var
string
$this
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.
Generated from protobuf field bool enable_asset_discovery = 2;
bool
setEnableAssetDiscovery
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.
Generated from protobuf field bool enable_asset_discovery = 2;
var
bool
$this
getAssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Generated from protobuf field .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
hasAssetDiscoveryConfig
clearAssetDiscoveryConfig
setAssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Generated from protobuf field .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
$this