accessBoundary = $accessBoundary; } /** * @return GoogleIdentityStsV1AccessBoundary */ public function getAccessBoundary() { return $this->accessBoundary; } /** * @param string[] */ public function setAudiences($audiences) { $this->audiences = $audiences; } /** * @return string[] */ public function getAudiences() { return $this->audiences; } /** * @param string */ public function setUserProject($userProject) { $this->userProject = $userProject; } /** * @return string */ public function getUserProject() { return $this->userProject; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIdentityStsV1Options::class, 'Google_Service_CloudSecurityToken_GoogleIdentityStsV1Options');