Home
last modified time | relevance | path

Searched refs:privateKeyType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DCreateServiceAccountKeyRequest.php29 public $privateKeyType; variable in Google\\Service\\Iam\\CreateServiceAccountKeyRequest
48 public function setPrivateKeyType($privateKeyType) argument
50 $this->privateKeyType = $privateKeyType;
57 return $this->privateKeyType;
H A DServiceAccountKey.php49 public $privateKeyType; variable in Google\\Service\\Iam\\ServiceAccountKey
150 public function setPrivateKeyType($privateKeyType) argument
152 $this->privateKeyType = $privateKeyType;
159 return $this->privateKeyType;