Resource: ResourceEnrollmentStatus
A resource with its enrollment status.
| JSON representation |
|---|
{ "name": string, "enrollment": { object ( |
| Fields | |
|---|---|
name |
Identifier. The name of this resource. |
enrollment |
Output only. Enrollment which contains enrolled destination details for a resource |
enrolled |
Output only. Is resource enrolled. |
displayName |
Output only. Display name of the project/folder/organization. |
enrollmentState |
Output only. Enrollment state of the resource. |
Enrollment
The enrollment resource.
| JSON representation |
|---|
{
"name": string,
"destinationDetails": [
{
object ( |
| Fields | |
|---|---|
name |
Identifier. The name of this Enrollment, in the format of scope given in request. |
destinationDetails[] |
Output only. The locations where the generated reports can be uploaded. |
ResourceEnrollmentState
The different enrollment states of a resource.
| Enums | |
|---|---|
RESOURCE_ENROLLMENT_STATE_UNSPECIFIED |
Unspecified. Invalid state. |
NOT_ENROLLED |
Not enrolled. |
INHERITED |
Resource is not enrolled but the parent is enrolled. |
ENROLLED |
Enrolled. |
Methods |
|
|---|---|
|
Get a resource along with its enrollment status. |
|
Fetches all resources under the parent along with their enrollment. |