Module: Google::Cloud::SecurityCenter::V1::CloudProvider

Defined in:
proto_docs/google/cloud/securitycenter/v1/resource.rb

Overview

Enumeration representing the various cloud providers a finding's resource could reside in.

Constant Summary collapse

CLOUD_PROVIDER_UNSPECIFIED =

The cloud provider is unspecified.

0
GOOGLE_CLOUD_PLATFORM =

The cloud provider is Google Cloud Platform.

1
AMAZON_WEB_SERVICES =

The cloud provider is Amazon Web Services.

2
MICROSOFT_AZURE =

The cloud provider is Microsoft Azure.

3