1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. getOspfv3AuthRoutingProfile
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks

    Using getOspfv3AuthRoutingProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getOspfv3AuthRoutingProfile(args: GetOspfv3AuthRoutingProfileArgs, opts?: InvokeOptions): Promise<GetOspfv3AuthRoutingProfileResult>
    function getOspfv3AuthRoutingProfileOutput(args: GetOspfv3AuthRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetOspfv3AuthRoutingProfileResult>
    def get_ospfv3_auth_routing_profile(ah: Optional[GetOspfv3AuthRoutingProfileAh] = None,
                                        esp: Optional[GetOspfv3AuthRoutingProfileEsp] = None,
                                        location: Optional[GetOspfv3AuthRoutingProfileLocation] = None,
                                        name: Optional[str] = None,
                                        spi: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetOspfv3AuthRoutingProfileResult
    def get_ospfv3_auth_routing_profile_output(ah: Optional[pulumi.Input[GetOspfv3AuthRoutingProfileAhArgs]] = None,
                                        esp: Optional[pulumi.Input[GetOspfv3AuthRoutingProfileEspArgs]] = None,
                                        location: Optional[pulumi.Input[GetOspfv3AuthRoutingProfileLocationArgs]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        spi: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetOspfv3AuthRoutingProfileResult]
    func LookupOspfv3AuthRoutingProfile(ctx *Context, args *LookupOspfv3AuthRoutingProfileArgs, opts ...InvokeOption) (*LookupOspfv3AuthRoutingProfileResult, error)
    func LookupOspfv3AuthRoutingProfileOutput(ctx *Context, args *LookupOspfv3AuthRoutingProfileOutputArgs, opts ...InvokeOption) LookupOspfv3AuthRoutingProfileResultOutput

    > Note: This function is named LookupOspfv3AuthRoutingProfile in the Go SDK.

    public static class GetOspfv3AuthRoutingProfile 
    {
        public static Task<GetOspfv3AuthRoutingProfileResult> InvokeAsync(GetOspfv3AuthRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetOspfv3AuthRoutingProfileResult> Invoke(GetOspfv3AuthRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOspfv3AuthRoutingProfileResult> getOspfv3AuthRoutingProfile(GetOspfv3AuthRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetOspfv3AuthRoutingProfileResult> getOspfv3AuthRoutingProfile(GetOspfv3AuthRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getOspfv3AuthRoutingProfile:getOspfv3AuthRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    Name string
    Ah GetOspfv3AuthRoutingProfileAh
    Esp GetOspfv3AuthRoutingProfileEsp
    Spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    Location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    Name string
    Ah GetOspfv3AuthRoutingProfileAh
    Esp GetOspfv3AuthRoutingProfileEsp
    Spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name String
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    spi String
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name string
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name str
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    spi str
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    location Property Map
    The location of this object.
    name String
    ah Property Map
    esp Property Map
    spi String
    SPI for both inbound and outbound SA, hex format xxxxxxxx.

    getOspfv3AuthRoutingProfile Result

    The following output properties are available:

    Ah GetOspfv3AuthRoutingProfileAh
    Esp GetOspfv3AuthRoutingProfileEsp
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    Name string
    Spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    Ah GetOspfv3AuthRoutingProfileAh
    Esp GetOspfv3AuthRoutingProfileEsp
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    Name string
    Spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    id String
    The provider-assigned unique ID for this managed resource.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name String
    spi String
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    id string
    The provider-assigned unique ID for this managed resource.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name string
    spi string
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    ah GetOspfv3AuthRoutingProfileAh
    esp GetOspfv3AuthRoutingProfileEsp
    id str
    The provider-assigned unique ID for this managed resource.
    location GetOspfv3AuthRoutingProfileLocation
    The location of this object.
    name str
    spi str
    SPI for both inbound and outbound SA, hex format xxxxxxxx.
    ah Property Map
    esp Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    spi String
    SPI for both inbound and outbound SA, hex format xxxxxxxx.

    Supporting Types

    GetOspfv3AuthRoutingProfileAh

    GetOspfv3AuthRoutingProfileAhMd5

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections

    GetOspfv3AuthRoutingProfileAhSha1

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections

    GetOspfv3AuthRoutingProfileAhSha256

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections

    GetOspfv3AuthRoutingProfileAhSha384

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections

    GetOspfv3AuthRoutingProfileAhSha512

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections

    GetOspfv3AuthRoutingProfileEsp

    GetOspfv3AuthRoutingProfileEspAuthentication

    GetOspfv3AuthRoutingProfileEspAuthenticationMd5

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 4 sections

    GetOspfv3AuthRoutingProfileEspAuthenticationSha1

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 5 sections

    GetOspfv3AuthRoutingProfileEspAuthenticationSha256

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 8 sections

    GetOspfv3AuthRoutingProfileEspAuthenticationSha384

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 12 sections

    GetOspfv3AuthRoutingProfileEspAuthenticationSha512

    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total 16 sections

    GetOspfv3AuthRoutingProfileEspEncryption

    Algorithm string
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
    Algorithm string
    Key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
    algorithm String
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
    algorithm string
    key string
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
    algorithm str
    key str
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8
    algorithm String
    key String
    hex format xxxxxxxx[-xxxxxxxx]... total number of sections: 3des: 6, aes128: 4, aes192: 6, aes256: 8

    GetOspfv3AuthRoutingProfileLocation

    ngfw Property Map
    Located in a specific NGFW device
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetOspfv3AuthRoutingProfileLocationNgfw

    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

    GetOspfv3AuthRoutingProfileLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetOspfv3AuthRoutingProfileLocationTemplateStack

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

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    Viewing docs for panos 2.0.11
    published on Tuesday, Apr 28, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.