REST Resource: projects.locations.resourceEnrollmentStatuses

Resource: ResourceEnrollmentStatus

A resource with its enrollment status.

JSON representation
{
  "name": string,
  "enrollment": {
    object (Enrollment)
  },
  "enrolled": boolean,
  "displayName": string,
  "enrollmentState": enum (ResourceEnrollmentState)
}
Fields
name

string

Identifier. The name of this resource.

enrollment

object (Enrollment)

Output only. Enrollment which contains enrolled destination details for a resource

enrolled
(deprecated)

boolean

Output only. Is resource enrolled.

displayName

string

Output only. Display name of the project/folder/organization.

enrollmentState

enum (ResourceEnrollmentState)

Output only. Enrollment state of the resource.

Methods

get

Get a resource along with its enrollment status.