> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Secret Resolution • AI Agent SDK

> SecretResolution: Outcome of resolving a :class:`SecretRef`.

# SecretResolution

> Defined in the [**secrets**](../modules/secrets) module.

<Badge color="blue">AI Agent</Badge>

Outcome of resolving a :class:`SecretRef`.

`value` is only populated when `status == "available"`.

## Properties

<ResponseField name="status" type="str">
  No description available.
</ResponseField>

<ResponseField name="value" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="detail" type="Optional[str]">
  No description available.
</ResponseField>

## Methods

<CardGroup cols={2}>
  <Card title="available()" icon="function" href="../functions/SecretResolution-available">
    Instance method.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/secrets.py#L91">
  `praisonaiagents/secrets.py` at line 91
</Card>
