/var/www/flurhymez/vendor/google/apiclient-services/src/CloudSecurityToken
NameSizeModeActions
Resource/-0755rm
GoogleIamV1Binding.php17550644editdlrm
GoogleIdentityStsV1AccessBoundary.php14600644editdlrm
GoogleIdentityStsV1AccessBoundaryRule.php21030644editdlrm
GoogleIdentityStsV1betaAccessBoundary.php14840644editdlrm
GoogleIdentityStsV1betaAccessBoundaryRule.php21150644editdlrm
GoogleIdentityStsV1betaOptions.php19880644editdlrm
GoogleIdentityStsV1ExchangeTokenRequest.php29050644editdlrm
GoogleIdentityStsV1ExchangeTokenResponse.php22740644editdlrm
GoogleIdentityStsV1IntrospectTokenRequest.php14820644editdlrm
GoogleIdentityStsV1IntrospectTokenResponse.php29420644editdlrm
GoogleIdentityStsV1Options.php19600644editdlrm
GoogleTypeExpr.php19250644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudSecurityToken/GoogleIamV1Binding.php (1755B)
condition = $condition; } /** * @return GoogleTypeExpr */ public function getCondition() { return $this->condition; } /** * @param string[] */ public function setMembers($members) { $this->members = $members; } /** * @return string[] */ public function getMembers() { return $this->members; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleIamV1Binding::class, 'Google_Service_CloudSecurityToken_GoogleIamV1Binding');