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

# nebius_iam_v2_access_key data source

#### Retrieving the Data Source

This data source can be retrieved by only ID.

##### Retrieve by ID

To retrieve by ID, fill in only the `id` field:

```hcl theme={null}
data ... {
    id = "your-ID"
}
```

## Schema

### Required

* `id` (String) Identifier for the resource, unique for its resource type.

### Read-Only

* `account` (Attributes) (see [below for nested schema](#nestedatt--account))
* `created_at` (String) :

  Timestamp indicating when the resource was created.

  A string representing a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ` or `YYYY-MM-DDTHH:MM:SS.SSS±HH:MM`
* `description` (String)
* `expires_at` (String) A string representing a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ` or `YYYY-MM-DDTHH:MM:SS.SSS±HH:MM`
* `labels` (Map of String) Labels associated with the resource.
* `metadata` (Attributes) :

  #### Inner value description

  Common resource metadata. (see [below for nested schema](#nestedatt--metadata))
* `name` (String) Human readable name for the resource.
* `parent_id` (String) Identifier of the parent resource to which the resource belongs.
* `resource_version` (Number) :

  Version of the resource for safe concurrent modifications and consistent reads.
  Positive and monotonically increases on each resource spec change (but *not* on each change of the
  resource's container(s) or status).
  Service allows zero value or current.
* `secret_delivery_mode` (String) :

  Specifies how the secret will be delivered upon creation. This field is immutable — it cannot be changed after the resource is
  created.

  #### Supported values

  Possible values:

  * `UNSPECIFIED` - If not specified, the default behaviour will be applied. Currently it's INLINE, later will be EXPLICIT.
  * `INLINE` - The secret value will be returned directly in the API response
  * `MYSTERY_BOX` - The secret will be delivered via a MysteryBox secret, in case of terraform it is recommended to use that enum
  * `EXPLICIT` - The secret value will be accessible via a separate method GetSecret
* `status` (Attributes) (see [below for nested schema](#nestedatt--status))
* `updated_at` (String) :

  Timestamp indicating when the resource was last updated.

  A string representing a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ` or `YYYY-MM-DDTHH:MM:SS.SSS±HH:MM`

<a id="nestedatt--account" />

### Nested Schema for `account`

Read-Only:

* `anonymous_account` (Attributes) *Cannot be set alongside user\_account or service\_account.* (see [below for nested schema](#nestedatt--account--anonymous_account))
* `service_account` (Attributes) *Cannot be set alongside user\_account or anonymous\_account.* (see [below for nested schema](#nestedatt--account--service_account))
* `user_account` (Attributes) *Cannot be set alongside service\_account or anonymous\_account.* (see [below for nested schema](#nestedatt--account--user_account))

<a id="nestedatt--account--anonymous_account" />

### Nested Schema for `account.anonymous_account`

<a id="nestedatt--account--service_account" />

### Nested Schema for `account.service_account`

Read-Only:

* `id` (String)

<a id="nestedatt--account--user_account" />

### Nested Schema for `account.user_account`

Read-Only:

* `id` (String)

<a id="nestedatt--metadata" />

### Nested Schema for `metadata`

<a id="nestedatt--status" />

### Nested Schema for `status`

Read-Only:

* `algorithm` (String)
* `aws_access_key_id` (String)
* `fingerprint` (String)
* `key_size` (Number)
* `secret` (String, Sensitive)
* `secret_reference_id` (String)
* `state` (String) :

  #### Supported values

  Possible values:

  * `STATE_UNSPECIFIED`
  * `ACTIVE`
  * `INACTIVE`
  * `EXPIRED`
  * `DELETING`
  * `DELETED`
