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 dictionary
The following arguments are supported:
- Location
Get
Certificate Profile Location - The location of this object.
- Name string
- 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 doubleTimeout - Certificate status query timeout value in seconds.
- Certificates
List<Get
Certificate Profile Certificate> - CA Certificate to assign to the profile.
- Crl
Receive doubleTimeout - CRL receive timeout value in seconds.
- Domain string
- 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 doubleTimeout - 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
Get
Certificate Profile Location - The location of this object.
- Name string
- 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 float64Timeout - Certificate status query timeout value in seconds.
- Certificates
[]Get
Certificate Profile Certificate - CA Certificate to assign to the profile.
- Crl
Receive float64Timeout - CRL receive timeout value in seconds.
- Domain string
- 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 float64Timeout - 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
Get
Certificate Profile Location - The location of this object.
- name String
- block
Expired BooleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout BooleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated BooleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown BooleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status DoubleTimeout - Certificate status query timeout value in seconds.
- certificates
List<Get
Certificate Profile Certificate> - CA Certificate to assign to the profile.
- crl
Receive DoubleTimeout - CRL receive timeout value in seconds.
- domain String
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocsp
Exclude BooleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive DoubleTimeout - OCSP receive timeout value in seconds.
- use
Crl Boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp Boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field GetCertificate Profile Username Field
- location
Get
Certificate Profile Location - The location of this object.
- name string
- block
Expired booleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout booleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated booleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown booleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status numberTimeout - Certificate status query timeout value in seconds.
- certificates
Get
Certificate Profile Certificate[] - CA Certificate to assign to the profile.
- crl
Receive numberTimeout - CRL receive timeout value in seconds.
- domain string
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocsp
Exclude booleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive numberTimeout - OCSP receive timeout value in seconds.
- use
Crl boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field GetCertificate Profile Username Field
- location
Get
Certificate 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[Get
Certificate 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
- block
Expired BooleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout BooleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated BooleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown BooleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status NumberTimeout - Certificate status query timeout value in seconds.
- certificates List<Property Map>
- CA Certificate to assign to the profile.
- crl
Receive NumberTimeout - CRL receive timeout value in seconds.
- domain String
- NetBIOS domain so the PAN-OS software can map users through User-ID.
- ocsp
Exclude BooleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive NumberTimeout - OCSP receive timeout value in seconds.
- use
Crl Boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp Boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field Property Map
getCertificateProfile Result
The following output properties are available:
- 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 doubleTimeout - Certificate status query timeout value in seconds.
- Certificates
List<Get
Certificate Profile Certificate> - CA Certificate to assign to the profile.
- Crl
Receive 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
Get
Certificate Profile Location - The location of this object.
- Name string
- Ocsp
Exclude boolNonce - Whether to exclude nonce extension for OCSP requests.
- Ocsp
Receive doubleTimeout - 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
- 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 float64Timeout - Certificate status query timeout value in seconds.
- Certificates
[]Get
Certificate Profile Certificate - CA Certificate to assign to the profile.
- Crl
Receive 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
Get
Certificate Profile Location - The location of this object.
- Name string
- Ocsp
Exclude boolNonce - Whether to exclude nonce extension for OCSP requests.
- Ocsp
Receive float64Timeout - 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
- block
Expired BooleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout BooleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated BooleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown BooleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status DoubleTimeout - Certificate status query timeout value in seconds.
- certificates
List<Get
Certificate Profile Certificate> - CA Certificate to assign to the profile.
- crl
Receive 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
Get
Certificate Profile Location - The location of this object.
- name String
- ocsp
Exclude BooleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive DoubleTimeout - OCSP receive timeout value in seconds.
- use
Crl Boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp Boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field GetCertificate Profile Username Field
- block
Expired booleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout booleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated booleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown booleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status numberTimeout - Certificate status query timeout value in seconds.
- certificates
Get
Certificate Profile Certificate[] - CA Certificate to assign to the profile.
- crl
Receive 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
Get
Certificate Profile Location - The location of this object.
- name string
- ocsp
Exclude booleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive numberTimeout - OCSP receive timeout value in seconds.
- use
Crl boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field 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[Get
Certificate 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
Get
Certificate 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
- block
Expired BooleanCertificate - Whether to block a session if certificate status is expired.
- block
Timeout BooleanCertificate - Whether to block a session if cert. status can't be retrieved within timeout.
- block
Unauthenticated BooleanCertificate - Whether to block session if the certificate was not issued to the authenticating device.
- block
Unknown BooleanCertificate - Whether to block a session if cert. status is unknown.
- certificate
Status NumberTimeout - Certificate status query timeout value in seconds.
- certificates List<Property Map>
- CA Certificate to assign to the profile.
- crl
Receive 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
- ocsp
Exclude BooleanNonce - Whether to exclude nonce extension for OCSP requests.
- ocsp
Receive NumberTimeout - OCSP receive timeout value in seconds.
- use
Crl Boolean - Enable use of CRL to verify the revocation status of certificates.
- use
Ocsp Boolean - Enable use of OCSP to verify the revocation status of certificates.
- username
Field Property Map
Supporting Types
GetCertificateProfileCertificate
- Default
Ocsp stringUrl - Default URL for ocsp verification.
- Name string
- Ocsp
Verify stringCertificate - Certificate to verify signature in OCSP response.
- Template
Name string - Certificate Template Name / OID for the certificate
- Default
Ocsp stringUrl - Default URL for ocsp verification.
- Name string
- Ocsp
Verify stringCertificate - Certificate to verify signature in OCSP response.
- Template
Name string - Certificate Template Name / OID for the certificate
- default
Ocsp StringUrl - Default URL for ocsp verification.
- name String
- ocsp
Verify StringCertificate - Certificate to verify signature in OCSP response.
- template
Name String - Certificate Template Name / OID for the certificate
- default
Ocsp stringUrl - Default URL for ocsp verification.
- name string
- ocsp
Verify stringCertificate - Certificate to verify signature in OCSP response.
- template
Name 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
- default
Ocsp StringUrl - Default URL for ocsp verification.
- name String
- ocsp
Verify StringCertificate - Certificate to verify signature in OCSP response.
- template
Name String - Certificate Template Name / OID for the certificate
GetCertificateProfileLocation
- Panorama
Get
Certificate Profile Location Panorama - Located in a panorama.
- Get
Certificate Profile Location Shared - Located in shared.
- Template
Get
Certificate 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
Get
Certificate Profile Location Panorama - Located in a panorama.
- Get
Certificate Profile Location Shared - Located in shared.
- Template
Get
Certificate 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
Get
Certificate Profile Location Panorama - Located in a panorama.
- Get
Certificate Profile Location Shared - Located in shared.
- template
Get
Certificate 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
Get
Certificate Profile Location Panorama - Located in a panorama.
- Get
Certificate Profile Location Shared - Located in shared.
- template
Get
Certificate 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
Get
Certificate Profile Location Panorama - Located in a panorama.
- Get
Certificate Profile Location Shared - Located in shared.
- template
Get
Certificate 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.
- template
Stack Property Map - Located in a specific template stack.
- template
Stack Property MapVsys - Located in a specific template stack, device and vsys.
- template
Vsys Property Map - Located in a specific template, device and vsys.
GetCertificateProfileLocationTemplate
- Name string
- The template.
- Panorama
Device string - The panorama device.
- Name string
- The template.
- Panorama
Device string - The panorama device.
- name String
- The template.
- panorama
Device String - The panorama device.
- name string
- The template.
- panorama
Device string - The panorama device.
- name str
- The template.
- panorama_
device str - The panorama device.
- name String
- The template.
- panorama
Device String - The panorama device.
GetCertificateProfileLocationTemplateStack
- Name string
- The template stack.
- Panorama
Device string - The panorama device.
- Name string
- The template stack.
- Panorama
Device string - The panorama device.
- name String
- The template stack.
- panorama
Device String - The panorama device.
- name string
- The template stack.
- panorama
Device string - The panorama device.
- name str
- The template stack.
- panorama_
device str - The panorama device.
- name String
- The template stack.
- panorama
Device String - The panorama device.
GetCertificateProfileLocationTemplateStackVsys
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Template
Stack string - The template stack.
- Vsys string
- The vsys.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Template
Stack string - The template stack.
- Vsys string
- The vsys.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- template
Stack String - The template stack.
- vsys String
- The vsys.
- ngfw
Device string - The NGFW device.
- panorama
Device string - The panorama device.
- template
Stack 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.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- template
Stack String - The template stack.
- vsys String
- The vsys.
GetCertificateProfileLocationTemplateVsys
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Template string
- The template.
- Vsys string
- The vsys.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Template string
- The template.
- Vsys string
- The vsys.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- template String
- The template.
- vsys String
- The vsys.
- ngfw
Device string - The NGFW device.
- panorama
Device 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.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- template String
- The template.
- vsys String
- The vsys.
GetCertificateProfileUsernameField
- Subject string
- The common name.
- Subject
Alt string - The Email or Principal Name.
- Subject string
- The common name.
- Subject
Alt string - The Email or Principal Name.
- subject String
- The common name.
- subject
Alt String - The Email or Principal Name.
- subject string
- The common name.
- subject
Alt string - The Email or Principal Name.
- subject str
- The common name.
- subject_
alt str - The Email or Principal Name.
- subject String
- The common name.
- subject
Alt 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 2.0.0 published on Tuesday, Apr 15, 2025 by paloaltonetworks