-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
fmunoz
committed
Aug 15, 2022
1 parent
760e177
commit 77f8454
Showing
11 changed files
with
344 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
62
examples/resources/ciscoise_network_access_policy_set/resource.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
10 changes: 5 additions & 5 deletions
10
examples/resources/ciscoise_personas_check_standalone/resource.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
18
examples/resources/ciscoise_personas_export_certs/resource.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.