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 \ ResourceEnrollmentStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOURCE_ENROLLMENT_STATE_UNSPECIFIED
Value: 0Unspecified. Invalid state.
Generated from protobuf enum RESOURCE_ENROLLMENT_STATE_UNSPECIFIED = 0;
NOT_ENROLLED
Value: 1Not enrolled.
Generated from protobuf enum NOT_ENROLLED = 1;
INHERITED
Value: 2Resource is not enrolled but the parent is enrolled.
Generated from protobuf enum INHERITED = 2;
ENROLLED
Value: 3Enrolled.
Generated from protobuf enum ENROLLED = 3;