panos.SslDecrypt
Explore with Pulumi AI
Create SslDecrypt Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SslDecrypt(name: string, args: SslDecryptArgs, opts?: CustomResourceOptions);
@overload
def SslDecrypt(resource_name: str,
args: SslDecryptArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SslDecrypt(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[SslDecryptLocationArgs] = None,
disabled_ssl_exclude_cert_from_predefineds: Optional[Sequence[str]] = None,
forward_trust_certificate_ecdsa: Optional[str] = None,
forward_trust_certificate_rsa: Optional[str] = None,
forward_untrust_certificate_ecdsa: Optional[str] = None,
forward_untrust_certificate_rsa: Optional[str] = None,
root_ca_exclude_lists: Optional[Sequence[str]] = None,
ssl_exclude_certs: Optional[Sequence[SslDecryptSslExcludeCertArgs]] = None,
trusted_root_cas: Optional[Sequence[str]] = None)
func NewSslDecrypt(ctx *Context, name string, args SslDecryptArgs, opts ...ResourceOption) (*SslDecrypt, error)
public SslDecrypt(string name, SslDecryptArgs args, CustomResourceOptions? opts = null)
public SslDecrypt(String name, SslDecryptArgs args)
public SslDecrypt(String name, SslDecryptArgs args, CustomResourceOptions options)
type: panos:SslDecrypt
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SslDecryptArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SslDecryptArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SslDecryptArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SslDecryptArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SslDecryptArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var sslDecryptResource = new Panos.SslDecrypt("sslDecryptResource", new()
{
Location = new Panos.Inputs.SslDecryptLocationArgs
{
Panorama = null,
Shared = null,
Template = new Panos.Inputs.SslDecryptLocationTemplateArgs
{
Name = "string",
PanoramaDevice = "string",
},
TemplateStack = new Panos.Inputs.SslDecryptLocationTemplateStackArgs
{
Name = "string",
PanoramaDevice = "string",
},
TemplateStackVsys = new Panos.Inputs.SslDecryptLocationTemplateStackVsysArgs
{
NgfwDevice = "string",
PanoramaDevice = "string",
TemplateStack = "string",
Vsys = "string",
},
TemplateVsys = new Panos.Inputs.SslDecryptLocationTemplateVsysArgs
{
NgfwDevice = "string",
PanoramaDevice = "string",
Template = "string",
Vsys = "string",
},
},
DisabledSslExcludeCertFromPredefineds = new[]
{
"string",
},
ForwardTrustCertificateEcdsa = "string",
ForwardTrustCertificateRsa = "string",
ForwardUntrustCertificateEcdsa = "string",
ForwardUntrustCertificateRsa = "string",
RootCaExcludeLists = new[]
{
"string",
},
SslExcludeCerts = new[]
{
new Panos.Inputs.SslDecryptSslExcludeCertArgs
{
Name = "string",
Description = "string",
Exclude = false,
},
},
TrustedRootCas = new[]
{
"string",
},
});
example, err := panos.NewSslDecrypt(ctx, "sslDecryptResource", &panos.SslDecryptArgs{
Location: &panos.SslDecryptLocationArgs{
Panorama: &panos.SslDecryptLocationPanoramaArgs{},
Shared: &panos.SslDecryptLocationSharedArgs{},
Template: &panos.SslDecryptLocationTemplateArgs{
Name: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &panos.SslDecryptLocationTemplateStackArgs{
Name: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStackVsys: &panos.SslDecryptLocationTemplateStackVsysArgs{
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
TemplateStack: pulumi.String("string"),
Vsys: pulumi.String("string"),
},
TemplateVsys: &panos.SslDecryptLocationTemplateVsysArgs{
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
Template: pulumi.String("string"),
Vsys: pulumi.String("string"),
},
},
DisabledSslExcludeCertFromPredefineds: pulumi.StringArray{
pulumi.String("string"),
},
ForwardTrustCertificateEcdsa: pulumi.String("string"),
ForwardTrustCertificateRsa: pulumi.String("string"),
ForwardUntrustCertificateEcdsa: pulumi.String("string"),
ForwardUntrustCertificateRsa: pulumi.String("string"),
RootCaExcludeLists: pulumi.StringArray{
pulumi.String("string"),
},
SslExcludeCerts: panos.SslDecryptSslExcludeCertArray{
&panos.SslDecryptSslExcludeCertArgs{
Name: pulumi.String("string"),
Description: pulumi.String("string"),
Exclude: pulumi.Bool(false),
},
},
TrustedRootCas: pulumi.StringArray{
pulumi.String("string"),
},
})
var sslDecryptResource = new SslDecrypt("sslDecryptResource", SslDecryptArgs.builder()
.location(SslDecryptLocationArgs.builder()
.panorama()
.shared()
.template(SslDecryptLocationTemplateArgs.builder()
.name("string")
.panoramaDevice("string")
.build())
.templateStack(SslDecryptLocationTemplateStackArgs.builder()
.name("string")
.panoramaDevice("string")
.build())
.templateStackVsys(SslDecryptLocationTemplateStackVsysArgs.builder()
.ngfwDevice("string")
.panoramaDevice("string")
.templateStack("string")
.vsys("string")
.build())
.templateVsys(SslDecryptLocationTemplateVsysArgs.builder()
.ngfwDevice("string")
.panoramaDevice("string")
.template("string")
.vsys("string")
.build())
.build())
.disabledSslExcludeCertFromPredefineds("string")
.forwardTrustCertificateEcdsa("string")
.forwardTrustCertificateRsa("string")
.forwardUntrustCertificateEcdsa("string")
.forwardUntrustCertificateRsa("string")
.rootCaExcludeLists("string")
.sslExcludeCerts(SslDecryptSslExcludeCertArgs.builder()
.name("string")
.description("string")
.exclude(false)
.build())
.trustedRootCas("string")
.build());
ssl_decrypt_resource = panos.SslDecrypt("sslDecryptResource",
location={
"panorama": {},
"shared": {},
"template": {
"name": "string",
"panorama_device": "string",
},
"template_stack": {
"name": "string",
"panorama_device": "string",
},
"template_stack_vsys": {
"ngfw_device": "string",
"panorama_device": "string",
"template_stack": "string",
"vsys": "string",
},
"template_vsys": {
"ngfw_device": "string",
"panorama_device": "string",
"template": "string",
"vsys": "string",
},
},
disabled_ssl_exclude_cert_from_predefineds=["string"],
forward_trust_certificate_ecdsa="string",
forward_trust_certificate_rsa="string",
forward_untrust_certificate_ecdsa="string",
forward_untrust_certificate_rsa="string",
root_ca_exclude_lists=["string"],
ssl_exclude_certs=[{
"name": "string",
"description": "string",
"exclude": False,
}],
trusted_root_cas=["string"])
const sslDecryptResource = new panos.SslDecrypt("sslDecryptResource", {
location: {
panorama: {},
shared: {},
template: {
name: "string",
panoramaDevice: "string",
},
templateStack: {
name: "string",
panoramaDevice: "string",
},
templateStackVsys: {
ngfwDevice: "string",
panoramaDevice: "string",
templateStack: "string",
vsys: "string",
},
templateVsys: {
ngfwDevice: "string",
panoramaDevice: "string",
template: "string",
vsys: "string",
},
},
disabledSslExcludeCertFromPredefineds: ["string"],
forwardTrustCertificateEcdsa: "string",
forwardTrustCertificateRsa: "string",
forwardUntrustCertificateEcdsa: "string",
forwardUntrustCertificateRsa: "string",
rootCaExcludeLists: ["string"],
sslExcludeCerts: [{
name: "string",
description: "string",
exclude: false,
}],
trustedRootCas: ["string"],
});
type: panos:SslDecrypt
properties:
disabledSslExcludeCertFromPredefineds:
- string
forwardTrustCertificateEcdsa: string
forwardTrustCertificateRsa: string
forwardUntrustCertificateEcdsa: string
forwardUntrustCertificateRsa: string
location:
panorama: {}
shared: {}
template:
name: string
panoramaDevice: string
templateStack:
name: string
panoramaDevice: string
templateStackVsys:
ngfwDevice: string
panoramaDevice: string
templateStack: string
vsys: string
templateVsys:
ngfwDevice: string
panoramaDevice: string
template: string
vsys: string
rootCaExcludeLists:
- string
sslExcludeCerts:
- description: string
exclude: false
name: string
trustedRootCas:
- string
SslDecrypt Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SslDecrypt resource accepts the following input properties:
- Location
Ssl
Decrypt Location - The location of this object.
- Disabled
Ssl List<string>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- Forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- Forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- Forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- Forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- Root
Ca List<string>Exclude Lists - List of root CA excludes.
- Ssl
Exclude List<SslCerts Decrypt Ssl Exclude Cert> - List of SSL decrypt exclude certificates specs (specified below).
- Trusted
Root List<string>Cas - List of trusted root CAs.
- Location
Ssl
Decrypt Location Args - The location of this object.
- Disabled
Ssl []stringExclude Cert From Predefineds - List of disabled predefined exclude certificates.
- Forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- Forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- Forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- Forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- Root
Ca []stringExclude Lists - List of root CA excludes.
- Ssl
Exclude []SslCerts Decrypt Ssl Exclude Cert Args - List of SSL decrypt exclude certificates specs (specified below).
- Trusted
Root []stringCas - List of trusted root CAs.
- location
Ssl
Decrypt Location - The location of this object.
- disabled
Ssl List<String>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust StringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust StringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust StringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust StringCertificate Rsa - Forward untrust RSA certificate.
- root
Ca List<String>Exclude Lists - List of root CA excludes.
- ssl
Exclude List<SslCerts Decrypt Ssl Exclude Cert> - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root List<String>Cas - List of trusted root CAs.
- location
Ssl
Decrypt Location - The location of this object.
- disabled
Ssl string[]Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- root
Ca string[]Exclude Lists - List of root CA excludes.
- ssl
Exclude SslCerts Decrypt Ssl Exclude Cert[] - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root string[]Cas - List of trusted root CAs.
- location
Ssl
Decrypt Location Args - The location of this object.
- disabled_
ssl_ Sequence[str]exclude_ cert_ from_ predefineds - List of disabled predefined exclude certificates.
- forward_
trust_ strcertificate_ ecdsa - Forward trust ECDSA certificate.
- forward_
trust_ strcertificate_ rsa - Forward trust RSA certificate.
- forward_
untrust_ strcertificate_ ecdsa - Forward untrust ECDSA certificate.
- forward_
untrust_ strcertificate_ rsa - Forward untrust RSA certificate.
- root_
ca_ Sequence[str]exclude_ lists - List of root CA excludes.
- ssl_
exclude_ Sequence[Sslcerts Decrypt Ssl Exclude Cert Args] - List of SSL decrypt exclude certificates specs (specified below).
- trusted_
root_ Sequence[str]cas - List of trusted root CAs.
- location Property Map
- The location of this object.
- disabled
Ssl List<String>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust StringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust StringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust StringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust StringCertificate Rsa - Forward untrust RSA certificate.
- root
Ca List<String>Exclude Lists - List of root CA excludes.
- ssl
Exclude List<Property Map>Certs - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root List<String>Cas - List of trusted root CAs.
Outputs
All input properties are implicitly available as output properties. Additionally, the SslDecrypt resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SslDecrypt Resource
Get an existing SslDecrypt resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SslDecryptState, opts?: CustomResourceOptions): SslDecrypt
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
disabled_ssl_exclude_cert_from_predefineds: Optional[Sequence[str]] = None,
forward_trust_certificate_ecdsa: Optional[str] = None,
forward_trust_certificate_rsa: Optional[str] = None,
forward_untrust_certificate_ecdsa: Optional[str] = None,
forward_untrust_certificate_rsa: Optional[str] = None,
location: Optional[SslDecryptLocationArgs] = None,
root_ca_exclude_lists: Optional[Sequence[str]] = None,
ssl_exclude_certs: Optional[Sequence[SslDecryptSslExcludeCertArgs]] = None,
trusted_root_cas: Optional[Sequence[str]] = None) -> SslDecrypt
func GetSslDecrypt(ctx *Context, name string, id IDInput, state *SslDecryptState, opts ...ResourceOption) (*SslDecrypt, error)
public static SslDecrypt Get(string name, Input<string> id, SslDecryptState? state, CustomResourceOptions? opts = null)
public static SslDecrypt get(String name, Output<String> id, SslDecryptState state, CustomResourceOptions options)
resources: _: type: panos:SslDecrypt get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Disabled
Ssl List<string>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- Forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- Forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- Forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- Forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- Location
Ssl
Decrypt Location - The location of this object.
- Root
Ca List<string>Exclude Lists - List of root CA excludes.
- Ssl
Exclude List<SslCerts Decrypt Ssl Exclude Cert> - List of SSL decrypt exclude certificates specs (specified below).
- Trusted
Root List<string>Cas - List of trusted root CAs.
- Disabled
Ssl []stringExclude Cert From Predefineds - List of disabled predefined exclude certificates.
- Forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- Forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- Forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- Forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- Location
Ssl
Decrypt Location Args - The location of this object.
- Root
Ca []stringExclude Lists - List of root CA excludes.
- Ssl
Exclude []SslCerts Decrypt Ssl Exclude Cert Args - List of SSL decrypt exclude certificates specs (specified below).
- Trusted
Root []stringCas - List of trusted root CAs.
- disabled
Ssl List<String>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust StringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust StringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust StringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust StringCertificate Rsa - Forward untrust RSA certificate.
- location
Ssl
Decrypt Location - The location of this object.
- root
Ca List<String>Exclude Lists - List of root CA excludes.
- ssl
Exclude List<SslCerts Decrypt Ssl Exclude Cert> - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root List<String>Cas - List of trusted root CAs.
- disabled
Ssl string[]Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust stringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust stringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust stringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust stringCertificate Rsa - Forward untrust RSA certificate.
- location
Ssl
Decrypt Location - The location of this object.
- root
Ca string[]Exclude Lists - List of root CA excludes.
- ssl
Exclude SslCerts Decrypt Ssl Exclude Cert[] - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root string[]Cas - List of trusted root CAs.
- disabled_
ssl_ Sequence[str]exclude_ cert_ from_ predefineds - List of disabled predefined exclude certificates.
- forward_
trust_ strcertificate_ ecdsa - Forward trust ECDSA certificate.
- forward_
trust_ strcertificate_ rsa - Forward trust RSA certificate.
- forward_
untrust_ strcertificate_ ecdsa - Forward untrust ECDSA certificate.
- forward_
untrust_ strcertificate_ rsa - Forward untrust RSA certificate.
- location
Ssl
Decrypt Location Args - The location of this object.
- root_
ca_ Sequence[str]exclude_ lists - List of root CA excludes.
- ssl_
exclude_ Sequence[Sslcerts Decrypt Ssl Exclude Cert Args] - List of SSL decrypt exclude certificates specs (specified below).
- trusted_
root_ Sequence[str]cas - List of trusted root CAs.
- disabled
Ssl List<String>Exclude Cert From Predefineds - List of disabled predefined exclude certificates.
- forward
Trust StringCertificate Ecdsa - Forward trust ECDSA certificate.
- forward
Trust StringCertificate Rsa - Forward trust RSA certificate.
- forward
Untrust StringCertificate Ecdsa - Forward untrust ECDSA certificate.
- forward
Untrust StringCertificate Rsa - Forward untrust RSA certificate.
- location Property Map
- The location of this object.
- root
Ca List<String>Exclude Lists - List of root CA excludes.
- ssl
Exclude List<Property Map>Certs - List of SSL decrypt exclude certificates specs (specified below).
- trusted
Root List<String>Cas - List of trusted root CAs.
Supporting Types
SslDecryptLocation, SslDecryptLocationArgs
- Panorama
Ssl
Decrypt Location Panorama - Located in a panorama.
- Ssl
Decrypt Location Shared - Located in shared.
- Template
Ssl
Decrypt Location Template - Located in a specific template.
- Template
Stack SslDecrypt Location Template Stack - Located in a specific template stack.
- Template
Stack SslVsys Decrypt Location Template Stack Vsys - Located in a specific template stack, device and vsys.
- Template
Vsys SslDecrypt Location Template Vsys - Located in a specific template, device and vsys.
- Panorama
Ssl
Decrypt Location Panorama - Located in a panorama.
- Ssl
Decrypt Location Shared - Located in shared.
- Template
Ssl
Decrypt Location Template - Located in a specific template.
- Template
Stack SslDecrypt Location Template Stack - Located in a specific template stack.
- Template
Stack SslVsys Decrypt Location Template Stack Vsys - Located in a specific template stack, device and vsys.
- Template
Vsys SslDecrypt Location Template Vsys - Located in a specific template, device and vsys.
- panorama
Ssl
Decrypt Location Panorama - Located in a panorama.
- Ssl
Decrypt Location Shared - Located in shared.
- template
Ssl
Decrypt Location Template - Located in a specific template.
- template
Stack SslDecrypt Location Template Stack - Located in a specific template stack.
- template
Stack SslVsys Decrypt Location Template Stack Vsys - Located in a specific template stack, device and vsys.
- template
Vsys SslDecrypt Location Template Vsys - Located in a specific template, device and vsys.
- panorama
Ssl
Decrypt Location Panorama - Located in a panorama.
- Ssl
Decrypt Location Shared - Located in shared.
- template
Ssl
Decrypt Location Template - Located in a specific template.
- template
Stack SslDecrypt Location Template Stack - Located in a specific template stack.
- template
Stack SslVsys Decrypt Location Template Stack Vsys - Located in a specific template stack, device and vsys.
- template
Vsys SslDecrypt Location Template Vsys - Located in a specific template, device and vsys.
- panorama
Ssl
Decrypt Location Panorama - Located in a panorama.
- Ssl
Decrypt Location Shared - Located in shared.
- template
Ssl
Decrypt Location Template - Located in a specific template.
- template_
stack SslDecrypt Location Template Stack - Located in a specific template stack.
- template_
stack_ Sslvsys Decrypt Location Template Stack Vsys - Located in a specific template stack, device and vsys.
- template_
vsys SslDecrypt 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.
SslDecryptLocationTemplate, SslDecryptLocationTemplateArgs
- 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.
SslDecryptLocationTemplateStack, SslDecryptLocationTemplateStackArgs
- 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.
SslDecryptLocationTemplateStackVsys, SslDecryptLocationTemplateStackVsysArgs
- 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.
SslDecryptLocationTemplateVsys, SslDecryptLocationTemplateVsysArgs
- 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.
SslDecryptSslExcludeCert, SslDecryptSslExcludeCertArgs
- Name string
- Description string
- The description.
- Exclude bool
- Exclude or not.
- Name string
- Description string
- The description.
- Exclude bool
- Exclude or not.
- name String
- description String
- The description.
- exclude Boolean
- Exclude or not.
- name string
- description string
- The description.
- exclude boolean
- Exclude or not.
- name str
- description str
- The description.
- exclude bool
- Exclude or not.
- name String
- description String
- The description.
- exclude Boolean
- Exclude or not.
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.