auditLogging = $auditLogging; } /** * @return bool */ public function getAuditLogging() { return $this->auditLogging; } /** * Indicates whether the project is enrolled in KAJ policy enforcement. * * @param bool $policyEnforcement */ public function setPolicyEnforcement($policyEnforcement) { $this->policyEnforcement = $policyEnforcement; } /** * @return bool */ public function getPolicyEnforcement() { return $this->policyEnforcement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KeyAccessJustificationsEnrollmentConfig::class, 'Google_Service_CloudKMS_KeyAccessJustificationsEnrollmentConfig');