{"token_count": 541}

# Reference for the teleport\_access\_list\_member Terraform data-source

This page lists the supported values of the `teleport_access_list_member` data source of the Teleport Terraform provider.

## Schema

### Optional

- `header` (Attributes) header is the header for the resource. (see [below for nested schema](#nested-schema-for-header))
- `scope` (String) scope is the scope of the Access List member, it must be equal to the scope of the parent Access List.
- `spec` (Attributes) spec is the specification for the Access List member. (see [below for nested schema](#nested-schema-for-spec))

### Nested Schema for `header`

Required:

- `version` (String) Version is the API version used to create the resource. It must be specified. Based on this version, Teleport will apply different defaults on resource creation or deletion. It must be an integer prefixed by "v". For example: `v1`

Optional:

- `kind` (String) kind is a resource kind.
- `metadata` (Attributes) metadata is resource metadata. (see [below for nested schema](#nested-schema-for-headermetadata))
- `sub_kind` (String) sub\_kind is an optional resource sub kind, used in some resources.

### Nested Schema for `header.metadata`

Required:

- `name` (String) name is an object name.

Optional:

- `description` (String) description is object description.
- `expires` (String) expires is a global expiry time header can be set on any resource in the system.
- `labels` (Map of String) labels is a set of labels.
- `namespace` (String) namespace is object namespace. The field should be called "namespace" when it returns in Teleport 2.4.

### Nested Schema for `spec`

Required:

- `access_list` (String) associated Access List
- `membership_kind` (Number) membership\_kind describes the type of membership, either `MEMBERSHIP_KIND_USER` or `MEMBERSHIP_KIND_LIST` or `MEMBERSHIP_KIND_SCOPED_LIST`.

Optional:

- `expires` (String) expires is when the user's membership to the Access List expires.
- `reason` (String) reason is the reason this user was added to the Access List.
