panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks
panos.getCertificateProfile
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
- Location
GetCertificate Profile Location 
- The location of this object.
- Name string
- BlockExpired boolCertificate 
- Whether to block a session if certificate status is expired.
- BlockTimeout boolCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- BlockUnauthenticated boolCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- BlockUnknown boolCertificate 
- Whether to block a session if cert. status is unknown.
- CertificateStatus doubleTimeout 
- Certificate status query timeout value in seconds.
- Certificates
List<GetCertificate Profile Certificate> 
- CA Certificate to assign to the profile.
- CrlReceive doubleTimeout 
- CRL receive timeout value in seconds.
- Domain string
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- OcspExclude boolNonce 
- Whether to exclude nonce extension for OCSP requests.
- OcspReceive doubleTimeout 
- 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 GetCertificate Profile Username Field 
- Location
GetCertificate Profile Location 
- The location of this object.
- Name string
- BlockExpired boolCertificate 
- Whether to block a session if certificate status is expired.
- BlockTimeout boolCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- BlockUnauthenticated boolCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- BlockUnknown boolCertificate 
- Whether to block a session if cert. status is unknown.
- CertificateStatus float64Timeout 
- Certificate status query timeout value in seconds.
- Certificates
[]GetCertificate Profile Certificate 
- CA Certificate to assign to the profile.
- CrlReceive float64Timeout 
- CRL receive timeout value in seconds.
- Domain string
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- OcspExclude boolNonce 
- Whether to exclude nonce extension for OCSP requests.
- OcspReceive float64Timeout 
- 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 GetCertificate Profile Username Field 
- location
GetCertificate Profile Location 
- The location of this object.
- name String
- blockExpired BooleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout BooleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated BooleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown BooleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus DoubleTimeout 
- Certificate status query timeout value in seconds.
- certificates
List<GetCertificate Profile Certificate> 
- CA Certificate to assign to the profile.
- crlReceive DoubleTimeout 
- CRL receive timeout value in seconds.
- domain String
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocspExclude BooleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive DoubleTimeout 
- 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 GetCertificate Profile Username Field 
- location
GetCertificate Profile Location 
- The location of this object.
- name string
- blockExpired booleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout booleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated booleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown booleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus numberTimeout 
- Certificate status query timeout value in seconds.
- certificates
GetCertificate Profile Certificate[] 
- CA Certificate to assign to the profile.
- crlReceive numberTimeout 
- CRL receive timeout value in seconds.
- domain string
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocspExclude booleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive numberTimeout 
- 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 GetCertificate Profile Username Field 
- location
GetCertificate Profile Location 
- The location of this object.
- name str
- block_expired_ boolcertificate 
- Whether to block a session if certificate status is expired.
- block_timeout_ boolcertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- block_unauthenticated_ boolcertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- block_unknown_ boolcertificate 
- Whether to block a session if cert. status is unknown.
- certificate_status_ floattimeout 
- Certificate status query timeout value in seconds.
- certificates
Sequence[GetCertificate Profile Certificate] 
- CA Certificate to assign to the profile.
- crl_receive_ floattimeout 
- CRL receive timeout value in seconds.
- domain str
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocsp_exclude_ boolnonce 
- Whether to exclude nonce extension for OCSP requests.
- ocsp_receive_ floattimeout 
- 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 GetCertificate Profile Username Field 
- location Property Map
- The location of this object.
- name String
- blockExpired BooleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout BooleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated BooleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown BooleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus NumberTimeout 
- Certificate status query timeout value in seconds.
- certificates List<Property Map>
- CA Certificate to assign to the profile.
- crlReceive NumberTimeout 
- CRL receive timeout value in seconds.
- domain String
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocspExclude BooleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive NumberTimeout 
- 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:
- BlockExpired boolCertificate 
- Whether to block a session if certificate status is expired.
- BlockTimeout boolCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- BlockUnauthenticated boolCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- BlockUnknown boolCertificate 
- Whether to block a session if cert. status is unknown.
- CertificateStatus doubleTimeout 
- Certificate status query timeout value in seconds.
- Certificates
List<GetCertificate Profile Certificate> 
- CA Certificate to assign to the profile.
- CrlReceive doubleTimeout 
- 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
GetCertificate Profile Location 
- The location of this object.
- Name string
- OcspExclude boolNonce 
- Whether to exclude nonce extension for OCSP requests.
- OcspReceive doubleTimeout 
- 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 GetCertificate Profile Username Field 
- BlockExpired boolCertificate 
- Whether to block a session if certificate status is expired.
- BlockTimeout boolCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- BlockUnauthenticated boolCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- BlockUnknown boolCertificate 
- Whether to block a session if cert. status is unknown.
- CertificateStatus float64Timeout 
- Certificate status query timeout value in seconds.
- Certificates
[]GetCertificate Profile Certificate 
- CA Certificate to assign to the profile.
- CrlReceive float64Timeout 
- 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
GetCertificate Profile Location 
- The location of this object.
- Name string
- OcspExclude boolNonce 
- Whether to exclude nonce extension for OCSP requests.
- OcspReceive float64Timeout 
- 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 GetCertificate Profile Username Field 
- blockExpired BooleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout BooleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated BooleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown BooleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus DoubleTimeout 
- Certificate status query timeout value in seconds.
- certificates
List<GetCertificate Profile Certificate> 
- CA Certificate to assign to the profile.
- crlReceive DoubleTimeout 
- 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
GetCertificate Profile Location 
- The location of this object.
- name String
- ocspExclude BooleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive DoubleTimeout 
- 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 GetCertificate Profile Username Field 
- blockExpired booleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout booleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated booleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown booleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus numberTimeout 
- Certificate status query timeout value in seconds.
- certificates
GetCertificate Profile Certificate[] 
- CA Certificate to assign to the profile.
- crlReceive numberTimeout 
- 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
GetCertificate Profile Location 
- The location of this object.
- name string
- ocspExclude booleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive numberTimeout 
- 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 GetCertificate Profile Username Field 
- block_expired_ boolcertificate 
- Whether to block a session if certificate status is expired.
- block_timeout_ boolcertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- block_unauthenticated_ boolcertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- block_unknown_ boolcertificate 
- Whether to block a session if cert. status is unknown.
- certificate_status_ floattimeout 
- Certificate status query timeout value in seconds.
- certificates
Sequence[GetCertificate Profile Certificate] 
- CA Certificate to assign to the profile.
- crl_receive_ floattimeout 
- 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
GetCertificate Profile Location 
- The location of this object.
- name str
- ocsp_exclude_ boolnonce 
- Whether to exclude nonce extension for OCSP requests.
- ocsp_receive_ floattimeout 
- 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 GetCertificate Profile Username Field 
- blockExpired BooleanCertificate 
- Whether to block a session if certificate status is expired.
- blockTimeout BooleanCertificate 
- Whether to block a session if cert. status can't be retrieved within timeout.
- blockUnauthenticated BooleanCertificate 
- Whether to block session if the certificate was not issued to the authenticating device.
- blockUnknown BooleanCertificate 
- Whether to block a session if cert. status is unknown.
- certificateStatus NumberTimeout 
- Certificate status query timeout value in seconds.
- certificates List<Property Map>
- CA Certificate to assign to the profile.
- crlReceive NumberTimeout 
- 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
- ocspExclude BooleanNonce 
- Whether to exclude nonce extension for OCSP requests.
- ocspReceive NumberTimeout 
- 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   
- DefaultOcsp stringUrl 
- Default URL for ocsp verification.
- Name string
- OcspVerify stringCertificate 
- Certificate to verify signature in OCSP response.
- TemplateName string
- Certificate Template Name / OID for the certificate
- DefaultOcsp stringUrl 
- Default URL for ocsp verification.
- Name string
- OcspVerify stringCertificate 
- Certificate to verify signature in OCSP response.
- TemplateName string
- Certificate Template Name / OID for the certificate
- defaultOcsp StringUrl 
- Default URL for ocsp verification.
- name String
- ocspVerify StringCertificate 
- Certificate to verify signature in OCSP response.
- templateName String
- Certificate Template Name / OID for the certificate
- defaultOcsp stringUrl 
- Default URL for ocsp verification.
- name string
- ocspVerify stringCertificate 
- Certificate to verify signature in OCSP response.
- templateName string
- Certificate Template Name / OID for the certificate
- default_ocsp_ strurl 
- Default URL for ocsp verification.
- name str
- ocsp_verify_ strcertificate 
- Certificate to verify signature in OCSP response.
- template_name str
- Certificate Template Name / OID for the certificate
- defaultOcsp StringUrl 
- Default URL for ocsp verification.
- name String
- ocspVerify StringCertificate 
- Certificate to verify signature in OCSP response.
- templateName String
- Certificate Template Name / OID for the certificate
GetCertificateProfileLocation   
- Panorama
GetCertificate Profile Location Panorama 
- Located in a panorama.
- 
GetCertificate Profile Location Shared 
- Located in shared.
- Template
GetCertificate Profile Location Template 
- Located in a specific template.
- TemplateStack GetCertificate Profile Location Template Stack 
- Located in a specific template stack.
- TemplateStack GetVsys Certificate Profile Location Template Stack Vsys 
- Located in a specific template stack, device and vsys.
- TemplateVsys GetCertificate Profile Location Template Vsys 
- Located in a specific template, device and vsys.
- Panorama
GetCertificate Profile Location Panorama 
- Located in a panorama.
- 
GetCertificate Profile Location Shared 
- Located in shared.
- Template
GetCertificate Profile Location Template 
- Located in a specific template.
- TemplateStack GetCertificate Profile Location Template Stack 
- Located in a specific template stack.
- TemplateStack GetVsys Certificate Profile Location Template Stack Vsys 
- Located in a specific template stack, device and vsys.
- TemplateVsys GetCertificate Profile Location Template Vsys 
- Located in a specific template, device and vsys.
- panorama
GetCertificate Profile Location Panorama 
- Located in a panorama.
- 
GetCertificate Profile Location Shared 
- Located in shared.
- template
GetCertificate Profile Location Template 
- Located in a specific template.
- templateStack GetCertificate Profile Location Template Stack 
- Located in a specific template stack.
- templateStack GetVsys Certificate Profile Location Template Stack Vsys 
- Located in a specific template stack, device and vsys.
- templateVsys GetCertificate Profile Location Template Vsys 
- Located in a specific template, device and vsys.
- panorama
GetCertificate Profile Location Panorama 
- Located in a panorama.
- 
GetCertificate Profile Location Shared 
- Located in shared.
- template
GetCertificate Profile Location Template 
- Located in a specific template.
- templateStack GetCertificate Profile Location Template Stack 
- Located in a specific template stack.
- templateStack GetVsys Certificate Profile Location Template Stack Vsys 
- Located in a specific template stack, device and vsys.
- templateVsys GetCertificate Profile Location Template Vsys 
- Located in a specific template, device and vsys.
- panorama
GetCertificate Profile Location Panorama 
- Located in a panorama.
- 
GetCertificate Profile Location Shared 
- Located in shared.
- template
GetCertificate Profile Location Template 
- Located in a specific template.
- template_stack GetCertificate Profile Location Template Stack 
- Located in a specific template stack.
- template_stack_ Getvsys Certificate Profile Location Template Stack Vsys 
- Located in a specific template stack, device and vsys.
- template_vsys GetCertificate Profile Location Template Vsys 
- Located in a specific template, device and vsys.
- panorama Property Map
- Located in a panorama.
- Property Map
- Located in shared.
- template Property Map
- Located in a specific template.
- templateStack Property Map
- Located in a specific template stack.
- templateStack Property MapVsys 
- 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 panosTerraform Provider.
panos 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks