1. Packages
  2. Panos Provider
  3. API Docs
  4. NtpSettings
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

panos.NtpSettings

Explore with Pulumi AI

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.panos.NtpSettings;
import com.pulumi.panos.NtpSettingsArgs;
import com.pulumi.panos.inputs.NtpSettingsLocationArgs;
import com.pulumi.panos.inputs.NtpSettingsLocationSystemArgs;
import com.pulumi.panos.inputs.NtpSettingsNtpServersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var example = new NtpSettings("example", NtpSettingsArgs.builder()
            .location(NtpSettingsLocationArgs.builder()
                .system()
                .build())
            .ntpServers(NtpSettingsNtpServersArgs.builder()
                .primary_ntp_server(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .secondary_ntp_server(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .build())
            .build());

    }
}
Copy
resources:
  example:
    type: panos:NtpSettings
    properties:
      location:
        system: {}
      ntpServers:
        primary_ntp_server:
          authenticationType:
            none: {}
          ntpServerAddress: 1.1.1.1
        secondary_ntp_server:
          authenticationType:
            none: {}
          ntpServerAddress: 2.2.2.2
Copy

Create NtpSettings Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new NtpSettings(name: string, args: NtpSettingsArgs, opts?: CustomResourceOptions);
@overload
def NtpSettings(resource_name: str,
                args: NtpSettingsArgs,
                opts: Optional[ResourceOptions] = None)

@overload
def NtpSettings(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                location: Optional[NtpSettingsLocationArgs] = None,
                ntp_servers: Optional[NtpSettingsNtpServersArgs] = None)
func NewNtpSettings(ctx *Context, name string, args NtpSettingsArgs, opts ...ResourceOption) (*NtpSettings, error)
public NtpSettings(string name, NtpSettingsArgs args, CustomResourceOptions? opts = null)
public NtpSettings(String name, NtpSettingsArgs args)
public NtpSettings(String name, NtpSettingsArgs args, CustomResourceOptions options)
type: panos:NtpSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. NtpSettingsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. NtpSettingsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. NtpSettingsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. NtpSettingsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. NtpSettingsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var ntpSettingsResource = new Panos.NtpSettings("ntpSettingsResource", new()
{
    Location = new Panos.Inputs.NtpSettingsLocationArgs
    {
        System = new Panos.Inputs.NtpSettingsLocationSystemArgs
        {
            NgfwDevice = "string",
        },
        Template = new Panos.Inputs.NtpSettingsLocationTemplateArgs
        {
            Name = "string",
            NgfwDevice = "string",
            PanoramaDevice = "string",
        },
        TemplateStack = new Panos.Inputs.NtpSettingsLocationTemplateStackArgs
        {
            Name = "string",
            NgfwDevice = "string",
            PanoramaDevice = "string",
        },
    },
    NtpServers = new Panos.Inputs.NtpSettingsNtpServersArgs
    {
        PrimaryNtpServer = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerArgs
        {
            AuthenticationType = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs
            {
                Autokey = null,
                None = null,
                SymmetricKey = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs
                {
                    KeyId = 0,
                    Algorithm = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
                    {
                        Md5 = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
                        {
                            AuthenticationKey = "string",
                        },
                        Sha1 = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
                        {
                            AuthenticationKey = "string",
                        },
                    },
                },
            },
            NtpServerAddress = "string",
        },
        SecondaryNtpServer = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerArgs
        {
            AuthenticationType = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs
            {
                Autokey = null,
                None = null,
                SymmetricKey = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs
                {
                    KeyId = 0,
                    Algorithm = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
                    {
                        Md5 = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
                        {
                            AuthenticationKey = "string",
                        },
                        Sha1 = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
                        {
                            AuthenticationKey = "string",
                        },
                    },
                },
            },
            NtpServerAddress = "string",
        },
    },
});
Copy
example, err := panos.NewNtpSettings(ctx, "ntpSettingsResource", &panos.NtpSettingsArgs{
Location: &.NtpSettingsLocationArgs{
System: &.NtpSettingsLocationSystemArgs{
NgfwDevice: pulumi.String("string"),
},
Template: &.NtpSettingsLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &.NtpSettingsLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
NtpServers: &.NtpSettingsNtpServersArgs{
PrimaryNtpServer: &.NtpSettingsNtpServersPrimaryNtpServerArgs{
AuthenticationType: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs{
Autokey: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeAutokeyArgs{
},
None: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeNoneArgs{
},
SymmetricKey: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
AuthenticationKey: pulumi.String("string"),
},
},
},
},
NtpServerAddress: pulumi.String("string"),
},
SecondaryNtpServer: &.NtpSettingsNtpServersSecondaryNtpServerArgs{
AuthenticationType: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs{
Autokey: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeAutokeyArgs{
},
None: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeNoneArgs{
},
SymmetricKey: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
AuthenticationKey: pulumi.String("string"),
},
},
},
},
NtpServerAddress: pulumi.String("string"),
},
},
})
Copy
var ntpSettingsResource = new NtpSettings("ntpSettingsResource", NtpSettingsArgs.builder()
    .location(NtpSettingsLocationArgs.builder()
        .system(NtpSettingsLocationSystemArgs.builder()
            .ngfwDevice("string")
            .build())
        .template(NtpSettingsLocationTemplateArgs.builder()
            .name("string")
            .ngfwDevice("string")
            .panoramaDevice("string")
            .build())
        .templateStack(NtpSettingsLocationTemplateStackArgs.builder()
            .name("string")
            .ngfwDevice("string")
            .panoramaDevice("string")
            .build())
        .build())
    .ntpServers(NtpSettingsNtpServersArgs.builder()
        .primaryNtpServer(NtpSettingsNtpServersPrimaryNtpServerArgs.builder()
            .authenticationType(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs.builder()
                .autokey()
                .none()
                .symmetricKey(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs.builder()
                    .keyId(0)
                    .algorithm(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs.builder()
                        .md5(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args.builder()
                            .authenticationKey("string")
                            .build())
                        .sha1(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args.builder()
                            .authenticationKey("string")
                            .build())
                        .build())
                    .build())
                .build())
            .ntpServerAddress("string")
            .build())
        .secondaryNtpServer(NtpSettingsNtpServersSecondaryNtpServerArgs.builder()
            .authenticationType(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs.builder()
                .autokey()
                .none()
                .symmetricKey(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs.builder()
                    .keyId(0)
                    .algorithm(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs.builder()
                        .md5(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args.builder()
                            .authenticationKey("string")
                            .build())
                        .sha1(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args.builder()
                            .authenticationKey("string")
                            .build())
                        .build())
                    .build())
                .build())
            .ntpServerAddress("string")
            .build())
        .build())
    .build());
