REST Resource: projects.locations.resourceEnrollmentStatuses

Resource: ResourceEnrollmentStatus

An organization, folder, or project with its enrollment status.

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

string

Identifier. Name of the resource enrollment status, in one of the following formats:

  • folders/{folder}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}
  • projects/{project}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}
  • organizations/{organization}/locations/{location}/resourceEnrollmentStatuses/{resource_enrollment_status}
enrollment

object (Enrollment)

Output only. Enrolled destination details for the organization, folder, or project.

enrolled
(deprecated)

boolean

Output only. Deprecated. Whether the organization, folder, or project is enrolled. Use enrollmentState instead.

displayName

string

Output only. Display name for the organization, folder, or project.

enrollmentState

enum (ResourceEnrollmentState)

Output only. Enrollment state of the organization, folder, or project.

Methods

get

Gets a resource and its enrollment status.