Documentation

GoogleSecrets
in package

[$gsecrets = $this->core->loadClass('GoogleSecrets');] Class to facilitate GoogleSecrets integration

Table of Contents

Properties

$client  : mixed
$core  : mixed
$error  : mixed
$errorMsg  : mixed
$project_id  : mixed
$projectPath  : mixed

Methods

__construct()  : mixed
addError()  : mixed
Add an error in the class
createSecret()  : Secret|void
Create a secret
getSecret()  : mixed

Properties

Methods

addError()

Add an error in the class

public addError( $value) : mixed
Parameters
$value :

createSecret()

Create a secret

public createSecret( $secretId) : Secret|void
Parameters
$secretId :
Tags
throws
ApiException
Return values
Secret|void

getSecret()

public getSecret(mixed $secretId[, mixed $version = 'latest' ]) : mixed
Parameters
$secretId : mixed
$version : mixed = 'latest'

        
On this page

Search results