Copy
ntp_settings_resource = panos.NtpSettings("ntpSettingsResource",
    location={
        "system": {
            "ngfw_device": "string",
        },
        "template": {
            "name": "string",
            "ngfw_device": "string",
            "panorama_device": "string",
        },
        "template_stack": {
            "name": "string",
            "ngfw_device": "string",
            "panorama_device": "string",
        },
    },
    ntp_servers={
        "primary_ntp_server": {
            "authentication_type": {
                "autokey": {},
                "none": {},
                "symmetric_key": {
                    "key_id": 0,
                    "algorithm": {
                        "md5": {
                            "authentication_key": "string",
                        },
                        "sha1": {
                            "authentication_key": "string",
                        },
                    },
                },
            },
            "ntp_server_address": "string",
        },
        "secondary_ntp_server": {
            "authentication_type": {
                "autokey": {},
                "none": {},
                "symmetric_key": {
                    "key_id": 0,
                    "algorithm": {
                        "md5": {
                            "authentication_key": "string",
                        },
                        "sha1": {
                            "authentication_key": "string",
                        },
                    },
                },
            },
            "ntp_server_address": "string",
        },
    })
Copy
const ntpSettingsResource = new panos.NtpSettings("ntpSettingsResource", {
    location: {
        system: {
            ngfwDevice: "string",
        },
        template: {
            name: "string",
            ngfwDevice: "string",
            panoramaDevice: "string",
        },
        templateStack: {
            name: "string",
            ngfwDevice: "string",
            panoramaDevice: "string",
        },
    },
    ntpServers: {
        primaryNtpServer: {
            authenticationType: {
                autokey: {},
                none: {},
                symmetricKey: {
                    keyId: 0,
                    algorithm: {
                        md5: {
                            authenticationKey: "string",
                        },
                        sha1: {
                            authenticationKey: "string",
                        },
                    },
                },
            },
            ntpServerAddress: "string",
        },
        secondaryNtpServer: {
            authenticationType: {
                autokey: {},
                none: {},
                symmetricKey: {
                    keyId: 0,
                    algorithm: {
                        md5: {
                            authenticationKey: "string",
                        },
                        sha1: {
                            authenticationKey: "string",
                        },
                    },
                },
            },
            ntpServerAddress: "string",
        },
    },
});
Copy
type: panos:NtpSettings
properties:
    location:
        system:
            ngfwDevice: string
        template:
            name: string
            ngfwDevice: string
            panoramaDevice: string
        templateStack:
            name: string
            ngfwDevice: string
            panoramaDevice: string
    ntpServers:
        primaryNtpServer:
            authenticationType:
                autokey: {}
                none: {}
                symmetricKey:
                    algorithm:
                        md5:
                            authenticationKey: string
                        sha1:
                            authenticationKey: string
                    keyId: 0
            ntpServerAddress: string
        secondaryNtpServer:
            authenticationType:
                autokey: {}
                none: {}
                symmetricKey:
                    algorithm:
                        md5:
                            authenticationKey: string
                        sha1:
                            authenticationKey: string
                    keyId: 0
            ntpServerAddress: string
