fortimanager.ObjectFirewallSslsshprofileSsl
Explore with Pulumi AI
Configure SSL options.
This resource is a sub resource for variable
ssl
of resourcefortimanager.ObjectFirewallSslsshprofile
. Conflict and overwrite may occur if use both of them.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trnameObjectFirewallSslsshprofile = new fortimanager.ObjectFirewallSslsshprofile("trnameObjectFirewallSslsshprofile", {});
const trnameObjectFirewallSslsshprofileSsl = new fortimanager.ObjectFirewallSslsshprofileSsl("trnameObjectFirewallSslsshprofileSsl", {
sslSshProfile: trnameObjectFirewallSslsshprofile.name,
certProbeFailure: "block",
certValidationFailure: "ignore",
certValidationTimeout: "block",
}, {
dependsOn: [trnameObjectFirewallSslsshprofile],
});
import pulumi
import pulumi_fortimanager as fortimanager
trname_object_firewall_sslsshprofile = fortimanager.ObjectFirewallSslsshprofile("trnameObjectFirewallSslsshprofile")
trname_object_firewall_sslsshprofile_ssl = fortimanager.ObjectFirewallSslsshprofileSsl("trnameObjectFirewallSslsshprofileSsl",
ssl_ssh_profile=trname_object_firewall_sslsshprofile.name,
cert_probe_failure="block",
cert_validation_failure="ignore",
cert_validation_timeout="block",
opts = pulumi.ResourceOptions(depends_on=[trname_object_firewall_sslsshprofile]))
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
trnameObjectFirewallSslsshprofile, err := fortimanager.NewObjectFirewallSslsshprofile(ctx, "trnameObjectFirewallSslsshprofile", nil)
if err != nil {
return err
}
_, err = fortimanager.NewObjectFirewallSslsshprofileSsl(ctx, "trnameObjectFirewallSslsshprofileSsl", &fortimanager.ObjectFirewallSslsshprofileSslArgs{
SslSshProfile: trnameObjectFirewallSslsshprofile.Name,
CertProbeFailure: pulumi.String("block"),
CertValidationFailure: pulumi.String("ignore"),
CertValidationTimeout: pulumi.String("block"),
}, pulumi.DependsOn([]pulumi.Resource{
trnameObjectFirewallSslsshprofile,
}))
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trnameObjectFirewallSslsshprofile = new Fortimanager.ObjectFirewallSslsshprofile("trnameObjectFirewallSslsshprofile");
var trnameObjectFirewallSslsshprofileSsl = new Fortimanager.ObjectFirewallSslsshprofileSsl("trnameObjectFirewallSslsshprofileSsl", new()
{
SslSshProfile = trnameObjectFirewallSslsshprofile.Name,
CertProbeFailure = "block",
CertValidationFailure = "ignore",
CertValidationTimeout = "block",
}, new CustomResourceOptions
{
DependsOn =
{
trnameObjectFirewallSslsshprofile,
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFirewallSslsshprofile;
import com.pulumi.fortimanager.ObjectFirewallSslsshprofileSsl;
import com.pulumi.fortimanager.ObjectFirewallSslsshprofileSslArgs;
import com.pulumi.resources.CustomResourceOptions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trnameObjectFirewallSslsshprofile = new ObjectFirewallSslsshprofile("trnameObjectFirewallSslsshprofile");
var trnameObjectFirewallSslsshprofileSsl = new ObjectFirewallSslsshprofileSsl("trnameObjectFirewallSslsshprofileSsl", ObjectFirewallSslsshprofileSslArgs.builder()
.sslSshProfile(trnameObjectFirewallSslsshprofile.name())
.certProbeFailure("block")
.certValidationFailure("ignore")
.certValidationTimeout("block")
.build(), CustomResourceOptions.builder()
.dependsOn(trnameObjectFirewallSslsshprofile)
.build());
}
}
resources:
trnameObjectFirewallSslsshprofileSsl:
type: fortimanager:ObjectFirewallSslsshprofileSsl
properties:
sslSshProfile: ${trnameObjectFirewallSslsshprofile.name}
certProbeFailure: block
certValidationFailure: ignore
certValidationTimeout: block
options:
dependsOn:
- ${trnameObjectFirewallSslsshprofile}
trnameObjectFirewallSslsshprofile:
type: fortimanager:ObjectFirewallSslsshprofile
Create ObjectFirewallSslsshprofileSsl Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallSslsshprofileSsl(name: string, args: ObjectFirewallSslsshprofileSslArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallSslsshprofileSsl(resource_name: str,
args: ObjectFirewallSslsshprofileSslInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallSslsshprofileSsl(resource_name: str,
opts: Optional[ResourceOptions] = None,
ssl_ssh_profile: Optional[str] = None,
invalid_server_cert: Optional[str] = None,
cert_validation_failure: Optional[str] = None,
object_firewall_sslsshprofile_ssl_id: Optional[str] = None,
cert_validation_timeout: Optional[str] = None,
client_cert_request: Optional[str] = None,
client_certificate: Optional[str] = None,
encrypted_client_hello: Optional[str] = None,
expired_server_cert: Optional[str] = None,
revoked_server_cert: Optional[str] = None,
adom: Optional[str] = None,
untrusted_server_cert: Optional[str] = None,
cert_probe_failure: Optional[str] = None,
inspect_all: Optional[str] = None,
scopetype: Optional[str] = None,
sni_server_cert_check: Optional[str] = None,
allow_invalid_server_cert: Optional[str] = None,
unsupported_ssl: Optional[str] = None,
unsupported_ssl_cipher: Optional[str] = None,
unsupported_ssl_negotiation: Optional[str] = None,
unsupported_ssl_version: Optional[str] = None,
untrusted_cert: Optional[str] = None,
min_allowed_ssl_version: Optional[str] = None)
func NewObjectFirewallSslsshprofileSsl(ctx *Context, name string, args ObjectFirewallSslsshprofileSslArgs, opts ...ResourceOption) (*ObjectFirewallSslsshprofileSsl, error)
public ObjectFirewallSslsshprofileSsl(string name, ObjectFirewallSslsshprofileSslArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallSslsshprofileSsl(String name, ObjectFirewallSslsshprofileSslArgs args)
public ObjectFirewallSslsshprofileSsl(String name, ObjectFirewallSslsshprofileSslArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallSslsshprofileSsl
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 ObjectFirewallSslsshprofileSslArgs
- 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 ObjectFirewallSslsshprofileSslInitArgs
- 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 ObjectFirewallSslsshprofileSslArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallSslsshprofileSslArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallSslsshprofileSslArgs
- 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 objectFirewallSslsshprofileSslResource = new Fortimanager.ObjectFirewallSslsshprofileSsl("objectFirewallSslsshprofileSslResource", new()
{
SslSshProfile = "string",
InvalidServerCert = "string",
CertValidationFailure = "string",
ObjectFirewallSslsshprofileSslId = "string",
CertValidationTimeout = "string",
ClientCertRequest = "string",
ClientCertificate = "string",
EncryptedClientHello = "string",
ExpiredServerCert = "string",
RevokedServerCert = "string",
Adom = "string",
UntrustedServerCert = "string",
CertProbeFailure = "string",
InspectAll = "string",
Scopetype = "string",
SniServerCertCheck = "string",
AllowInvalidServerCert = "string",
UnsupportedSsl = "string",
UnsupportedSslCipher = "string",
UnsupportedSslNegotiation = "string",
UnsupportedSslVersion = "string",
UntrustedCert = "string",
MinAllowedSslVersion = "string",
});
example, err := fortimanager.NewObjectFirewallSslsshprofileSsl(ctx, "objectFirewallSslsshprofileSslResource", &fortimanager.ObjectFirewallSslsshprofileSslArgs{
SslSshProfile: pulumi.String("string"),
InvalidServerCert: pulumi.String("string"),
CertValidationFailure: pulumi.String("string"),
ObjectFirewallSslsshprofileSslId: pulumi.String("string"),
CertValidationTimeout: pulumi.String("string"),
ClientCertRequest: pulumi.String("string"),
ClientCertificate: pulumi.String("string"),
EncryptedClientHello: pulumi.String("string"),
ExpiredServerCert: pulumi.String("string"),
RevokedServerCert: pulumi.String("string"),
Adom: pulumi.String("string"),
UntrustedServerCert: pulumi.String("string"),
CertProbeFailure: pulumi.String("string"),
InspectAll: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SniServerCertCheck: pulumi.String("string"),
AllowInvalidServerCert: pulumi.String("string"),
UnsupportedSsl: pulumi.String("string"),
UnsupportedSslCipher: pulumi.String("string"),
UnsupportedSslNegotiation: pulumi.String("string"),
UnsupportedSslVersion: pulumi.String("string"),
UntrustedCert: pulumi.String("string"),
MinAllowedSslVersion: pulumi.String("string"),
})
var objectFirewallSslsshprofileSslResource = new ObjectFirewallSslsshprofileSsl("objectFirewallSslsshprofileSslResource", ObjectFirewallSslsshprofileSslArgs.builder()
.sslSshProfile("string")
.invalidServerCert("string")
.certValidationFailure("string")
.objectFirewallSslsshprofileSslId("string")
.certValidationTimeout("string")
.clientCertRequest("string")
.clientCertificate("string")
.encryptedClientHello("string")
.expiredServerCert("string")
.revokedServerCert("string")
.adom("string")
.untrustedServerCert("string")
.certProbeFailure("string")
.inspectAll("string")
.scopetype("string")
.sniServerCertCheck("string")
.allowInvalidServerCert("string")
.unsupportedSsl("string")
.unsupportedSslCipher("string")
.unsupportedSslNegotiation("string")
.unsupportedSslVersion("string")
.untrustedCert("string")
.minAllowedSslVersion("string")
.build());
object_firewall_sslsshprofile_ssl_resource = fortimanager.ObjectFirewallSslsshprofileSsl("objectFirewallSslsshprofileSslResource",
ssl_ssh_profile="string",
invalid_server_cert="string",
cert_validation_failure="string",
object_firewall_sslsshprofile_ssl_id="string",
cert_validation_timeout="string",
client_cert_request="string",
client_certificate="string",
encrypted_client_hello="string",
expired_server_cert="string",
revoked_server_cert="string",
adom="string",
untrusted_server_cert="string",
cert_probe_failure="string",
inspect_all="string",
scopetype="string",
sni_server_cert_check="string",
allow_invalid_server_cert="string",
unsupported_ssl="string",
unsupported_ssl_cipher="string",
unsupported_ssl_negotiation="string",
unsupported_ssl_version="string",
untrusted_cert="string",
min_allowed_ssl_version="string")
const objectFirewallSslsshprofileSslResource = new fortimanager.ObjectFirewallSslsshprofileSsl("objectFirewallSslsshprofileSslResource", {
sslSshProfile: "string",
invalidServerCert: "string",
certValidationFailure: "string",
objectFirewallSslsshprofileSslId: "string",
certValidationTimeout: "string",
clientCertRequest: "string",
clientCertificate: "string",
encryptedClientHello: "string",
expiredServerCert: "string",
revokedServerCert: "string",
adom: "string",
untrustedServerCert: "string",
certProbeFailure: "string",
inspectAll: "string",
scopetype: "string",
sniServerCertCheck: "string",
allowInvalidServerCert: "string",
unsupportedSsl: "string",
unsupportedSslCipher: "string",
unsupportedSslNegotiation: "string",
unsupportedSslVersion: "string",
untrustedCert: "string",
minAllowedSslVersion: "string",
});
type: fortimanager:ObjectFirewallSslsshprofileSsl
properties:
adom: string
allowInvalidServerCert: string
certProbeFailure: string
certValidationFailure: string
certValidationTimeout: string
clientCertRequest: string
clientCertificate: string
encryptedClientHello: string
expiredServerCert: string
inspectAll: string
invalidServerCert: string
minAllowedSslVersion: string
objectFirewallSslsshprofileSslId: string
revokedServerCert: string
scopetype: string
sniServerCertCheck: string
sslSshProfile: string
unsupportedSsl: string
unsupportedSslCipher: string
unsupportedSslNegotiation: string
unsupportedSslVersion: string
untrustedCert: string
untrustedServerCert: string
ObjectFirewallSslsshprofileSsl 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 ObjectFirewallSslsshprofileSsl resource accepts the following input properties:
- Ssl
Ssh stringProfile - Ssl Ssh Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - Cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - Cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - Cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - Client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - Client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - Encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - Expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - Inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - Invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - Min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - Object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- Revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - Unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - Unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - Untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - Untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- Ssl
Ssh stringProfile - Ssl Ssh Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - Cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - Cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - Cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - Client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - Client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - Encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - Expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - Inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - Invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - Min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - Object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- Revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - Unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - Unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - Untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - Untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- ssl
Ssh StringProfile - Ssl Ssh Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid StringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe StringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation StringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation StringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert StringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate String - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client StringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server StringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All String - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server StringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed StringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall StringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server StringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server StringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - unsupported
Ssl String - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl StringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert String - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server StringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- ssl
Ssh stringProfile - Ssl Ssh Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- ssl_
ssh_ strprofile - Ssl Ssh Profile.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow_
invalid_ strserver_ cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert_
probe_ strfailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert_
validation_ strfailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert_
validation_ strtimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client_
cert_ strrequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client_
certificate str - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted_
client_ strhello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired_
server_ strcert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect_
all str - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid_
server_ strcert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min_
allowed_ strssl_ version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object_
firewall_ strsslsshprofile_ ssl_ id - an identifier for the resource.
- revoked_
server_ strcert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni_
server_ strcert_ check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - unsupported_
ssl str - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported_
ssl_ strcipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported_
ssl_ strnegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported_
ssl_ strversion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted_
cert str - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted_
server_ strcert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- ssl
Ssh StringProfile - Ssl Ssh Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid StringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe StringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation StringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation StringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert StringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate String - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client StringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server StringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All String - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server StringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed StringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall StringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server StringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server StringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - unsupported
Ssl String - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl StringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert String - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server StringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallSslsshprofileSsl 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 ObjectFirewallSslsshprofileSsl Resource
Get an existing ObjectFirewallSslsshprofileSsl 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?: ObjectFirewallSslsshprofileSslState, opts?: CustomResourceOptions): ObjectFirewallSslsshprofileSsl
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
allow_invalid_server_cert: Optional[str] = None,
cert_probe_failure: Optional[str] = None,
cert_validation_failure: Optional[str] = None,
cert_validation_timeout: Optional[str] = None,
client_cert_request: Optional[str] = None,
client_certificate: Optional[str] = None,
encrypted_client_hello: Optional[str] = None,
expired_server_cert: Optional[str] = None,
inspect_all: Optional[str] = None,
invalid_server_cert: Optional[str] = None,
min_allowed_ssl_version: Optional[str] = None,
object_firewall_sslsshprofile_ssl_id: Optional[str] = None,
revoked_server_cert: Optional[str] = None,
scopetype: Optional[str] = None,
sni_server_cert_check: Optional[str] = None,
ssl_ssh_profile: Optional[str] = None,
unsupported_ssl: Optional[str] = None,
unsupported_ssl_cipher: Optional[str] = None,
unsupported_ssl_negotiation: Optional[str] = None,
unsupported_ssl_version: Optional[str] = None,
untrusted_cert: Optional[str] = None,
untrusted_server_cert: Optional[str] = None) -> ObjectFirewallSslsshprofileSsl
func GetObjectFirewallSslsshprofileSsl(ctx *Context, name string, id IDInput, state *ObjectFirewallSslsshprofileSslState, opts ...ResourceOption) (*ObjectFirewallSslsshprofileSsl, error)
public static ObjectFirewallSslsshprofileSsl Get(string name, Input<string> id, ObjectFirewallSslsshprofileSslState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallSslsshprofileSsl get(String name, Output<String> id, ObjectFirewallSslsshprofileSslState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallSslsshprofileSsl 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - Cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - Cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - Cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - Client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - Client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - Encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - Expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - Inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - Invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - Min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - Object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- Revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - Ssl
Ssh stringProfile - Ssl Ssh Profile.
- Unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - Unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - Untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - Untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - Cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - Cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - Cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - Client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - Client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - Encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - Expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - Inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - Invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - Min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - Object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- Revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - Ssl
Ssh stringProfile - Ssl Ssh Profile.
- Unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - Unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - Unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - Untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - Untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid StringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe StringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation StringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation StringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert StringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate String - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client StringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server StringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All String - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server StringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed StringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall StringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server StringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server StringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - ssl
Ssh StringProfile - Ssl Ssh Profile.
- unsupported
Ssl String - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl StringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert String - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server StringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid stringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe stringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation stringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation stringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert stringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate string - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client stringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server stringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All string - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server stringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed stringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall stringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server stringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server stringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - ssl
Ssh stringProfile - Ssl Ssh Profile.
- unsupported
Ssl string - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl stringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl stringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl stringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert string - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server stringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow_
invalid_ strserver_ cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert_
probe_ strfailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert_
validation_ strfailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert_
validation_ strtimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client_
cert_ strrequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client_
certificate str - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted_
client_ strhello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired_
server_ strcert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect_
all str - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid_
server_ strcert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min_
allowed_ strssl_ version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object_
firewall_ strsslsshprofile_ ssl_ id - an identifier for the resource.
- revoked_
server_ strcert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni_
server_ strcert_ check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - ssl_
ssh_ strprofile - Ssl Ssh Profile.
- unsupported_
ssl str - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported_
ssl_ strcipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported_
ssl_ strnegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported_
ssl_ strversion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted_
cert str - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted_
server_ strcert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - allow
Invalid StringServer Cert - When enabled, allows SSL sessions whose server certificate validation failed. Valid values:
disable
,enable
. - cert
Probe StringFailure - Action based on certificate probe failure. Valid values:
block
,allow
. - cert
Validation StringFailure - Action based on certificate validation failure. Valid values:
allow
,block
,ignore
. - cert
Validation StringTimeout - Action based on certificate validation timeout. Valid values:
allow
,block
,ignore
. - client
Cert StringRequest - Action based on client certificate request. Valid values:
bypass
,inspect
,block
. - client
Certificate String - Action based on received client certificate. Valid values:
bypass
,inspect
,block
. - encrypted
Client StringHello - Block/allow session based on existence of encrypted-client-hello. Valid values:
block
,allow
. - expired
Server StringCert - Action based on server certificate is expired. Valid values:
allow
,block
,ignore
. - inspect
All String - Level of SSL inspection. Valid values:
disable
,certificate-inspection
,deep-inspection
. - invalid
Server StringCert - Allow or block the invalid SSL session server certificate. Valid values:
allow
,block
. - min
Allowed StringSsl Version - Minimum SSL version to be allowed. Valid values:
ssl-3.0
,tls-1.0
,tls-1.1
,tls-1.2
,tls-1.3
. - object
Firewall StringSslsshprofile Ssl Id - an identifier for the resource.
- revoked
Server StringCert - Action based on server certificate is revoked. Valid values:
allow
,block
,ignore
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sni
Server StringCert Check - Check the SNI in the client hello message with the CN or SAN fields in the returned server certificate. Valid values:
disable
,enable
,strict
. - ssl
Ssh StringProfile - Ssl Ssh Profile.
- unsupported
Ssl String - Action based on the SSL encryption used being unsupported. Valid values:
bypass
,inspect
,block
. - unsupported
Ssl StringCipher - Action based on the SSL cipher used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringNegotiation - Action based on the SSL negotiation used being unsupported. Valid values:
allow
,block
. - unsupported
Ssl StringVersion - Action based on the SSL version used being unsupported. Valid values:
block
,allow
,inspect
. - untrusted
Cert String - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
. - untrusted
Server StringCert - Allow, ignore, or block the untrusted SSL session server certificate. Valid values:
allow
,block
,ignore
.
Import
ObjectFirewall SslSshProfileSsl can be imported using any of these accepted formats:
Set import_options = [“ssl_ssh_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallSslsshprofileSsl:ObjectFirewallSslsshprofileSsl labelname ObjectFirewallSslSshProfileSsl
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.