Struct gapi_grpc::google::cloud::securitycenter::v1beta1::OrganizationSettings [−][src]
User specified settings that are attached to the Security Command Center organization.
Fields
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: Option<AssetDiscoveryConfig>
The configuration used for Asset Discovery runs.
Trait Implementations
impl Clone for OrganizationSettings
[src][+]
impl Debug for OrganizationSettings
[src][+]
impl Default for OrganizationSettings
[src][+]
impl Message for OrganizationSettings
[src][+]
impl PartialEq<OrganizationSettings> for OrganizationSettings
[src][+]
impl StructuralPartialEq for OrganizationSettings
[src]
Auto Trait Implementations
impl RefUnwindSafe for OrganizationSettings
impl Send for OrganizationSettings
impl Sync for OrganizationSettings
impl Unpin for OrganizationSettings
impl UnwindSafe for OrganizationSettings
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,