ResourceEnrollmentStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)An organization, folder, or project with its enrollment status.
Attributes |
|
|---|---|
| Name | Description |
name |
str
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 |
google.cloud.auditmanager_v1.types.Enrollment
Output only. Enrolled destination details for the organization, folder, or project. |
enrolled |
bool
Output only. Deprecated. Whether the organization, folder, or project is enrolled. Use enrollment_state instead.
|
display_name |
str
Output only. Display name for the organization, folder, or project. |
enrollment_state |
google.cloud.auditmanager_v1.types.ResourceEnrollmentStatus.ResourceEnrollmentState
Output only. Enrollment state of the organization, folder, or project. |
Classes
ResourceEnrollmentState
ResourceEnrollmentState(value)Different enrollment states of the resource and its parent.