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

panos.getCertificateProfile

Explore with Pulumi AI

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

    Using getCertificateProfile

    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 getCertificateProfile(args: GetCertificateProfileArgs, opts?: InvokeOptions): Promise<GetCertificateProfileResult>
    function getCertificateProfileOutput(args: GetCertificateProfileOutputArgs, opts?: InvokeOptions): Output<GetCertificateProfileResult>
    def get_certificate_profile(block_expired_certificate: Optional[bool] = None,
                                block_timeout_certificate: Optional[bool] = None,
                                block_unauthenticated_certificate: Optional[bool] = None,
                                block_unknown_certificate: Optional[bool] = None,
                                certificate_status_timeout: Optional[float] = None,
                                certificates: Optional[Sequence[GetCertificateProfileCertificate]] = None,
                                crl_receive_timeout: Optional[float] = None,
                                domain: Optional[str] = None,
                                location: Optional[GetCertificateProfileLocation] = None,
                                name: Optional[str] = None,
                                ocsp_exclude_nonce: Optional[bool] = None,
                                ocsp_receive_timeout: Optional[float] = None,
                                use_crl: Optional[bool] = None,
                                use_ocsp: Optional[bool] = None,
                                username_field: Optional[GetCertificateProfileUsernameField] = None,
                                opts: Optional[InvokeOptions] = None) -> GetCertificateProfileResult
    def get_certificate_profile_output(block_expired_certificate: Optional[pulumi.Input[bool]] = None,
                                block_timeout_certificate: Optional[pulumi.Input[bool]] = None,
                                block_unauthenticated_certificate: Optional[pulumi.Input[bool]] = None,
                                block_unknown_certificate: Optional[pulumi.Input[bool]] = None,
                                certificate_status_timeout: Optional[pulumi.Input[float]] = None,
                                certificates: Optional[pulumi.Input[Sequence[pulumi.Input[GetCertificateProfileCertificateArgs]]]] = None,
                                crl_receive_timeout: Optional[pulumi.Input[float]] = None,
                                domain: Optional[pulumi.Input[str]] = None,
                                location: Optional[pulumi.Input[GetCertificateProfileLocationArgs]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                ocsp_exclude_nonce: Optional[pulumi.Input[bool]] = None,
                                ocsp_receive_timeout: Optional[pulumi.Input[float]] = None,
                                use_crl: Optional[pulumi.Input[bool]] = None,
                                use_ocsp: Optional[pulumi.Input[bool]] = None,
                                username_field: Optional[pulumi.Input[GetCertificateProfileUsernameFieldArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetCertificateProfileResult]
    func LookupCertificateProfile(ctx *Context, args *LookupCertificateProfileArgs, opts ...InvokeOption) (*LookupCertificateProfileResult, error)
    func LookupCertificateProfileOutput(ctx *Context, args *LookupCertificateProfileOutputArgs, opts ...InvokeOption) LookupCertificateProfileResultOutput

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

    public static class GetCertificateProfile 
    {
        public static Task<GetCertificateProfileResult> InvokeAsync(GetCertificateProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetCertificateProfileResult> Invoke(GetCertificateProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCertificateProfileResult> getCertificateProfile(GetCertificateProfileArgs args, InvokeOptions options)
    public static Output<GetCertificateProfileResult> getCertificateProfile(GetCertificateProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getCertificateProfile:getCertificateProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetCertificateProfileLocation
    The location of this object.
    Name string
    BlockExpiredCertificate bool
    Whether to block a session if certificate status is expired.
    BlockTimeoutCertificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    BlockUnauthenticatedCertificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    BlockUnknownCertificate bool
    Whether to block a session if cert. status is unknown.
    CertificateStatusTimeout double
    Certificate status query timeout value in seconds.
    Certificates List<GetCertificateProfileCertificate>
    CA Certificate to assign to the profile.
    CrlReceiveTimeout double
    CRL receive timeout value in seconds.
    Domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    OcspExcludeNonce bool
    Whether to exclude nonce extension for OCSP requests.
    OcspReceiveTimeout double
    OCSP receive timeout value in seconds.
    UseCrl bool
    Enable use of CRL to verify the revocation status of certificates.
    UseOcsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    UsernameField GetCertificateProfileUsernameField
    Location GetCertificateProfileLocation
    The location of this object.
    Name string
    BlockExpiredCertificate bool
    Whether to block a session if certificate status is expired.
    BlockTimeoutCertificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    BlockUnauthenticatedCertificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    BlockUnknownCertificate bool
    Whether to block a session if cert. status is unknown.
    CertificateStatusTimeout float64
    Certificate status query timeout value in seconds.
    Certificates []GetCertificateProfileCertificate
    CA Certificate to assign to the profile.
    CrlReceiveTimeout float64
    CRL receive timeout value in seconds.
    Domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    OcspExcludeNonce bool
    Whether to exclude nonce extension for OCSP requests.
    OcspReceiveTimeout float64
    OCSP receive timeout value in seconds.
    UseCrl bool
    Enable use of CRL to verify the revocation status of certificates.
    UseOcsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    UsernameField GetCertificateProfileUsernameField
    location GetCertificateProfileLocation
    The location of this object.
    name String
    blockExpiredCertificate Boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate Boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate Boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate Boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout Double
    Certificate status query timeout value in seconds.
    certificates List<GetCertificateProfileCertificate>
    CA Certificate to assign to the profile.
    crlReceiveTimeout Double
    CRL receive timeout value in seconds.
    domain String
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    ocspExcludeNonce Boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout Double
    OCSP receive timeout value in seconds.
    useCrl Boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp Boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField GetCertificateProfileUsernameField
    location GetCertificateProfileLocation
    The location of this object.
    name string
    blockExpiredCertificate boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout number
    Certificate status query timeout value in seconds.
    certificates GetCertificateProfileCertificate[]
    CA Certificate to assign to the profile.
    crlReceiveTimeout number
    CRL receive timeout value in seconds.
    domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    ocspExcludeNonce boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout number
    OCSP receive timeout value in seconds.
    useCrl boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField GetCertificateProfileUsernameField
    location GetCertificateProfileLocation
    The location of this object.
    name str
    block_expired_certificate bool
    Whether to block a session if certificate status is expired.
    block_timeout_certificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    block_unauthenticated_certificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    block_unknown_certificate bool
    Whether to block a session if cert. status is unknown.
    certificate_status_timeout float
    Certificate status query timeout value in seconds.
    certificates Sequence[GetCertificateProfileCertificate]
    CA Certificate to assign to the profile.
    crl_receive_timeout float
    CRL receive timeout value in seconds.
    domain str
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    ocsp_exclude_nonce bool
    Whether to exclude nonce extension for OCSP requests.
    ocsp_receive_timeout float
    OCSP receive timeout value in seconds.
    use_crl bool
    Enable use of CRL to verify the revocation status of certificates.
    use_ocsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    username_field GetCertificateProfileUsernameField
    location Property Map
    The location of this object.
    name String
    blockExpiredCertificate Boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate Boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate Boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate Boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout Number
    Certificate status query timeout value in seconds.
    certificates List<Property Map>
    CA Certificate to assign to the profile.
    crlReceiveTimeout Number
    CRL receive timeout value in seconds.
    domain String
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    ocspExcludeNonce Boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout Number
    OCSP receive timeout value in seconds.
    useCrl Boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp Boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField Property Map

    getCertificateProfile Result

    The following output properties are available:

    BlockExpiredCertificate bool
    Whether to block a session if certificate status is expired.
    BlockTimeoutCertificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    BlockUnauthenticatedCertificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    BlockUnknownCertificate bool
    Whether to block a session if cert. status is unknown.
    CertificateStatusTimeout double
    Certificate status query timeout value in seconds.
    Certificates List<GetCertificateProfileCertificate>
    CA Certificate to assign to the profile.
    CrlReceiveTimeout double
    CRL receive timeout value in seconds.
    Domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetCertificateProfileLocation
    The location of this object.
    Name string
    OcspExcludeNonce bool
    Whether to exclude nonce extension for OCSP requests.
    OcspReceiveTimeout double
    OCSP receive timeout value in seconds.
    UseCrl bool
    Enable use of CRL to verify the revocation status of certificates.
    UseOcsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    UsernameField GetCertificateProfileUsernameField
    BlockExpiredCertificate bool
    Whether to block a session if certificate status is expired.
    BlockTimeoutCertificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    BlockUnauthenticatedCertificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    BlockUnknownCertificate bool
    Whether to block a session if cert. status is unknown.
    CertificateStatusTimeout float64
    Certificate status query timeout value in seconds.
    Certificates []GetCertificateProfileCertificate
    CA Certificate to assign to the profile.
    CrlReceiveTimeout float64
    CRL receive timeout value in seconds.
    Domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetCertificateProfileLocation
    The location of this object.
    Name string
    OcspExcludeNonce bool
    Whether to exclude nonce extension for OCSP requests.
    OcspReceiveTimeout float64
    OCSP receive timeout value in seconds.
    UseCrl bool
    Enable use of CRL to verify the revocation status of certificates.
    UseOcsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    UsernameField GetCertificateProfileUsernameField
    blockExpiredCertificate Boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate Boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate Boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate Boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout Double
    Certificate status query timeout value in seconds.
    certificates List<GetCertificateProfileCertificate>
    CA Certificate to assign to the profile.
    crlReceiveTimeout Double
    CRL receive timeout value in seconds.
    domain String
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    id String
    The provider-assigned unique ID for this managed resource.
    location GetCertificateProfileLocation
    The location of this object.
    name String
    ocspExcludeNonce Boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout Double
    OCSP receive timeout value in seconds.
    useCrl Boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp Boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField GetCertificateProfileUsernameField
    blockExpiredCertificate boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout number
    Certificate status query timeout value in seconds.
    certificates GetCertificateProfileCertificate[]
    CA Certificate to assign to the profile.
    crlReceiveTimeout number
    CRL receive timeout value in seconds.
    domain string
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    id string
    The provider-assigned unique ID for this managed resource.
    location GetCertificateProfileLocation
    The location of this object.
    name string
    ocspExcludeNonce boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout number
    OCSP receive timeout value in seconds.
    useCrl boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField GetCertificateProfileUsernameField
    block_expired_certificate bool
    Whether to block a session if certificate status is expired.
    block_timeout_certificate bool
    Whether to block a session if cert. status can't be retrieved within timeout.
    block_unauthenticated_certificate bool
    Whether to block session if the certificate was not issued to the authenticating device.
    block_unknown_certificate bool
    Whether to block a session if cert. status is unknown.
    certificate_status_timeout float
    Certificate status query timeout value in seconds.
    certificates Sequence[GetCertificateProfileCertificate]
    CA Certificate to assign to the profile.
    crl_receive_timeout float
    CRL receive timeout value in seconds.
    domain str
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    id str
    The provider-assigned unique ID for this managed resource.
    location GetCertificateProfileLocation
    The location of this object.
    name str
    ocsp_exclude_nonce bool
    Whether to exclude nonce extension for OCSP requests.
    ocsp_receive_timeout float
    OCSP receive timeout value in seconds.
    use_crl bool
    Enable use of CRL to verify the revocation status of certificates.
    use_ocsp bool
    Enable use of OCSP to verify the revocation status of certificates.
    username_field GetCertificateProfileUsernameField
    blockExpiredCertificate Boolean
    Whether to block a session if certificate status is expired.
    blockTimeoutCertificate Boolean
    Whether to block a session if cert. status can't be retrieved within timeout.
    blockUnauthenticatedCertificate Boolean
    Whether to block session if the certificate was not issued to the authenticating device.
    blockUnknownCertificate Boolean
    Whether to block a session if cert. status is unknown.
    certificateStatusTimeout Number
    Certificate status query timeout value in seconds.
    certificates List<Property Map>
    CA Certificate to assign to the profile.
    crlReceiveTimeout Number
    CRL receive timeout value in seconds.
    domain String
    NetBIOS domain so the PAN-OS software can map users through User-ID.
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    ocspExcludeNonce Boolean
    Whether to exclude nonce extension for OCSP requests.
    ocspReceiveTimeout Number
    OCSP receive timeout value in seconds.
    useCrl Boolean
    Enable use of CRL to verify the revocation status of certificates.
    useOcsp Boolean
    Enable use of OCSP to verify the revocation status of certificates.
    usernameField Property Map

    Supporting Types

    GetCertificateProfileCertificate

    DefaultOcspUrl string
    Default URL for ocsp verification.
    Name string
    OcspVerifyCertificate string
    Certificate to verify signature in OCSP response.
    TemplateName string
    Certificate Template Name / OID for the certificate
    DefaultOcspUrl string
    Default URL for ocsp verification.
    Name string
    OcspVerifyCertificate string
    Certificate to verify signature in OCSP response.
    TemplateName string
    Certificate Template Name / OID for the certificate
    defaultOcspUrl String
    Default URL for ocsp verification.
    name String
    ocspVerifyCertificate String
    Certificate to verify signature in OCSP response.
    templateName String
    Certificate Template Name / OID for the certificate
    defaultOcspUrl string
    Default URL for ocsp verification.
    name string
    ocspVerifyCertificate string
    Certificate to verify signature in OCSP response.
    templateName string
    Certificate Template Name / OID for the certificate
    default_ocsp_url str
    Default URL for ocsp verification.
    name str
    ocsp_verify_certificate str
    Certificate to verify signature in OCSP response.
    template_name str
    Certificate Template Name / OID for the certificate
    defaultOcspUrl String
    Default URL for ocsp verification.
    name String
    ocspVerifyCertificate String
    Certificate to verify signature in OCSP response.
    templateName String
    Certificate Template Name / OID for the certificate

    GetCertificateProfileLocation

    Panorama GetCertificateProfileLocationPanorama
    Located in a panorama.
    Shared GetCertificateProfileLocationShared
    Located in shared.
    Template GetCertificateProfileLocationTemplate
    Located in a specific template.
    TemplateStack GetCertificateProfileLocationTemplateStack
    Located in a specific template stack.
    TemplateStackVsys GetCertificateProfileLocationTemplateStackVsys
    Located in a specific template stack, device and vsys.
    TemplateVsys GetCertificateProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    Panorama GetCertificateProfileLocationPanorama
    Located in a panorama.
    Shared GetCertificateProfileLocationShared
    Located in shared.
    Template GetCertificateProfileLocationTemplate
    Located in a specific template.
    TemplateStack GetCertificateProfileLocationTemplateStack
    Located in a specific template stack.
    TemplateStackVsys GetCertificateProfileLocationTemplateStackVsys
    Located in a specific template stack, device and vsys.
    TemplateVsys GetCertificateProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetCertificateProfileLocationPanorama
    Located in a panorama.
    shared GetCertificateProfileLocationShared
    Located in shared.
    template GetCertificateProfileLocationTemplate
    Located in a specific template.
    templateStack GetCertificateProfileLocationTemplateStack
    Located in a specific template stack.
    templateStackVsys GetCertificateProfileLocationTemplateStackVsys
    Located in a specific template stack, device and vsys.
    templateVsys GetCertificateProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetCertificateProfileLocationPanorama
    Located in a panorama.
    shared GetCertificateProfileLocationShared
    Located in shared.
    template GetCertificateProfileLocationTemplate
    Located in a specific template.
    templateStack GetCertificateProfileLocationTemplateStack
    Located in a specific template stack.
    templateStackVsys GetCertificateProfileLocationTemplateStackVsys
    Located in a specific template stack, device and vsys.
    templateVsys GetCertificateProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama GetCertificateProfileLocationPanorama
    Located in a panorama.
    shared GetCertificateProfileLocationShared
    Located in shared.
    template GetCertificateProfileLocationTemplate
    Located in a specific template.
    template_stack GetCertificateProfileLocationTemplateStack
    Located in a specific template stack.
    template_stack_vsys GetCertificateProfileLocationTemplateStackVsys
    Located in a specific template stack, device and vsys.
    template_vsys GetCertificateProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    panorama Property Map
    Located in a panorama.
    shared Property Map
    Located in shared.
    template Property Map
    Located in a specific template.
    templateStack Property Map
    Located in a specific template stack.
    templateStackVsys Property Map
    Located in a specific template stack, device and vsys.
    templateVsys Property Map
    Located in a specific template, device and vsys.

    GetCertificateProfileLocationTemplate

    Name string
    The template.
    PanoramaDevice string
    The panorama device.
    Name string
    The template.
    PanoramaDevice string
    The panorama device.
    name String
    The template.
    panoramaDevice String
    The panorama device.
    name string
    The template.
    panoramaDevice string
    The panorama device.
    name str
    The template.
    panorama_device str
    The panorama device.
    name String
    The template.
    panoramaDevice String
    The panorama device.

    GetCertificateProfileLocationTemplateStack

    Name string
    The template stack.
    PanoramaDevice string
    The panorama device.
    Name string
    The template stack.
    PanoramaDevice string
    The panorama device.
    name String
    The template stack.
    panoramaDevice String
    The panorama device.
    name string
    The template stack.
    panoramaDevice string
    The panorama device.
    name str
    The template stack.
    panorama_device str
    The panorama device.
    name String
    The template stack.
    panoramaDevice String
    The panorama device.

    GetCertificateProfileLocationTemplateStackVsys

    NgfwDevice string
    The NGFW device.
    PanoramaDevice string
    The panorama device.
    TemplateStack string
    The template stack.
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device.
    PanoramaDevice string
    The panorama device.
    TemplateStack string
    The template stack.
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device.
    panoramaDevice String
    The panorama device.
    templateStack String
    The template stack.
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device.
    panoramaDevice string
    The panorama device.
    templateStack string
    The template stack.
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device.
    panorama_device str
    The panorama device.
    template_stack str
    The template stack.
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device.
    panoramaDevice String
    The panorama device.
    templateStack String
    The template stack.
    vsys String
    The vsys.

    GetCertificateProfileLocationTemplateVsys

    NgfwDevice string
    The NGFW device.
    PanoramaDevice string
    The panorama device.
    Template string
    The template.
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device.
    PanoramaDevice string
    The panorama device.
    Template string
    The template.
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device.
    panoramaDevice String
    The panorama device.
    template String
    The template.
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device.
    panoramaDevice string
    The panorama device.
    template string
    The template.
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device.
    panorama_device str
    The panorama device.
    template str
    The template.
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device.
    panoramaDevice String
    The panorama device.
    template String
    The template.
    vsys String
    The vsys.

    GetCertificateProfileUsernameField

    Subject string
    The common name.
    SubjectAlt string
    The Email or Principal Name.
    Subject string
    The common name.
    SubjectAlt string
    The Email or Principal Name.
    subject String
    The common name.
    subjectAlt String
    The Email or Principal Name.
    subject string
    The common name.
    subjectAlt string
    The Email or Principal Name.
    subject str
    The common name.
    subject_alt str
    The Email or Principal Name.
    subject String
    The common name.
    subjectAlt String
    The Email or Principal Name.

    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