Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ResourceEnrollmentStatus.
A resource with its enrollment status.
Generated from protobuf message google.cloud.auditmanager.v1.ResourceEnrollmentStatus
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The name of this resource.
↳ enrollment
↳ enrolled
bool
Output only. Is resource enrolled.
↳ display_name
string
Output only. Display name of the project/folder/organization.
↳ enrollment_state
int
Output only. Enrollment state of the resource.
getName
Identifier. The name of this resource.
string
setName
Identifier. The name of this resource.
var
string
$this
getEnrollment
Output only. Enrollment which contains enrolled destination details for a resource
hasEnrollment
clearEnrollment
setEnrollment
Output only. Enrollment which contains enrolled destination details for a resource
$this
getEnrolled
Output only. Is resource enrolled.
bool
setEnrolled
Output only. Is resource enrolled.
var
bool
$this
getDisplayName
Output only. Display name of the project/folder/organization.
string
setDisplayName
Output only. Display name of the project/folder/organization.
var
string
$this
getEnrollmentState
Output only. Enrollment state of the resource.
setEnrollmentState
Output only. Enrollment state of the resource.
$this

