Google Cloud Security Command Center V1 Client - Class ParentType (1.17.0)

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

Parents for configurations that produce data profile findings.

Protobuf type google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ CloudDlpDataProfile

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PARENT_TYPE_UNSPECIFIED

Value: 0

Unspecified parent type.

Generated from protobuf enum PARENT_TYPE_UNSPECIFIED = 0;

ORGANIZATION

Value: 1

Organization-level configurations.

Generated from protobuf enum ORGANIZATION = 1;

PROJECT

Value: 2

Project-level configurations.

Generated from protobuf enum PROJECT = 2;