Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 928 Bytes

File metadata and controls

35 lines (26 loc) · 928 Bytes
page_title subcategory description
netscalersdx_ntp_param Resource - terraform-provider-netscalersdx
Configuration for NTP Parameters resource.

netscalersdx_ntp_param (Resource)

Configuration for NTP Parameters resource.

Example Usage

resource "netscalersdx_ntp_param" "tf_ntp_param" {
  automax_logsec = 12
  revoke_logsec  = 16
  authentication = true
}

Schema

Optional

  • authentication (Boolean) Authentication Enabled.
  • automax_logsec (Number) Automax Interval (as power of 2 in seconds).
  • revoke_logsec (Number) Revoke Interval (as power of 2 in seconds).
  • trusted_key_list (List of Number) List of Trusted Key Identifiers for Symmetric Key Cryptography. Minimum value = 1 Maximum value =

Read-Only

  • id (String) The ID of this resource.