Copy

NtpSettings Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The NtpSettings resource accepts the following input properties:

Location This property is required. NtpSettingsLocation
The location of this object.
NtpServers NtpSettingsNtpServers
Location This property is required. NtpSettingsLocationArgs
The location of this object.
NtpServers NtpSettingsNtpServersArgs
location This property is required. NtpSettingsLocation
The location of this object.
ntpServers NtpSettingsNtpServers
location This property is required. NtpSettingsLocation
The location of this object.
ntpServers NtpSettingsNtpServers
location This property is required. NtpSettingsLocationArgs
The location of this object.
ntp_servers NtpSettingsNtpServersArgs
location This property is required. Property Map
The location of this object.
ntpServers Property Map

Outputs

All input properties are implicitly available as output properties. Additionally, the NtpSettings resource produces the following output properties:

EncryptedValues Dictionary<string, string>
Id string
The provider-assigned unique ID for this managed resource.
EncryptedValues map[string]string
Id string
The provider-assigned unique ID for this managed resource.
encryptedValues Map<String,String>
id String
The provider-assigned unique ID for this managed resource.
encryptedValues {[key: string]: string}
id string
The provider-assigned unique ID for this managed resource.
encrypted_values Mapping[str, str]
id str
The provider-assigned unique ID for this managed resource.
encryptedValues Map<String>
id String
The provider-assigned unique ID for this managed resource.

Look up Existing NtpSettings Resource

Get an existing NtpSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: NtpSettingsState, opts?: CustomResourceOptions): NtpSettings
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        encrypted_values: Optional[Mapping[str, str]] = None,
        location: Optional[NtpSettingsLocationArgs] = None,
        ntp_servers: Optional[NtpSettingsNtpServersArgs] = None) -> NtpSettings
func GetNtpSettings(ctx *Context, name string, id IDInput, state *NtpSettingsState, opts ...ResourceOption) (*NtpSettings, error)
public static NtpSettings Get(string name, Input<string> id, NtpSettingsState? state, CustomResourceOptions? opts = null)
public static NtpSettings get(String name, Output<String> id, NtpSettingsState state, CustomResourceOptions options)
resources:  _:    type: panos:NtpSettings    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
EncryptedValues Dictionary<string, string>
Location NtpSettingsLocation
The location of this object.
NtpServers NtpSettingsNtpServers
encryptedValues Map<String,String>
location NtpSettingsLocation
The location of this object.
ntpServers NtpSettingsNtpServers
encryptedValues {[key: string]: string}
location NtpSettingsLocation
The location of this object.
ntpServers NtpSettingsNtpServers
encryptedValues Map<String>
location Property Map
The location of this object.
ntpServers Property Map

Supporting Types

NtpSettingsLocation
, NtpSettingsLocationArgs

System NtpSettingsLocationSystem
Located in a system settings.
Template NtpSettingsLocationTemplate
Located in a specific template.
TemplateStack NtpSettingsLocationTemplateStack
Located in a specific template stack.
System NtpSettingsLocationSystem
Located in a system settings.
Template NtpSettingsLocationTemplate
Located in a specific template.
TemplateStack NtpSettingsLocationTemplateStack
Located in a specific template stack.
system NtpSettingsLocationSystem
Located in a system settings.
template NtpSettingsLocationTemplate
Located in a specific template.
templateStack NtpSettingsLocationTemplateStack
Located in a specific template stack.
system NtpSettingsLocationSystem
Located in a system settings.
template NtpSettingsLocationTemplate
Located in a specific template.
templateStack NtpSettingsLocationTemplateStack
Located in a specific template stack.
system NtpSettingsLocationSystem
Located in a system settings.
template NtpSettingsLocationTemplate
Located in a specific template.
template_stack NtpSettingsLocationTemplateStack
Located in a specific template stack.
system Property Map
Located in a system settings.
template Property Map
Located in a specific template.
templateStack Property Map
Located in a specific template stack.

NtpSettingsLocationSystem
, NtpSettingsLocationSystemArgs

NgfwDevice string
The NGFW device.
NgfwDevice string
The NGFW device.
ngfwDevice String
The NGFW device.
ngfwDevice string
The NGFW device.
ngfw_device str
The NGFW device.
ngfwDevice String
The NGFW device.

