Google Cloud Audit Manager V1 Client - Class ResourceEnrollmentState (0.1.0)

Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ResourceEnrollmentState.

The different enrollment states of a resource.

Protobuf type google.cloud.auditmanager.v1.ResourceEnrollmentStatus.ResourceEnrollmentState

Namespace

Google \ Cloud \ AuditManager \ V1 \ ResourceEnrollmentStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_ENROLLMENT_STATE_UNSPECIFIED

Value: 0

Unspecified. Invalid state.

Generated from protobuf enum RESOURCE_ENROLLMENT_STATE_UNSPECIFIED = 0;

NOT_ENROLLED

Value: 1

Not enrolled.

Generated from protobuf enum NOT_ENROLLED = 1;

INHERITED

Value: 2

Resource is not enrolled but the parent is enrolled.

Generated from protobuf enum INHERITED = 2;

ENROLLED

Value: 3

Enrolled.

Generated from protobuf enum ENROLLED = 3;