@pulumi/f5bigip 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/README.md +60 -0
- package/as3.d.ts +575 -0
- package/as3.js +524 -0
- package/as3.js.map +1 -0
- package/bigIqAs3.d.ts +153 -0
- package/bigIqAs3.js +97 -0
- package/bigIqAs3.js.map +1 -0
- package/cm/device.d.ts +102 -0
- package/cm/device.js +80 -0
- package/cm/device.js.map +1 -0
- package/cm/deviceGroup.d.ts +182 -0
- package/cm/deviceGroup.js +93 -0
- package/cm/deviceGroup.js.map +1 -0
- package/cm/index.d.ts +2 -0
- package/cm/index.js +31 -0
- package/cm/index.js.map +1 -0
- package/command.d.ts +80 -0
- package/command.js +74 -0
- package/command.js.map +1 -0
- package/commonLicenseManageBigIq.d.ts +291 -0
- package/commonLicenseManageBigIq.js +158 -0
- package/commonLicenseManageBigIq.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +10 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +32 -0
- package/config/vars.js +39 -0
- package/config/vars.js.map +1 -0
- package/do.d.ts +95 -0
- package/do.js +74 -0
- package/do.js.map +1 -0
- package/eventServiceDiscovery.d.ts +61 -0
- package/eventServiceDiscovery.js +55 -0
- package/eventServiceDiscovery.js.map +1 -0
- package/fastApplication.d.ts +92 -0
- package/fastApplication.js +75 -0
- package/fastApplication.js.map +1 -0
- package/fastTemplate.d.ts +76 -0
- package/fastTemplate.js +64 -0
- package/fastTemplate.js.map +1 -0
- package/index.d.ts +21 -0
- package/index.js +107 -0
- package/index.js.map +1 -0
- package/ipsecPolicy.d.ts +214 -0
- package/ipsecPolicy.js +100 -0
- package/ipsecPolicy.js.map +1 -0
- package/ltm/dataGroup.d.ts +100 -0
- package/ltm/dataGroup.js +87 -0
- package/ltm/dataGroup.js.map +1 -0
- package/ltm/getDataGroup.d.ts +58 -0
- package/ltm/getDataGroup.js +37 -0
- package/ltm/getDataGroup.js.map +1 -0
- package/ltm/getIrule.d.ts +53 -0
- package/ltm/getIrule.js +37 -0
- package/ltm/getIrule.js.map +1 -0
- package/ltm/getMonitor.d.ts +81 -0
- package/ltm/getMonitor.js +35 -0
- package/ltm/getMonitor.js.map +1 -0
- package/ltm/getNode.d.ts +81 -0
- package/ltm/getNode.js +27 -0
- package/ltm/getNode.js.map +1 -0
- package/ltm/getPool.d.ts +45 -0
- package/ltm/getPool.js +35 -0
- package/ltm/getPool.js.map +1 -0
- package/ltm/index.d.ts +30 -0
- package/ltm/index.js +151 -0
- package/ltm/index.js.map +1 -0
- package/ltm/irule.d.ts +65 -0
- package/ltm/irule.js +63 -0
- package/ltm/irule.js.map +1 -0
- package/ltm/monitor.d.ts +341 -0
- package/ltm/monitor.js +139 -0
- package/ltm/monitor.js.map +1 -0
- package/ltm/node.d.ts +186 -0
- package/ltm/node.js +102 -0
- package/ltm/node.js.map +1 -0
- package/ltm/persistenceProfileCookie.d.ts +309 -0
- package/ltm/persistenceProfileCookie.js +153 -0
- package/ltm/persistenceProfileCookie.js.map +1 -0
- package/ltm/persistenceProfileDstAddr.d.ts +206 -0
- package/ltm/persistenceProfileDstAddr.js +117 -0
- package/ltm/persistenceProfileDstAddr.js.map +1 -0
- package/ltm/persistenceProfileSrcAddr.d.ts +225 -0
- package/ltm/persistenceProfileSrcAddr.js +126 -0
- package/ltm/persistenceProfileSrcAddr.js.map +1 -0
- package/ltm/persistenceProfileSsl.d.ts +177 -0
- package/ltm/persistenceProfileSsl.js +111 -0
- package/ltm/persistenceProfileSsl.js.map +1 -0
- package/ltm/policy.d.ts +143 -0
- package/ltm/policy.js +97 -0
- package/ltm/policy.js.map +1 -0
- package/ltm/pool.d.ts +179 -0
- package/ltm/pool.js +94 -0
- package/ltm/pool.js.map +1 -0
- package/ltm/poolAttachment.d.ts +197 -0
- package/ltm/poolAttachment.js +135 -0
- package/ltm/poolAttachment.js.map +1 -0
- package/ltm/profileClientSsl.d.ts +725 -0
- package/ltm/profileClientSsl.js +180 -0
- package/ltm/profileClientSsl.js.map +1 -0
- package/ltm/profileFastHttp.d.ts +194 -0
- package/ltm/profileFastHttp.js +99 -0
- package/ltm/profileFastHttp.js.map +1 -0
- package/ltm/profileFastL4.d.ts +188 -0
- package/ltm/profileFastL4.js +103 -0
- package/ltm/profileFastL4.js.map +1 -0
- package/ltm/profileFtp.d.ts +285 -0
- package/ltm/profileFtp.js +134 -0
- package/ltm/profileFtp.js.map +1 -0
- package/ltm/profileHttp.d.ts +397 -0
- package/ltm/profileHttp.js +136 -0
- package/ltm/profileHttp.js.map +1 -0
- package/ltm/profileHttp2.d.ts +223 -0
- package/ltm/profileHttp2.js +108 -0
- package/ltm/profileHttp2.js.map +1 -0
- package/ltm/profileHttpCompress.d.ts +132 -0
- package/ltm/profileHttpCompress.js +87 -0
- package/ltm/profileHttpCompress.js.map +1 -0
- package/ltm/profileOneConnect.d.ts +180 -0
- package/ltm/profileOneConnect.js +95 -0
- package/ltm/profileOneConnect.js.map +1 -0
- package/ltm/profileServerSsl.d.ts +676 -0
- package/ltm/profileServerSsl.js +170 -0
- package/ltm/profileServerSsl.js.map +1 -0
- package/ltm/profileTcp.d.ts +179 -0
- package/ltm/profileTcp.js +94 -0
- package/ltm/profileTcp.js.map +1 -0
- package/ltm/snat.d.ts +199 -0
- package/ltm/snat.js +106 -0
- package/ltm/snat.js.map +1 -0
- package/ltm/snatPool.d.ts +80 -0
- package/ltm/snatPool.js +78 -0
- package/ltm/snatPool.js.map +1 -0
- package/ltm/virtualAddress.d.ts +149 -0
- package/ltm/virtualAddress.js +84 -0
- package/ltm/virtualAddress.js.map +1 -0
- package/ltm/virtualServer.d.ts +355 -0
- package/ltm/virtualServer.js +153 -0
- package/ltm/virtualServer.js.map +1 -0
- package/net/index.d.ts +3 -0
- package/net/index.js +36 -0
- package/net/index.js.map +1 -0
- package/net/route.d.ts +114 -0
- package/net/route.js +82 -0
- package/net/route.js.map +1 -0
- package/net/selfIp.d.ts +105 -0
- package/net/selfIp.js +86 -0
- package/net/selfIp.js.map +1 -0
- package/net/vlan.d.ts +94 -0
- package/net/vlan.js +78 -0
- package/net/vlan.js.map +1 -0
- package/netIkePeer.d.ts +460 -0
- package/netIkePeer.js +138 -0
- package/netIkePeer.js.map +1 -0
- package/netTunnel.d.ts +256 -0
- package/netTunnel.js +107 -0
- package/netTunnel.js.map +1 -0
- package/package.json +26 -0
- package/package.json.bak +25 -0
- package/package.json.dev +25 -0
- package/provider.d.ts +83 -0
- package/provider.js +53 -0
- package/provider.js.map +1 -0
- package/scripts/install-pulumi-plugin.js +21 -0
- package/ssl/certificate.d.ts +102 -0
- package/ssl/certificate.js +80 -0
- package/ssl/certificate.js.map +1 -0
- package/ssl/getCertificate.d.ts +50 -0
- package/ssl/getCertificate.js +37 -0
- package/ssl/getCertificate.js.map +1 -0
- package/ssl/getVWanConfig.d.ts +80 -0
- package/ssl/getVWanConfig.js +50 -0
- package/ssl/getVWanConfig.js.map +1 -0
- package/ssl/index.d.ts +4 -0
- package/ssl/index.js +33 -0
- package/ssl/index.js.map +1 -0
- package/ssl/key.d.ts +102 -0
- package/ssl/key.js +80 -0
- package/ssl/key.js.map +1 -0
- package/sys/bigIpLicense.d.ts +60 -0
- package/sys/bigIpLicense.js +58 -0
- package/sys/bigIpLicense.js.map +1 -0
- package/sys/dns.d.ts +101 -0
- package/sys/dns.js +76 -0
- package/sys/dns.js.map +1 -0
- package/sys/iapp.d.ts +241 -0
- package/sys/iapp.js +118 -0
- package/sys/iapp.js.map +1 -0
- package/sys/index.d.ts +7 -0
- package/sys/index.js +56 -0
- package/sys/index.js.map +1 -0
- package/sys/ntp.d.ts +89 -0
- package/sys/ntp.js +74 -0
- package/sys/ntp.js.map +1 -0
- package/sys/provision.d.ts +126 -0
- package/sys/provision.js +81 -0
- package/sys/provision.js.map +1 -0
- package/sys/snmp.d.ts +87 -0
- package/sys/snmp.js +69 -0
- package/sys/snmp.js.map +1 -0
- package/sys/snmpTraps.d.ts +221 -0
- package/sys/snmpTraps.js +93 -0
- package/sys/snmpTraps.js.map +1 -0
- package/trafficSelector.d.ts +177 -0
- package/trafficSelector.js +95 -0
- package/trafficSelector.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +10 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +353 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +352 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/utilities.d.ts +4 -0
- package/utilities.js +51 -0
- package/utilities.js.map +1 -0
|
@@ -0,0 +1,725 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* `f5bigip.ltm.ProfileClientSsl` Manages client SSL profiles on a BIG-IP
|
|
5
|
+
*
|
|
6
|
+
* Resources should be named with their "full path". The full path is the combination of the partition + name (example: /Common/my-pool ) or partition + directory + name of the resource (example: /Common/test/my-pool )
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
13
|
+
*
|
|
14
|
+
* const test_ClientSsl = new f5bigip.ltm.ProfileClientSsl("test-ClientSsl", {
|
|
15
|
+
* authenticate: "always",
|
|
16
|
+
* ciphers: "DEFAULT",
|
|
17
|
+
* defaultsFrom: "/Common/clientssl",
|
|
18
|
+
* name: "/Common/test-ClientSsl",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare class ProfileClientSsl extends pulumi.CustomResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get an existing ProfileClientSsl resource's state with the given name, ID, and optional extra
|
|
25
|
+
* properties used to qualify the lookup.
|
|
26
|
+
*
|
|
27
|
+
* @param name The _unique_ name of the resulting resource.
|
|
28
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
29
|
+
* @param state Any extra arguments used during the lookup.
|
|
30
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
31
|
+
*/
|
|
32
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileClientSslState, opts?: pulumi.CustomResourceOptions): ProfileClientSsl;
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of ProfileClientSsl. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj: any): obj is ProfileClientSsl;
|
|
38
|
+
/**
|
|
39
|
+
* Alert time out
|
|
40
|
+
*/
|
|
41
|
+
readonly alertTimeout: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Enables or disables acceptance of non-SSL connections, When creating a new profile, the setting is provided by the parent profile
|
|
44
|
+
*/
|
|
45
|
+
readonly allowNonSsl: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Specifies the frequency of client authentication for an SSL session.When `once`,specifies that the system authenticates the client once for an SSL session.
|
|
48
|
+
* When `always`, specifies that the system authenticates the client once for an SSL session and also upon reuse of that session.
|
|
49
|
+
*/
|
|
50
|
+
readonly authenticate: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Specifies the maximum number of certificates to be traversed in a client certificate chain
|
|
53
|
+
*/
|
|
54
|
+
readonly authenticateDepth: pulumi.Output<number>;
|
|
55
|
+
/**
|
|
56
|
+
* Specifies the client certificate to use in SSL client certificate constrained delegation. This certificate will be used if client does not provide a cert during the SSL handshake. The default value is none.
|
|
57
|
+
*/
|
|
58
|
+
readonly c3dClientFallbackCert: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* Specifies the BIG-IP action when the OCSP responder returns unknown status. The default value is drop, which causes the onnection to be dropped. Conversely, you can specify ignore, which causes the connection to ignore the unknown status and continue.
|
|
61
|
+
*/
|
|
62
|
+
readonly c3dDropUnknownOcspStatus: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the SSL client certificate constrained delegation OCSP object that the BIG-IP SSL should use to connect to the OCSP responder and check the client certificate status.
|
|
65
|
+
*/
|
|
66
|
+
readonly c3dOcsp: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Client certificate file path. Default None.
|
|
69
|
+
*/
|
|
70
|
+
readonly caFile: pulumi.Output<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Cache size (sessions).
|
|
73
|
+
*/
|
|
74
|
+
readonly cacheSize: pulumi.Output<number>;
|
|
75
|
+
/**
|
|
76
|
+
* Cache time out
|
|
77
|
+
*/
|
|
78
|
+
readonly cacheTimeout: pulumi.Output<number>;
|
|
79
|
+
/**
|
|
80
|
+
* Specifies a cert name for use.
|
|
81
|
+
*/
|
|
82
|
+
readonly cert: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Cert extension includes for ssl forward proxy
|
|
85
|
+
*/
|
|
86
|
+
readonly certExtensionIncludes: pulumi.Output<string[]>;
|
|
87
|
+
readonly certKeyChains: pulumi.Output<outputs.ltm.ProfileClientSslCertKeyChain[]>;
|
|
88
|
+
/**
|
|
89
|
+
* Life span of the certificate in days for ssl forward proxy
|
|
90
|
+
*/
|
|
91
|
+
readonly certLifeSpan: pulumi.Output<number>;
|
|
92
|
+
/**
|
|
93
|
+
* Cert lookup by ip address and port enabled / disabled
|
|
94
|
+
*/
|
|
95
|
+
readonly certLookupByIpaddrPort: pulumi.Output<string>;
|
|
96
|
+
/**
|
|
97
|
+
* Contains a certificate chain that is relevant to the certificate and key mentioned earlier.This key is optional
|
|
98
|
+
*/
|
|
99
|
+
readonly chain: pulumi.Output<string>;
|
|
100
|
+
/**
|
|
101
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
102
|
+
*/
|
|
103
|
+
readonly ciphers: pulumi.Output<string>;
|
|
104
|
+
/**
|
|
105
|
+
* client certificate name
|
|
106
|
+
*/
|
|
107
|
+
readonly clientCertCa: pulumi.Output<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Certificate revocation file name
|
|
110
|
+
*/
|
|
111
|
+
readonly crlFile: pulumi.Output<string>;
|
|
112
|
+
/**
|
|
113
|
+
* Parent profile for this clientssl profile.Once this value has been set, it cannot be changed. Default value is `/Common/clientssl`. It Should Full path `/partition/profile_name`
|
|
114
|
+
*/
|
|
115
|
+
readonly defaultsFrom: pulumi.Output<string | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* Forward proxy bypass default action. (enabled / disabled)
|
|
118
|
+
*/
|
|
119
|
+
readonly forwardProxyBypassDefaultAction: pulumi.Output<string>;
|
|
120
|
+
/**
|
|
121
|
+
* full path of the profile
|
|
122
|
+
*/
|
|
123
|
+
readonly fullPath: pulumi.Output<string>;
|
|
124
|
+
/**
|
|
125
|
+
* generation
|
|
126
|
+
*/
|
|
127
|
+
readonly generation: pulumi.Output<number>;
|
|
128
|
+
/**
|
|
129
|
+
* Generic alerts enabled / disabled.
|
|
130
|
+
*/
|
|
131
|
+
readonly genericAlert: pulumi.Output<string>;
|
|
132
|
+
/**
|
|
133
|
+
* Handshake time out (seconds)
|
|
134
|
+
*/
|
|
135
|
+
readonly handshakeTimeout: pulumi.Output<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Inherit cert key chain
|
|
138
|
+
*/
|
|
139
|
+
readonly inheritCertKeychain: pulumi.Output<string>;
|
|
140
|
+
/**
|
|
141
|
+
* Contains a key name
|
|
142
|
+
*/
|
|
143
|
+
readonly key: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
146
|
+
*/
|
|
147
|
+
readonly modSslMethods: pulumi.Output<string>;
|
|
148
|
+
/**
|
|
149
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
150
|
+
*/
|
|
151
|
+
readonly mode: pulumi.Output<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Specifies the name of the profile.Name of Profile should be full path.The full path is the combination of the `partition + profile name`,For example `/Common/test-clientssl-profile`.
|
|
154
|
+
*/
|
|
155
|
+
readonly name: pulumi.Output<string>;
|
|
156
|
+
/**
|
|
157
|
+
* name of partition
|
|
158
|
+
*/
|
|
159
|
+
readonly partition: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
162
|
+
*/
|
|
163
|
+
readonly passphrase: pulumi.Output<string>;
|
|
164
|
+
/**
|
|
165
|
+
* Specifies the way the system handles client certificates.When ignore, specifies that the system ignores certificates from client systems.When require, specifies that the system requires a client to present a valid certificate.When request, specifies that the system requests a valid certificate from a client but always authenticate the client.
|
|
166
|
+
*/
|
|
167
|
+
readonly peerCertMode: pulumi.Output<string>;
|
|
168
|
+
/**
|
|
169
|
+
* Proxy CA Cert
|
|
170
|
+
*/
|
|
171
|
+
readonly proxyCaCert: pulumi.Output<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Proxy CA Key
|
|
174
|
+
*/
|
|
175
|
+
readonly proxyCaKey: pulumi.Output<string>;
|
|
176
|
+
/**
|
|
177
|
+
* Proxy CA Passphrase
|
|
178
|
+
*/
|
|
179
|
+
readonly proxyCaPassphrase: pulumi.Output<string>;
|
|
180
|
+
/**
|
|
181
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
182
|
+
*/
|
|
183
|
+
readonly proxySsl: pulumi.Output<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Proxy SSL passthrough enabled / disabled. Default is disabled.
|
|
186
|
+
*/
|
|
187
|
+
readonly proxySslPassthrough: pulumi.Output<string>;
|
|
188
|
+
/**
|
|
189
|
+
* Renogotiate Period (seconds)
|
|
190
|
+
*/
|
|
191
|
+
readonly renegotiatePeriod: pulumi.Output<string>;
|
|
192
|
+
/**
|
|
193
|
+
* Renogotiate Size
|
|
194
|
+
*/
|
|
195
|
+
readonly renegotiateSize: pulumi.Output<string>;
|
|
196
|
+
/**
|
|
197
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
198
|
+
*/
|
|
199
|
+
readonly renegotiation: pulumi.Output<string>;
|
|
200
|
+
/**
|
|
201
|
+
* When `true`, client certificate is retained in SSL session.
|
|
202
|
+
*/
|
|
203
|
+
readonly retainCertificate: pulumi.Output<string>;
|
|
204
|
+
/**
|
|
205
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
206
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
207
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
208
|
+
* The `require-strict` setting the system requires strict renegotiation of SSL connections. In this mode the system refuses connections to insecure servers, and terminates existing SSL connections to insecure servers
|
|
209
|
+
*/
|
|
210
|
+
readonly secureRenegotiation: pulumi.Output<string>;
|
|
211
|
+
/**
|
|
212
|
+
* Specifies the fully qualified DNS hostname of the server used in Server Name Indication communications. When creating a new profile, the setting is provided by the parent profile.The server name can also be a wildcard string containing the asterisk `*` character.
|
|
213
|
+
*/
|
|
214
|
+
readonly serverName: pulumi.Output<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Session Mirroring (enabled / disabled)
|
|
217
|
+
*/
|
|
218
|
+
readonly sessionMirroring: pulumi.Output<string>;
|
|
219
|
+
/**
|
|
220
|
+
* Session Ticket (enabled / disabled)
|
|
221
|
+
*/
|
|
222
|
+
readonly sessionTicket: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* Indicates that the system uses this profile as the default SSL profile when there is no match to the server name, or when the client provides no SNI extension support.When creating a new profile, the setting is provided by the parent profile.
|
|
225
|
+
* There can be only one SSL profile with this setting enabled.
|
|
226
|
+
*/
|
|
227
|
+
readonly sniDefault: pulumi.Output<string>;
|
|
228
|
+
/**
|
|
229
|
+
* Requires that the network peers also provide SNI support, this setting only takes effect when `sniDefault` is set to `true`.When creating a new profile, the setting is provided by the parent profile
|
|
230
|
+
*/
|
|
231
|
+
readonly sniRequire: pulumi.Output<string>;
|
|
232
|
+
/**
|
|
233
|
+
* Enables or disables SSL client certificate constrained delegation. The default option is disabled. Conversely, you can specify enabled to use the SSL client certificate constrained delegation.
|
|
234
|
+
*/
|
|
235
|
+
readonly sslC3d: pulumi.Output<string>;
|
|
236
|
+
/**
|
|
237
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
238
|
+
*/
|
|
239
|
+
readonly sslForwardProxy: pulumi.Output<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
242
|
+
*/
|
|
243
|
+
readonly sslForwardProxyBypass: pulumi.Output<string>;
|
|
244
|
+
/**
|
|
245
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
246
|
+
*/
|
|
247
|
+
readonly sslSignHash: pulumi.Output<string>;
|
|
248
|
+
/**
|
|
249
|
+
* Enables or disables the resumption of SSL sessions after an unclean shutdown.When creating a new profile, the setting is provided by the parent profile.
|
|
250
|
+
*/
|
|
251
|
+
readonly strictResume: pulumi.Output<string>;
|
|
252
|
+
/**
|
|
253
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
254
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
255
|
+
*/
|
|
256
|
+
readonly tmOptions: pulumi.Output<string[]>;
|
|
257
|
+
/**
|
|
258
|
+
* Unclean Shutdown (enabled / disabled)
|
|
259
|
+
*/
|
|
260
|
+
readonly uncleanShutdown: pulumi.Output<string>;
|
|
261
|
+
/**
|
|
262
|
+
* Create a ProfileClientSsl resource with the given unique name, arguments, and options.
|
|
263
|
+
*
|
|
264
|
+
* @param name The _unique_ name of the resource.
|
|
265
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
266
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
267
|
+
*/
|
|
268
|
+
constructor(name: string, args: ProfileClientSslArgs, opts?: pulumi.CustomResourceOptions);
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Input properties used for looking up and filtering ProfileClientSsl resources.
|
|
272
|
+
*/
|
|
273
|
+
export interface ProfileClientSslState {
|
|
274
|
+
/**
|
|
275
|
+
* Alert time out
|
|
276
|
+
*/
|
|
277
|
+
alertTimeout?: pulumi.Input<string>;
|
|
278
|
+
/**
|
|
279
|
+
* Enables or disables acceptance of non-SSL connections, When creating a new profile, the setting is provided by the parent profile
|
|
280
|
+
*/
|
|
281
|
+
allowNonSsl?: pulumi.Input<string>;
|
|
282
|
+
/**
|
|
283
|
+
* Specifies the frequency of client authentication for an SSL session.When `once`,specifies that the system authenticates the client once for an SSL session.
|
|
284
|
+
* When `always`, specifies that the system authenticates the client once for an SSL session and also upon reuse of that session.
|
|
285
|
+
*/
|
|
286
|
+
authenticate?: pulumi.Input<string>;
|
|
287
|
+
/**
|
|
288
|
+
* Specifies the maximum number of certificates to be traversed in a client certificate chain
|
|
289
|
+
*/
|
|
290
|
+
authenticateDepth?: pulumi.Input<number>;
|
|
291
|
+
/**
|
|
292
|
+
* Specifies the client certificate to use in SSL client certificate constrained delegation. This certificate will be used if client does not provide a cert during the SSL handshake. The default value is none.
|
|
293
|
+
*/
|
|
294
|
+
c3dClientFallbackCert?: pulumi.Input<string>;
|
|
295
|
+
/**
|
|
296
|
+
* Specifies the BIG-IP action when the OCSP responder returns unknown status. The default value is drop, which causes the onnection to be dropped. Conversely, you can specify ignore, which causes the connection to ignore the unknown status and continue.
|
|
297
|
+
*/
|
|
298
|
+
c3dDropUnknownOcspStatus?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* Specifies the SSL client certificate constrained delegation OCSP object that the BIG-IP SSL should use to connect to the OCSP responder and check the client certificate status.
|
|
301
|
+
*/
|
|
302
|
+
c3dOcsp?: pulumi.Input<string>;
|
|
303
|
+
/**
|
|
304
|
+
* Client certificate file path. Default None.
|
|
305
|
+
*/
|
|
306
|
+
caFile?: pulumi.Input<string>;
|
|
307
|
+
/**
|
|
308
|
+
* Cache size (sessions).
|
|
309
|
+
*/
|
|
310
|
+
cacheSize?: pulumi.Input<number>;
|
|
311
|
+
/**
|
|
312
|
+
* Cache time out
|
|
313
|
+
*/
|
|
314
|
+
cacheTimeout?: pulumi.Input<number>;
|
|
315
|
+
/**
|
|
316
|
+
* Specifies a cert name for use.
|
|
317
|
+
*/
|
|
318
|
+
cert?: pulumi.Input<string>;
|
|
319
|
+
/**
|
|
320
|
+
* Cert extension includes for ssl forward proxy
|
|
321
|
+
*/
|
|
322
|
+
certExtensionIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
323
|
+
certKeyChains?: pulumi.Input<pulumi.Input<inputs.ltm.ProfileClientSslCertKeyChain>[]>;
|
|
324
|
+
/**
|
|
325
|
+
* Life span of the certificate in days for ssl forward proxy
|
|
326
|
+
*/
|
|
327
|
+
certLifeSpan?: pulumi.Input<number>;
|
|
328
|
+
/**
|
|
329
|
+
* Cert lookup by ip address and port enabled / disabled
|
|
330
|
+
*/
|
|
331
|
+
certLookupByIpaddrPort?: pulumi.Input<string>;
|
|
332
|
+
/**
|
|
333
|
+
* Contains a certificate chain that is relevant to the certificate and key mentioned earlier.This key is optional
|
|
334
|
+
*/
|
|
335
|
+
chain?: pulumi.Input<string>;
|
|
336
|
+
/**
|
|
337
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
338
|
+
*/
|
|
339
|
+
ciphers?: pulumi.Input<string>;
|
|
340
|
+
/**
|
|
341
|
+
* client certificate name
|
|
342
|
+
*/
|
|
343
|
+
clientCertCa?: pulumi.Input<string>;
|
|
344
|
+
/**
|
|
345
|
+
* Certificate revocation file name
|
|
346
|
+
*/
|
|
347
|
+
crlFile?: pulumi.Input<string>;
|
|
348
|
+
/**
|
|
349
|
+
* Parent profile for this clientssl profile.Once this value has been set, it cannot be changed. Default value is `/Common/clientssl`. It Should Full path `/partition/profile_name`
|
|
350
|
+
*/
|
|
351
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
352
|
+
/**
|
|
353
|
+
* Forward proxy bypass default action. (enabled / disabled)
|
|
354
|
+
*/
|
|
355
|
+
forwardProxyBypassDefaultAction?: pulumi.Input<string>;
|
|
356
|
+
/**
|
|
357
|
+
* full path of the profile
|
|
358
|
+
*/
|
|
359
|
+
fullPath?: pulumi.Input<string>;
|
|
360
|
+
/**
|
|
361
|
+
* generation
|
|
362
|
+
*/
|
|
363
|
+
generation?: pulumi.Input<number>;
|
|
364
|
+
/**
|
|
365
|
+
* Generic alerts enabled / disabled.
|
|
366
|
+
*/
|
|
367
|
+
genericAlert?: pulumi.Input<string>;
|
|
368
|
+
/**
|
|
369
|
+
* Handshake time out (seconds)
|
|
370
|
+
*/
|
|
371
|
+
handshakeTimeout?: pulumi.Input<string>;
|
|
372
|
+
/**
|
|
373
|
+
* Inherit cert key chain
|
|
374
|
+
*/
|
|
375
|
+
inheritCertKeychain?: pulumi.Input<string>;
|
|
376
|
+
/**
|
|
377
|
+
* Contains a key name
|
|
378
|
+
*/
|
|
379
|
+
key?: pulumi.Input<string>;
|
|
380
|
+
/**
|
|
381
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
382
|
+
*/
|
|
383
|
+
modSslMethods?: pulumi.Input<string>;
|
|
384
|
+
/**
|
|
385
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
386
|
+
*/
|
|
387
|
+
mode?: pulumi.Input<string>;
|
|
388
|
+
/**
|
|
389
|
+
* Specifies the name of the profile.Name of Profile should be full path.The full path is the combination of the `partition + profile name`,For example `/Common/test-clientssl-profile`.
|
|
390
|
+
*/
|
|
391
|
+
name?: pulumi.Input<string>;
|
|
392
|
+
/**
|
|
393
|
+
* name of partition
|
|
394
|
+
*/
|
|
395
|
+
partition?: pulumi.Input<string>;
|
|
396
|
+
/**
|
|
397
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
398
|
+
*/
|
|
399
|
+
passphrase?: pulumi.Input<string>;
|
|
400
|
+
/**
|
|
401
|
+
* Specifies the way the system handles client certificates.When ignore, specifies that the system ignores certificates from client systems.When require, specifies that the system requires a client to present a valid certificate.When request, specifies that the system requests a valid certificate from a client but always authenticate the client.
|
|
402
|
+
*/
|
|
403
|
+
peerCertMode?: pulumi.Input<string>;
|
|
404
|
+
/**
|
|
405
|
+
* Proxy CA Cert
|
|
406
|
+
*/
|
|
407
|
+
proxyCaCert?: pulumi.Input<string>;
|
|
408
|
+
/**
|
|
409
|
+
* Proxy CA Key
|
|
410
|
+
*/
|
|
411
|
+
proxyCaKey?: pulumi.Input<string>;
|
|
412
|
+
/**
|
|
413
|
+
* Proxy CA Passphrase
|
|
414
|
+
*/
|
|
415
|
+
proxyCaPassphrase?: pulumi.Input<string>;
|
|
416
|
+
/**
|
|
417
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
418
|
+
*/
|
|
419
|
+
proxySsl?: pulumi.Input<string>;
|
|
420
|
+
/**
|
|
421
|
+
* Proxy SSL passthrough enabled / disabled. Default is disabled.
|
|
422
|
+
*/
|
|
423
|
+
proxySslPassthrough?: pulumi.Input<string>;
|
|
424
|
+
/**
|
|
425
|
+
* Renogotiate Period (seconds)
|
|
426
|
+
*/
|
|
427
|
+
renegotiatePeriod?: pulumi.Input<string>;
|
|
428
|
+
/**
|
|
429
|
+
* Renogotiate Size
|
|
430
|
+
*/
|
|
431
|
+
renegotiateSize?: pulumi.Input<string>;
|
|
432
|
+
/**
|
|
433
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
434
|
+
*/
|
|
435
|
+
renegotiation?: pulumi.Input<string>;
|
|
436
|
+
/**
|
|
437
|
+
* When `true`, client certificate is retained in SSL session.
|
|
438
|
+
*/
|
|
439
|
+
retainCertificate?: pulumi.Input<string>;
|
|
440
|
+
/**
|
|
441
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
442
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
443
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
444
|
+
* The `require-strict` setting the system requires strict renegotiation of SSL connections. In this mode the system refuses connections to insecure servers, and terminates existing SSL connections to insecure servers
|
|
445
|
+
*/
|
|
446
|
+
secureRenegotiation?: pulumi.Input<string>;
|
|
447
|
+
/**
|
|
448
|
+
* Specifies the fully qualified DNS hostname of the server used in Server Name Indication communications. When creating a new profile, the setting is provided by the parent profile.The server name can also be a wildcard string containing the asterisk `*` character.
|
|
449
|
+
*/
|
|
450
|
+
serverName?: pulumi.Input<string>;
|
|
451
|
+
/**
|
|
452
|
+
* Session Mirroring (enabled / disabled)
|
|
453
|
+
*/
|
|
454
|
+
sessionMirroring?: pulumi.Input<string>;
|
|
455
|
+
/**
|
|
456
|
+
* Session Ticket (enabled / disabled)
|
|
457
|
+
*/
|
|
458
|
+
sessionTicket?: pulumi.Input<string>;
|
|
459
|
+
/**
|
|
460
|
+
* Indicates that the system uses this profile as the default SSL profile when there is no match to the server name, or when the client provides no SNI extension support.When creating a new profile, the setting is provided by the parent profile.
|
|
461
|
+
* There can be only one SSL profile with this setting enabled.
|
|
462
|
+
*/
|
|
463
|
+
sniDefault?: pulumi.Input<string>;
|
|
464
|
+
/**
|
|
465
|
+
* Requires that the network peers also provide SNI support, this setting only takes effect when `sniDefault` is set to `true`.When creating a new profile, the setting is provided by the parent profile
|
|
466
|
+
*/
|
|
467
|
+
sniRequire?: pulumi.Input<string>;
|
|
468
|
+
/**
|
|
469
|
+
* Enables or disables SSL client certificate constrained delegation. The default option is disabled. Conversely, you can specify enabled to use the SSL client certificate constrained delegation.
|
|
470
|
+
*/
|
|
471
|
+
sslC3d?: pulumi.Input<string>;
|
|
472
|
+
/**
|
|
473
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
474
|
+
*/
|
|
475
|
+
sslForwardProxy?: pulumi.Input<string>;
|
|
476
|
+
/**
|
|
477
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
478
|
+
*/
|
|
479
|
+
sslForwardProxyBypass?: pulumi.Input<string>;
|
|
480
|
+
/**
|
|
481
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
482
|
+
*/
|
|
483
|
+
sslSignHash?: pulumi.Input<string>;
|
|
484
|
+
/**
|
|
485
|
+
* Enables or disables the resumption of SSL sessions after an unclean shutdown.When creating a new profile, the setting is provided by the parent profile.
|
|
486
|
+
*/
|
|
487
|
+
strictResume?: pulumi.Input<string>;
|
|
488
|
+
/**
|
|
489
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
490
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
491
|
+
*/
|
|
492
|
+
tmOptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
493
|
+
/**
|
|
494
|
+
* Unclean Shutdown (enabled / disabled)
|
|
495
|
+
*/
|
|
496
|
+
uncleanShutdown?: pulumi.Input<string>;
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* The set of arguments for constructing a ProfileClientSsl resource.
|
|
500
|
+
*/
|
|
501
|
+
export interface ProfileClientSslArgs {
|
|
502
|
+
/**
|
|
503
|
+
* Alert time out
|
|
504
|
+
*/
|
|
505
|
+
alertTimeout?: pulumi.Input<string>;
|
|
506
|
+
/**
|
|
507
|
+
* Enables or disables acceptance of non-SSL connections, When creating a new profile, the setting is provided by the parent profile
|
|
508
|
+
*/
|
|
509
|
+
allowNonSsl?: pulumi.Input<string>;
|
|
510
|
+
/**
|
|
511
|
+
* Specifies the frequency of client authentication for an SSL session.When `once`,specifies that the system authenticates the client once for an SSL session.
|
|
512
|
+
* When `always`, specifies that the system authenticates the client once for an SSL session and also upon reuse of that session.
|
|
513
|
+
*/
|
|
514
|
+
authenticate?: pulumi.Input<string>;
|
|
515
|
+
/**
|
|
516
|
+
* Specifies the maximum number of certificates to be traversed in a client certificate chain
|
|
517
|
+
*/
|
|
518
|
+
authenticateDepth?: pulumi.Input<number>;
|
|
519
|
+
/**
|
|
520
|
+
* Specifies the client certificate to use in SSL client certificate constrained delegation. This certificate will be used if client does not provide a cert during the SSL handshake. The default value is none.
|
|
521
|
+
*/
|
|
522
|
+
c3dClientFallbackCert?: pulumi.Input<string>;
|
|
523
|
+
/**
|
|
524
|
+
* Specifies the BIG-IP action when the OCSP responder returns unknown status. The default value is drop, which causes the onnection to be dropped. Conversely, you can specify ignore, which causes the connection to ignore the unknown status and continue.
|
|
525
|
+
*/
|
|
526
|
+
c3dDropUnknownOcspStatus?: pulumi.Input<string>;
|
|
527
|
+
/**
|
|
528
|
+
* Specifies the SSL client certificate constrained delegation OCSP object that the BIG-IP SSL should use to connect to the OCSP responder and check the client certificate status.
|
|
529
|
+
*/
|
|
530
|
+
c3dOcsp?: pulumi.Input<string>;
|
|
531
|
+
/**
|
|
532
|
+
* Client certificate file path. Default None.
|
|
533
|
+
*/
|
|
534
|
+
caFile?: pulumi.Input<string>;
|
|
535
|
+
/**
|
|
536
|
+
* Cache size (sessions).
|
|
537
|
+
*/
|
|
538
|
+
cacheSize?: pulumi.Input<number>;
|
|
539
|
+
/**
|
|
540
|
+
* Cache time out
|
|
541
|
+
*/
|
|
542
|
+
cacheTimeout?: pulumi.Input<number>;
|
|
543
|
+
/**
|
|
544
|
+
* Specifies a cert name for use.
|
|
545
|
+
*/
|
|
546
|
+
cert?: pulumi.Input<string>;
|
|
547
|
+
/**
|
|
548
|
+
* Cert extension includes for ssl forward proxy
|
|
549
|
+
*/
|
|
550
|
+
certExtensionIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
551
|
+
certKeyChains?: pulumi.Input<pulumi.Input<inputs.ltm.ProfileClientSslCertKeyChain>[]>;
|
|
552
|
+
/**
|
|
553
|
+
* Life span of the certificate in days for ssl forward proxy
|
|
554
|
+
*/
|
|
555
|
+
certLifeSpan?: pulumi.Input<number>;
|
|
556
|
+
/**
|
|
557
|
+
* Cert lookup by ip address and port enabled / disabled
|
|
558
|
+
*/
|
|
559
|
+
certLookupByIpaddrPort?: pulumi.Input<string>;
|
|
560
|
+
/**
|
|
561
|
+
* Contains a certificate chain that is relevant to the certificate and key mentioned earlier.This key is optional
|
|
562
|
+
*/
|
|
563
|
+
chain?: pulumi.Input<string>;
|
|
564
|
+
/**
|
|
565
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
566
|
+
*/
|
|
567
|
+
ciphers?: pulumi.Input<string>;
|
|
568
|
+
/**
|
|
569
|
+
* client certificate name
|
|
570
|
+
*/
|
|
571
|
+
clientCertCa?: pulumi.Input<string>;
|
|
572
|
+
/**
|
|
573
|
+
* Certificate revocation file name
|
|
574
|
+
*/
|
|
575
|
+
crlFile?: pulumi.Input<string>;
|
|
576
|
+
/**
|
|
577
|
+
* Parent profile for this clientssl profile.Once this value has been set, it cannot be changed. Default value is `/Common/clientssl`. It Should Full path `/partition/profile_name`
|
|
578
|
+
*/
|
|
579
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
580
|
+
/**
|
|
581
|
+
* Forward proxy bypass default action. (enabled / disabled)
|
|
582
|
+
*/
|
|
583
|
+
forwardProxyBypassDefaultAction?: pulumi.Input<string>;
|
|
584
|
+
/**
|
|
585
|
+
* full path of the profile
|
|
586
|
+
*/
|
|
587
|
+
fullPath?: pulumi.Input<string>;
|
|
588
|
+
/**
|
|
589
|
+
* generation
|
|
590
|
+
*/
|
|
591
|
+
generation?: pulumi.Input<number>;
|
|
592
|
+
/**
|
|
593
|
+
* Generic alerts enabled / disabled.
|
|
594
|
+
*/
|
|
595
|
+
genericAlert?: pulumi.Input<string>;
|
|
596
|
+
/**
|
|
597
|
+
* Handshake time out (seconds)
|
|
598
|
+
*/
|
|
599
|
+
handshakeTimeout?: pulumi.Input<string>;
|
|
600
|
+
/**
|
|
601
|
+
* Inherit cert key chain
|
|
602
|
+
*/
|
|
603
|
+
inheritCertKeychain?: pulumi.Input<string>;
|
|
604
|
+
/**
|
|
605
|
+
* Contains a key name
|
|
606
|
+
*/
|
|
607
|
+
key?: pulumi.Input<string>;
|
|
608
|
+
/**
|
|
609
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
610
|
+
*/
|
|
611
|
+
modSslMethods?: pulumi.Input<string>;
|
|
612
|
+
/**
|
|
613
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
614
|
+
*/
|
|
615
|
+
mode?: pulumi.Input<string>;
|
|
616
|
+
/**
|
|
617
|
+
* Specifies the name of the profile.Name of Profile should be full path.The full path is the combination of the `partition + profile name`,For example `/Common/test-clientssl-profile`.
|
|
618
|
+
*/
|
|
619
|
+
name: pulumi.Input<string>;
|
|
620
|
+
/**
|
|
621
|
+
* name of partition
|
|
622
|
+
*/
|
|
623
|
+
partition?: pulumi.Input<string>;
|
|
624
|
+
/**
|
|
625
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
626
|
+
*/
|
|
627
|
+
passphrase?: pulumi.Input<string>;
|
|
628
|
+
/**
|
|
629
|
+
* Specifies the way the system handles client certificates.When ignore, specifies that the system ignores certificates from client systems.When require, specifies that the system requires a client to present a valid certificate.When request, specifies that the system requests a valid certificate from a client but always authenticate the client.
|
|
630
|
+
*/
|
|
631
|
+
peerCertMode?: pulumi.Input<string>;
|
|
632
|
+
/**
|
|
633
|
+
* Proxy CA Cert
|
|
634
|
+
*/
|
|
635
|
+
proxyCaCert?: pulumi.Input<string>;
|
|
636
|
+
/**
|
|
637
|
+
* Proxy CA Key
|
|
638
|
+
*/
|
|
639
|
+
proxyCaKey?: pulumi.Input<string>;
|
|
640
|
+
/**
|
|
641
|
+
* Proxy CA Passphrase
|
|
642
|
+
*/
|
|
643
|
+
proxyCaPassphrase?: pulumi.Input<string>;
|
|
644
|
+
/**
|
|
645
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
646
|
+
*/
|
|
647
|
+
proxySsl?: pulumi.Input<string>;
|
|
648
|
+
/**
|
|
649
|
+
* Proxy SSL passthrough enabled / disabled. Default is disabled.
|
|
650
|
+
*/
|
|
651
|
+
proxySslPassthrough?: pulumi.Input<string>;
|
|
652
|
+
/**
|
|
653
|
+
* Renogotiate Period (seconds)
|
|
654
|
+
*/
|
|
655
|
+
renegotiatePeriod?: pulumi.Input<string>;
|
|
656
|
+
/**
|
|
657
|
+
* Renogotiate Size
|
|
658
|
+
*/
|
|
659
|
+
renegotiateSize?: pulumi.Input<string>;
|
|
660
|
+
/**
|
|
661
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
662
|
+
*/
|
|
663
|
+
renegotiation?: pulumi.Input<string>;
|
|
664
|
+
/**
|
|
665
|
+
* When `true`, client certificate is retained in SSL session.
|
|
666
|
+
*/
|
|
667
|
+
retainCertificate?: pulumi.Input<string>;
|
|
668
|
+
/**
|
|
669
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
670
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
671
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
672
|
+
* The `require-strict` setting the system requires strict renegotiation of SSL connections. In this mode the system refuses connections to insecure servers, and terminates existing SSL connections to insecure servers
|
|
673
|
+
*/
|
|
674
|
+
secureRenegotiation?: pulumi.Input<string>;
|
|
675
|
+
/**
|
|
676
|
+
* Specifies the fully qualified DNS hostname of the server used in Server Name Indication communications. When creating a new profile, the setting is provided by the parent profile.The server name can also be a wildcard string containing the asterisk `*` character.
|
|
677
|
+
*/
|
|
678
|
+
serverName?: pulumi.Input<string>;
|
|
679
|
+
/**
|
|
680
|
+
* Session Mirroring (enabled / disabled)
|
|
681
|
+
*/
|
|
682
|
+
sessionMirroring?: pulumi.Input<string>;
|
|
683
|
+
/**
|
|
684
|
+
* Session Ticket (enabled / disabled)
|
|
685
|
+
*/
|
|
686
|
+
sessionTicket?: pulumi.Input<string>;
|
|
687
|
+
/**
|
|
688
|
+
* Indicates that the system uses this profile as the default SSL profile when there is no match to the server name, or when the client provides no SNI extension support.When creating a new profile, the setting is provided by the parent profile.
|
|
689
|
+
* There can be only one SSL profile with this setting enabled.
|
|
690
|
+
*/
|
|
691
|
+
sniDefault?: pulumi.Input<string>;
|
|
692
|
+
/**
|
|
693
|
+
* Requires that the network peers also provide SNI support, this setting only takes effect when `sniDefault` is set to `true`.When creating a new profile, the setting is provided by the parent profile
|
|
694
|
+
*/
|
|
695
|
+
sniRequire?: pulumi.Input<string>;
|
|
696
|
+
/**
|
|
697
|
+
* Enables or disables SSL client certificate constrained delegation. The default option is disabled. Conversely, you can specify enabled to use the SSL client certificate constrained delegation.
|
|
698
|
+
*/
|
|
699
|
+
sslC3d?: pulumi.Input<string>;
|
|
700
|
+
/**
|
|
701
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
702
|
+
*/
|
|
703
|
+
sslForwardProxy?: pulumi.Input<string>;
|
|
704
|
+
/**
|
|
705
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
706
|
+
*/
|
|
707
|
+
sslForwardProxyBypass?: pulumi.Input<string>;
|
|
708
|
+
/**
|
|
709
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
710
|
+
*/
|
|
711
|
+
sslSignHash?: pulumi.Input<string>;
|
|
712
|
+
/**
|
|
713
|
+
* Enables or disables the resumption of SSL sessions after an unclean shutdown.When creating a new profile, the setting is provided by the parent profile.
|
|
714
|
+
*/
|
|
715
|
+
strictResume?: pulumi.Input<string>;
|
|
716
|
+
/**
|
|
717
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
718
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
719
|
+
*/
|
|
720
|
+
tmOptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
721
|
+
/**
|
|
722
|
+
* Unclean Shutdown (enabled / disabled)
|
|
723
|
+
*/
|
|
724
|
+
uncleanShutdown?: pulumi.Input<string>;
|
|
725
|
+
}
|