NtpSettingsLocationTemplate
, NtpSettingsLocationTemplateArgs

Name string
The template.
NgfwDevice string
The NGFW device.
PanoramaDevice string
The panorama device.
Name string
The template.
NgfwDevice string
The NGFW device.
PanoramaDevice string
The panorama device.
name String
The template.
ngfwDevice String
The NGFW device.
panoramaDevice String
The panorama device.
name string
The template.
ngfwDevice string
The NGFW device.
panoramaDevice string
The panorama device.
name str
The template.
ngfw_device str
The NGFW device.
panorama_device str
The panorama device.
name String
The template.
ngfwDevice String
The NGFW device.
panoramaDevice String
The panorama device.

NtpSettingsLocationTemplateStack
, NtpSettingsLocationTemplateStackArgs

Name string
The template stack.
NgfwDevice string
The NGFW device.
PanoramaDevice string
The panorama device.
Name string
The template stack.
NgfwDevice string
The NGFW device.
PanoramaDevice string
The panorama device.
name String
The template stack.
ngfwDevice String
The NGFW device.
panoramaDevice String
The panorama device.
name string
The template stack.
ngfwDevice string
The NGFW device.
panoramaDevice string
The panorama device.
name str
The template stack.
ngfw_device str
The NGFW device.
panorama_device str
The panorama device.
name String
The template stack.
ngfwDevice String
The NGFW device.
panoramaDevice String
The panorama device.

NtpSettingsNtpServers
, NtpSettingsNtpServersArgs

NtpSettingsNtpServersPrimaryNtpServer
, NtpSettingsNtpServersPrimaryNtpServerArgs

AuthenticationType This property is required. NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
NtpServerAddress string
NTP Server IP Address or Domain Name
AuthenticationType This property is required. NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
NtpServerAddress string
NTP Server IP Address or Domain Name
authenticationType This property is required. NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
ntpServerAddress String
NTP Server IP Address or Domain Name
authenticationType This property is required. NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
ntpServerAddress string
NTP Server IP Address or Domain Name
authentication_type This property is required. NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
ntp_server_address str
NTP Server IP Address or Domain Name
authenticationType This property is required. Property Map
ntpServerAddress String
NTP Server IP Address or Domain Name

NtpSettingsNtpServersPrimaryNtpServerAuthenticationType
, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs

NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey
, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs

keyId This property is required. Number
Symmetric Key Number
algorithm Property Map

NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm
, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs

NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5
, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args

AuthenticationKey string
Symmetric Key MD5 String
AuthenticationKey string
Symmetric Key MD5 String
authenticationKey String
Symmetric Key MD5 String
authenticationKey string
Symmetric Key MD5 String
authentication_key str
Symmetric Key MD5 String
authenticationKey String
Symmetric Key MD5 String

NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1
, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args

AuthenticationKey string
Symmetric Key SHA1 Hexadecimal
AuthenticationKey string
Symmetric Key SHA1 Hexadecimal
authenticationKey String
Symmetric Key SHA1 Hexadecimal
authenticationKey string
Symmetric Key SHA1 Hexadecimal
authentication_key str
Symmetric Key SHA1 Hexadecimal
authenticationKey String
Symmetric Key SHA1 Hexadecimal

NtpSettingsNtpServersSecondaryNtpServer
, NtpSettingsNtpServersSecondaryNtpServerArgs

authenticationType Property Map
ntpServerAddress String
NTP Server IP Address or Domain Name

NtpSettingsNtpServersSecondaryNtpServerAuthenticationType
, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs

NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKey
, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs

keyId This property is required. Number
Symmetric Key Number
algorithm Property Map

NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm
, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs

NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5
, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args

AuthenticationKey string
Symmetric Key MD5 String
AuthenticationKey string
Symmetric Key MD5 String
authenticationKey String
Symmetric Key MD5 String
authenticationKey string
Symmetric Key MD5 String
authentication_key str
Symmetric Key MD5 String
authenticationKey String
Symmetric Key MD5 String

NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1
, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args

AuthenticationKey string
Symmetric Key SHA1 Hexadecimal
AuthenticationKey string
Symmetric Key SHA1 Hexadecimal
authenticationKey String
Symmetric Key SHA1 Hexadecimal
authenticationKey string
Symmetric Key SHA1 Hexadecimal
authentication_key str
Symmetric Key SHA1 Hexadecimal
authenticationKey String
Symmetric Key SHA1 Hexadecimal

Package Details

Repository
panos paloaltonetworks/terraform-provider-panos
License
Notes
This Pulumi package is based on the panos Terraform Provider.