1+ <?php
2+ 3+ /**
4+ * Generated 2025年08月24日T07:40:13+00:00 16.0.26406.12014
5+ */
6+ namespace Office365 \SharePoint \CompliancePolicy ;
7+ 8+ use Office365 \Runtime \ClientObject ;
9+ use Office365 \Runtime \Actions \DeleteEntityQuery ;
10+ use Office365 \Runtime \ResourcePath ;
11+ use Office365 \Runtime \Actions \UpdateEntityQuery ;
12+ use Office365 \SharePoint \BaseEntity ;
13+ 14+ class PolicyEvaluationInfo extends BaseEntity
15+ {
16+ /**
17+ * @return array
18+ */
19+ public function getApplicablePolicies ()
20+ {
21+ return $ this ->getProperty ("ApplicablePolicies " );
22+ }
23+ /**
24+ * @var array
25+ */
26+ public function setApplicablePolicies ($ value )
27+ {
28+ return $ this ->setProperty ("ApplicablePolicies " , $ value , true );
29+ }
30+ /**
31+ * @return integer
32+ */
33+ public function getDlpAccessScope ()
34+ {
35+ return $ this ->getProperty ("DlpAccessScope " );
36+ }
37+ /**
38+ * @var integer
39+ */
40+ public function setDlpAccessScope ($ value )
41+ {
42+ return $ this ->setProperty ("DlpAccessScope " , $ value , true );
43+ }
44+ /**
45+ * @return array
46+ */
47+ public function getMatchedRules ()
48+ {
49+ return $ this ->getProperty ("MatchedRules " );
50+ }
51+ /**
52+ * @var array
53+ */
54+ public function setMatchedRules ($ value )
55+ {
56+ return $ this ->setProperty ("MatchedRules " , $ value , true );
57+ }
58+ /**
59+ * @return array
60+ */
61+ public function getOverriddenRules ()
62+ {
63+ return $ this ->getProperty ("OverriddenRules " );
64+ }
65+ /**
66+ * @var array
67+ */
68+ public function setOverriddenRules ($ value )
69+ {
70+ return $ this ->setProperty ("OverriddenRules " , $ value , true );
71+ }
72+ }
0 commit comments