Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunoz committed Aug 15, 2022
1 parent 760e177 commit 77f8454
Show file tree
Hide file tree
Showing 11 changed files with 344 additions and 58 deletions.
51 changes: 51 additions & 0 deletions docs/resources/personas_check_standalone.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ciscoise_personas_check_standalone Resource - terraform-provider-ciscoise"
subcategory: ""
description: |-
It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules
---

# ciscoise_personas_check_standalone (Resource)

It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules

## Example Usage

```terraform
resource "ciscoise_personas_check_standalone" "check_standalone" {
parameters {
ip = "string"
username = "string"
password = "string"
hostname = "string"
}
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `parameters` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parameters))

### Read-Only

- `id` (String) The ID of this resource.
- `item` (String)
- `last_updated` (String) Unix timestamp records the last time that the resource was updated.

<a id="nestedblock--parameters"></a>
### Nested Schema for `parameters`

Required:

- `hostname` (String) Node hostname
- `ip` (String) Node Ip
- `password` (String) password
- `username` (String) username


59 changes: 59 additions & 0 deletions docs/resources/personas_export_certs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ciscoise_personas_export_certs Resource - terraform-provider-ciscoise"
subcategory: ""
description: |-
It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules
---

# ciscoise_personas_export_certs (Resource)

It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules

## Example Usage

```terraform
resource "ciscoise_personas_export_certs" "export_certs" {
parameters {
primary_ip = "string"
primary_username = "string"
primary_password = "string"
name = "string"
ip = "string"
hostname = "string"
username = "string"
password = "string"
}
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `parameters` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parameters))

### Read-Only

- `id` (String) The ID of this resource.
- `item` (String)
- `last_updated` (String) Unix timestamp records the last time that the resource was updated.

<a id="nestedblock--parameters"></a>
### Nested Schema for `parameters`

Required:

- `hostname` (String) Node hostname
- `ip` (String) ip
- `name` (String) name
- `password` (String) password
- `primary_ip` (String) Primary Node Ip
- `primary_password` (String) Primary password
- `primary_username` (String) Primary username
- `username` (String) username


49 changes: 49 additions & 0 deletions docs/resources/personas_promote_primary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ciscoise_personas_promote_primary Resource - terraform-provider-ciscoise"
subcategory: ""
description: |-
It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules
---

# ciscoise_personas_promote_primary (Resource)

It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules

## Example Usage

```terraform
resource "ciscoise_personas_promote_primary" "promote_primary" {
parameters {
ip = "string"
username = "string"
password = "string"
}
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `parameters` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parameters))

### Read-Only

- `id` (String) The ID of this resource.
- `item` (String)
- `last_updated` (String) Unix timestamp records the last time that the resource was updated.

<a id="nestedblock--parameters"></a>
### Nested Schema for `parameters`

Required:

- `ip` (String) Node Ip
- `password` (String) password
- `username` (String) username


62 changes: 62 additions & 0 deletions docs/resources/personas_register_node.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ciscoise_personas_register_node Resource - terraform-provider-ciscoise"
subcategory: ""
description: |-
It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules
---

# ciscoise_personas_register_node (Resource)

It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules

## Example Usage

```terraform
resource "ciscoise_personas_register_node" "register_node" {
parameters {
primary_ip = "string"
primary_username = "string"
primary_password = "string"
fqdn = "string"
username = "string"
password = "string"
roles = "string"
services = "string"
}
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `parameters` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parameters))

### Read-Only

- `id` (String) The ID of this resource.
- `item` (String)
- `last_updated` (String) Unix timestamp records the last time that the resource was updated.

<a id="nestedblock--parameters"></a>
### Nested Schema for `parameters`

Required:

- `fqdn` (String) fqdn
- `password` (String) password
- `primary_ip` (String) Primary Node Ip
- `primary_password` (String) Primary password
- `primary_username` (String) Primary username
- `username` (String) username

Optional:

- `roles` (List of String) roles
- `services` (List of String) services


55 changes: 55 additions & 0 deletions docs/resources/personas_update_roles_services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "ciscoise_personas_update_roles_services Resource - terraform-provider-ciscoise"
subcategory: ""
description: |-
It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules
---

# ciscoise_personas_update_roles_services (Resource)

It performs create operation on Network Access - Authentication Rules.
- Network Access Reset HitCount for Authentication Rules

## Example Usage

```terraform
resource "ciscoise_personas_update_roles_services" "update_roles_services" {
parameters {
ip = "string"
username = "string"
password = "string"
hostname = "string"
roles = ["string"]
services = ["string"]
}
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `parameters` (Block List, Min: 1, Max: 1) (see [below for nested schema](#nestedblock--parameters))

### Read-Only

- `id` (String) The ID of this resource.
- `item` (String)
- `last_updated` (String) Unix timestamp records the last time that the resource was updated.

<a id="nestedblock--parameters"></a>
### Nested Schema for `parameters`

Required:

- `hostname` (String) Node hostname
- `ip` (String) Node Ip
- `password` (String) password
- `roles` (List of String) roles
- `services` (List of String) services
- `username` (String) username


62 changes: 31 additions & 31 deletions examples/resources/ciscoise_network_access_policy_set/resource.tf
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@

resource "ciscoise_network_access_policy_set" "example" {
provider = ciscoise
parameters {

condition {

children {

attribute_id = "string"
attribute_name = "string"
attribute_value = "string"
dictionary_name = "string"
dictionary_value = "string"
end_date = "string"
name = "string"
operator = "string"
start_date = "string"
}
condition_type = "string"
is_negate = "false"

provider = ciscoise
parameters {

condition {

children {

attribute_id = "string"
attribute_name = "string"
attribute_value = "string"
dictionary_name = "string"
dictionary_value = "string"
end_date = "string"
name = "string"
operator = "string"
start_date = "string"
}
default = "false"
description = "string"
hit_counts = 1
id = "string"
is_proxy = "false"

name = "string"
rank = 1
service_name = "string"
state = "string"
condition_type = "string"
is_negate = "false"

}
default = "false"
description = "string"
hit_counts = 1
id = "string"
is_proxy = "false"

name = "string"
rank = 1
service_name = "string"
state = "string"
}
}

output "ciscoise_network_access_policy_set_example" {
value = ciscoise_network_access_policy_set.example
value = ciscoise_network_access_policy_set.example
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resource "ciscoise_personas_check_standalone" "check_standalone" {
parameters{
ip= "string"
username= "string"
password= "string"
hostname= "string"
parameters {
ip = "string"
username = "string"
password = "string"
hostname = "string"
}
}
18 changes: 9 additions & 9 deletions examples/resources/ciscoise_personas_export_certs/resource.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
resource "ciscoise_personas_export_certs" "export_certs" {
parameters{
primary_ip= "string"
primary_username= "string"
primary_password= "string"
name= "string"
ip= "string"
hostname= "string"
username= "string"
password= "string"
parameters {
primary_ip = "string"
primary_username = "string"
primary_password = "string"
name = "string"
ip = "string"
hostname = "string"
username = "string"
password = "string"
}
}
Loading

0 comments on commit 77f8454

Please sign in to comment.