Resource: ResourceEnrollmentStatus
An organization, folder, or project with its enrollment status.
| JSON representation |
|---|
{ "name": string, "enrollment": { object ( |
| Fields | |
|---|---|
name |
Identifier. Name of the resource enrollment status, in one of the following formats:
|
enrollment |
Output only. Enrolled destination details for the organization, folder, or project. |
enrolled |
Output only. Deprecated. Whether the organization, folder, or project is enrolled. Use |
displayName |
Output only. Display name for the organization, folder, or project. |
enrollmentState |
Output only. Enrollment state of the organization, folder, or project. |
Enrollment
Organization, folder, or project to enroll for audit reports.
| JSON representation |
|---|
{
"name": string,
"destinationDetails": [
{
object ( |
| Fields | |
|---|---|
name |
Identifier. Name of the enrollment, in one of the following formats:
|
destinationDetails[] |
Output only. Cloud Storage buckets where you want to upload the audit reports. |
ResourceEnrollmentState
Different enrollment states of the resource and its parent.
| Enums | |
|---|---|
RESOURCE_ENROLLMENT_STATE_UNSPECIFIED |
Default value. This value is unused. |
NOT_ENROLLED |
The resource isn't enrolled. |
INHERITED |
The resource isn't enrolled but the parent is enrolled. |
ENROLLED |
The resource is enrolled. |
Methods |
|
|---|---|
|
Gets a resource and its enrollment status. |
|
Lists all the folders and projects in an organization or folder, along with their enrollments. |