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.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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;
Returns | |
---|---|
Type | Description |
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;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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;
Returns | |
---|---|
Type | Description |
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;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getAssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Generated from protobuf field .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
Returns | |
---|---|
Type | Description |
Google\Cloud\SecurityCenter\V1\OrganizationSettings\AssetDiscoveryConfig|null |
hasAssetDiscoveryConfig
clearAssetDiscoveryConfig
setAssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Generated from protobuf field .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecurityCenter\V1\OrganizationSettings\AssetDiscoveryConfig
|
Returns | |
---|---|
Type | Description |
$this |