Google Cloud Security Command Center V1 Client - Class CloudProvider (1.30.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CloudProvider.

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

Protobuf type google.cloud.securitycenter.v1.CloudProvider

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLOUD_PROVIDER_UNSPECIFIED

Value: 0

The cloud provider is unspecified.

Generated from protobuf enum CLOUD_PROVIDER_UNSPECIFIED = 0;

GOOGLE_CLOUD_PLATFORM

Value: 1

The cloud provider is Google Cloud Platform.

Generated from protobuf enum GOOGLE_CLOUD_PLATFORM = 1;

AMAZON_WEB_SERVICES

Value: 2

The cloud provider is Amazon Web Services.

Generated from protobuf enum AMAZON_WEB_SERVICES = 2;

MICROSOFT_AZURE

Value: 3

The cloud provider is Microsoft Azure.

Generated from protobuf enum MICROSOFT_AZURE = 3;