File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ class AccessApprovalSettings extends \Google\Collection
5959 * @var bool
6060 */
6161 public $ ancestorHasActiveKeyVersion ;
62+ protected $ ancestorsEnrolledServicesType = EnrolledService::class;
63+ protected $ ancestorsEnrolledServicesDataType = 'array ' ;
6264 protected $ approvalPolicyType = CustomerApprovalApprovalPolicy::class;
6365 protected $ approvalPolicyDataType = '' ;
6466 protected $ effectiveApprovalPolicyType = CustomerApprovalApprovalPolicy::class;
@@ -185,6 +187,23 @@ public function getAncestorHasActiveKeyVersion()
185187 {
186188 return $ this ->ancestorHasActiveKeyVersion ;
187189 }
190+ /**
191+ * Output only. Field to differentiate ancestor enrolled services from locally
192+ * enrolled services.
193+ *
194+ * @param EnrolledService[] $ancestorsEnrolledServices
195+ */
196+ public function setAncestorsEnrolledServices ($ ancestorsEnrolledServices )
197+ {
198+ $ this ->ancestorsEnrolledServices = $ ancestorsEnrolledServices ;
199+ }
200+ /**
201+ * @return EnrolledService[]
202+ */
203+ public function getAncestorsEnrolledServices ()
204+ {
205+ return $ this ->ancestorsEnrolledServices ;
206+ }
188207 /**
189208 * Optional. Policy configuration for Access Approval that sets the operating
190209 * mode. The available policies are Transparency, Streamlined Support, and
You can’t perform that action at this time.
0 commit comments