Reference documentation and code samples for the Audit Manager V1 API class Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus.
A resource with its enrollment status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. Display name of the project/folder/organization.
#enrolled
def enrolled() -> ::Boolean
Returns
- (::Boolean) — Output only. Is resource enrolled.
#enrollment
def enrollment() -> ::Google::Cloud::AuditManager::V1::Enrollment
Returns
- (::Google::Cloud::AuditManager::V1::Enrollment) — Output only. Enrollment which contains enrolled destination details for a resource
#enrollment_state
def enrollment_state() -> ::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus::ResourceEnrollmentState
Returns
- (::Google::Cloud::AuditManager::V1::ResourceEnrollmentStatus::ResourceEnrollmentState) — Output only. Enrollment state of the resource.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of this resource.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of this resource.
Returns
- (::String) — Identifier. The name of this resource.