User allow list
akamai_apr_user_allow_list
Get a user allow list ID.
data "akamai_apr_user_allow_list" "my_user_allow_list" {
config_id = 12345
}
output "my_user_allow_list" {
value = data.akamai_apr_user_allow_list.my_user_allow_list
}
my_user_allow_list = {
config_id = 12345
id = "12345"
json = jsonencode(
{
metadata = {
configId = 12345
configVersion = 1
}
userAllowListId = "123456_MyAllowList"
}
)
}
Argument
Pass a security configuration's config_id in the data block to get your user allow list ID.
Attributes
Returned to you is your configuration's user allow list ID.
Note: There is an
idattribute returned. It is an ID for the run of the data source and is not needed downstream anywhere.
| Attribute | Description |
|---|---|
config_id | Your security configuration's ID. |
json |
|
Updated 8 days ago
