Home
last modified time | relevance | path

Searched refs:policyName (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DEnrollmentToken.php49 public $policyName; variable in Google\\Service\\AndroidManagement\\EnrollmentToken
148 public function setPolicyName($policyName) argument
150 $this->policyName = $policyName;
157 return $this->policyName;
H A DDevice.php106 public $policyName; variable in Google\\Service\\AndroidManagement\\Device
499 public function setPolicyName($policyName) argument
501 $this->policyName = $policyName;
508 return $this->policyName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DPolicyDelegationSettings.php66 public function setPolicyName(PolicyName $policyName) argument
68 $this->policyName = $policyName;
75 return $this->policyName;