Implemented identities datasource
This commit is contained in:
parent
ec8e96003f
commit
6642a66a1d
6 changed files with 262 additions and 0 deletions
36
docs/data-sources/identities.md
Normal file
36
docs/data-sources/identities.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "eventline_identities Data Source - terraform-provider-eventline"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
Eventline identities data source
|
||||
---
|
||||
|
||||
# eventline_identities (Data Source)
|
||||
|
||||
Eventline identities data source
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `project_id` (String) Project id
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `elements` (Attributes List) Identities list (see [below for nested schema](#nestedatt--elements))
|
||||
|
||||
<a id="nestedatt--elements"></a>
|
||||
### Nested Schema for `elements`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `connector` (String) The connector used for the identity.
|
||||
- `data` (String, Sensitive) The json raw data of the identity.
|
||||
- `id` (String) The identifier of the identity.
|
||||
- `name` (String) The name of the identity.
|
||||
- `status` (String) The status of the identity.
|
||||
- `type` (String) The type of the identity.
|
Loading…
Add table
Add a link
Reference in a new issue