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

panos logo
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks

    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());
    
        }
    }
    
    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
    

    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 string
    The unique name of the resource.
    args NtpSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args NtpSettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NtpSettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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",
            },
        },
    });
    
    example, err := panos.NewNtpSettings(ctx, "ntpSettingsResource", &panos.NtpSettingsArgs{
    	Location: &panos.NtpSettingsLocationArgs{
    		System: &panos.NtpSettingsLocationSystemArgs{
    			NgfwDevice: pulumi.String("string"),
    		},
    		Template: &panos.NtpSettingsLocationTemplateArgs{
    			Name:           pulumi.String("string"),
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    		TemplateStack: &panos.NtpSettingsLocationTemplateStackArgs{
    			Name:           pulumi.String("string"),
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    	},
    	NtpServers: &panos.NtpSettingsNtpServersArgs{
    		PrimaryNtpServer: &panos.NtpSettingsNtpServersPrimaryNtpServerArgs{
    			AuthenticationType: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs{
    				Autokey: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeAutokeyArgs{},
    				None:    &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeNoneArgs{},
    				SymmetricKey: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs{
    					KeyId: pulumi.Float64(0),
    					Algorithm: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
    						Md5: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
    							AuthenticationKey: pulumi.String("string"),
    						},
    						Sha1: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
    							AuthenticationKey: pulumi.String("string"),
    						},
    					},
    				},
    			},
    			NtpServerAddress: pulumi.String("string"),
    		},
    		SecondaryNtpServer: &panos.NtpSettingsNtpServersSecondaryNtpServerArgs{
    			AuthenticationType: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs{
    				Autokey: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeAutokeyArgs{},
    				None:    &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeNoneArgs{},
    				SymmetricKey: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs{
    					KeyId: pulumi.Float64(0),
    					Algorithm: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
    						Md5: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
    							AuthenticationKey: pulumi.String("string"),
    						},
    						Sha1: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
    							AuthenticationKey: pulumi.String("string"),
    						},
    					},
    				},
    			},
    			NtpServerAddress: pulumi.String("string"),
    		},
    	},
    })
    
    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());
    
    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",
            },
        })
    
    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",
            },
        },
    });
    
    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
    

    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 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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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
    The unique name of the resulting resource.
    id
    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 Property Map
    ntpServerAddress String
    NTP Server IP Address or Domain Name

    NtpSettingsNtpServersPrimaryNtpServerAuthenticationType, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs

    NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs

    keyId 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 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.
    panos logo
    panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks