Back to Dagger

Secret

docs/static/reference/php/Dagger/Secret.html

0.20.72.3 KB
Original Source

Secret

class Secret extends AbstractObject implements IdAble

A reference to a secret value, which can be handled more safely than the value itself.

Properties

| | $lastQuery | | from AbstractObject |

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

from AbstractObject

null|array|string|int|float|bool

queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

from AbstractObject

AbstractId

id()

A unique identifier for this Secret.

string

name()

The name of this secret.

string

plaintext()

The value of this secret.

string

uri()

The URI of this secret.

Details

in AbstractObject at line 13 __construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |

in AbstractObject at line 19 protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |

Return Value

| null|array|string|int|float|bool | |

at line 19 AbstractId id()

A unique identifier for this Secret.

Return Value

| AbstractId | |

at line 28 string name()

The name of this secret.

Return Value

| string | |

at line 37 string plaintext()

The value of this secret.

Return Value

| string | |

at line 46 string uri()

The URI of this secret.

Return Value

| string | |

Generated by Doctum, a API Documentation generator and fork of Sami.