Google Cloud Security Command Center V2 Client - Class CloudProvider (1.29.0)

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

The cloud provider the finding pertains to.

Protobuf type google.cloud.securitycenter.v2.CloudProvider

Namespace

Google \ Cloud \ SecurityCenter \ V2

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;