Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DSqlIpConfig.php41 public function setAuthorizedNetworks($authorizedNetworks) argument
43 $this->authorizedNetworks = $authorizedNetworks;
50 return $this->authorizedNetworks;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DIpConfiguration.php59 public function setAuthorizedNetworks($authorizedNetworks) argument
61 $this->authorizedNetworks = $authorizedNetworks;
68 return $this->authorizedNetworks;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DDomain.php34 public $authorizedNetworks; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\Domain
105 public function setAuthorizedNetworks($authorizedNetworks) argument
107 $this->authorizedNetworks = $authorizedNetworks;
114 return $this->authorizedNetworks;