/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
BinaryAuthorization
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/BinaryAuthorization
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AdmissionRule.php
1896
0644
edit
dl
rm
AdmissionWhitelistPattern.php
1181
0644
edit
dl
rm
AttestationAuthenticator.php
1581
0644
edit
dl
rm
AttestationOccurrence.php
1846
0644
edit
dl
rm
AttestationSource.php
1413
0644
edit
dl
rm
Attestor.php
2325
0644
edit
dl
rm
AttestorPublicKey.php
2090
0644
edit
dl
rm
BinaryauthorizationEmpty.php
894
0644
edit
dl
rm
Binding.php
1684
0644
edit
dl
rm
Check.php
3977
0644
edit
dl
rm
CheckSet.php
2107
0644
edit
dl
rm
Expr.php
1897
0644
edit
dl
rm
GkePolicy.php
1592
0644
edit
dl
rm
IamPolicy.php
1681
0644
edit
dl
rm
ImageAllowlist.php
1212
0644
edit
dl
rm
ImageFreshnessCheck.php
1189
0644
edit
dl
rm
Jwt.php
1108
0644
edit
dl
rm
ListAttestorsResponse.php
1546
0644
edit
dl
rm
ListPlatformPoliciesResponse.php
1648
0644
edit
dl
rm
PkixPublicKey.php
1484
0644
edit
dl
rm
PkixPublicKeySet.php
1294
0644
edit
dl
rm
PlatformPolicy.php
1977
0644
edit
dl
rm
Policy.php
5278
0644
edit
dl
rm
Scope.php
1551
0644
edit
dl
rm
SetIamPolicyRequest.php
1175
0644
edit
dl
rm
Signature.php
1402
0644
edit
dl
rm
SimpleSigningAttestationCheck.php
1940
0644
edit
dl
rm
SlsaCheck.php
1201
0644
edit
dl
rm
TestIamPermissionsRequest.php
1237
0644
edit
dl
rm
TestIamPermissionsResponse.php
1240
0644
edit
dl
rm
TrustedDirectoryCheck.php
1281
0644
edit
dl
rm
UserOwnedGrafeasNote.php
1988
0644
edit
dl
rm
ValidateAttestationOccurrenceRequest.php
1971
0644
edit
dl
rm
ValidateAttestationOccurrenceResponse.php
1472
0644
edit
dl
rm
VerificationRule.php
2409
0644
edit
dl
rm
VulnerabilityCheck.php
2744
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/BinaryAuthorization/Jwt.php
(1108B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\BinaryAuthorization; class Jwt extends \Google\Model { /** * @var string */ public $compactJwt; /** * @param string */ public function setCompactJwt($compactJwt) { $this->compactJwt = $compactJwt; } /** * @return string */ public function getCompactJwt() { return $this->compactJwt; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Jwt::class, 'Google_Service_BinaryAuthorization_Jwt');
Save
cmd:
run