@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,676 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* `f5bigip.ltm.ProfileServerSsl` Manages server SSL profiles on a BIG-IP
|
|
4
|
+
*
|
|
5
|
+
* 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 )
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as f5bigip from "@pulumi/f5bigip";
|
|
12
|
+
*
|
|
13
|
+
* const test_ServerSsl = new f5bigip.ltm.ProfileServerSsl("test-ServerSsl", {
|
|
14
|
+
* authenticate: "always",
|
|
15
|
+
* ciphers: "DEFAULT",
|
|
16
|
+
* defaultsFrom: "/Common/serverssl",
|
|
17
|
+
* name: "/Common/test-ServerSsl",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export declare class ProfileServerSsl extends pulumi.CustomResource {
|
|
22
|
+
/**
|
|
23
|
+
* Get an existing ProfileServerSsl resource's state with the given name, ID, and optional extra
|
|
24
|
+
* properties used to qualify the lookup.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resulting resource.
|
|
27
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
28
|
+
* @param state Any extra arguments used during the lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProfileServerSslState, opts?: pulumi.CustomResourceOptions): ProfileServerSsl;
|
|
32
|
+
/**
|
|
33
|
+
* Returns true if the given object is an instance of ProfileServerSsl. This is designed to work even
|
|
34
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
35
|
+
*/
|
|
36
|
+
static isInstance(obj: any): obj is ProfileServerSsl;
|
|
37
|
+
/**
|
|
38
|
+
* Alert time out
|
|
39
|
+
*/
|
|
40
|
+
readonly alertTimeout: pulumi.Output<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Specifies the frequency of server authentication for an SSL session.When `once`,specifies that the system authenticates the server once for an SSL session.
|
|
43
|
+
* When `always`, specifies that the system authenticates the server once for an SSL session and also upon reuse of that session.
|
|
44
|
+
*/
|
|
45
|
+
readonly authenticate: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Client certificate chain traversal depth. Default 9.
|
|
48
|
+
*/
|
|
49
|
+
readonly authenticateDepth: pulumi.Output<number>;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the name of the certificate file that is used as the certification authority certificate when SSL client certificate constrained delegation is enabled. The certificate should be generated and installed by you on the system. When selecting this option, type a certificate file name.
|
|
52
|
+
*/
|
|
53
|
+
readonly c3dCaCert: pulumi.Output<string | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* Specifies the name of the key file that is used as the certification authority key when SSL client certificate constrained delegation is enabled. The key should be generated and installed by you on the system. When selecting this option, type a key file name.
|
|
56
|
+
*/
|
|
57
|
+
readonly c3dCaKey: pulumi.Output<string | undefined>;
|
|
58
|
+
/**
|
|
59
|
+
* CA Passphrase. Default
|
|
60
|
+
*/
|
|
61
|
+
readonly c3dCaPassphrase: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Certificate Extensions List. Default
|
|
64
|
+
*/
|
|
65
|
+
readonly c3dCertExtensionCustomOids: pulumi.Output<string[] | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* Specifies the extensions of the client certificates to be included in the generated certificates using SSL client certificate constrained delegation. For example, { basic-constraints }. The default value is { basic-constraints extended-key-usage key-usage subject-alternative-name }. The extensions are:
|
|
68
|
+
*/
|
|
69
|
+
readonly c3dCertExtensionIncludes: pulumi.Output<string[] | undefined>;
|
|
70
|
+
/**
|
|
71
|
+
* Certificate Lifespan. Default
|
|
72
|
+
*/
|
|
73
|
+
readonly c3dCertLifespan: pulumi.Output<number>;
|
|
74
|
+
/**
|
|
75
|
+
* CA Passphrase. Default enabled
|
|
76
|
+
*/
|
|
77
|
+
readonly c3dCertificateExtensions: pulumi.Output<string>;
|
|
78
|
+
/**
|
|
79
|
+
* Client certificate file path. Default None.
|
|
80
|
+
*/
|
|
81
|
+
readonly caFile: pulumi.Output<string>;
|
|
82
|
+
/**
|
|
83
|
+
* Cache size (sessions).
|
|
84
|
+
*/
|
|
85
|
+
readonly cacheSize: pulumi.Output<number>;
|
|
86
|
+
/**
|
|
87
|
+
* Cache time out
|
|
88
|
+
*/
|
|
89
|
+
readonly cacheTimeout: pulumi.Output<number>;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies the name of the certificate that the system uses for server-side SSL processing.
|
|
92
|
+
*/
|
|
93
|
+
readonly cert: pulumi.Output<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Specifies the certificates-key chain to associate with the SSL profile
|
|
96
|
+
*/
|
|
97
|
+
readonly chain: pulumi.Output<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
100
|
+
*/
|
|
101
|
+
readonly ciphers: pulumi.Output<string>;
|
|
102
|
+
/**
|
|
103
|
+
* The parent template of this monitor template. Once this value has been set, it cannot be changed. By default, this value is `/Common/serverssl`.
|
|
104
|
+
*/
|
|
105
|
+
readonly defaultsFrom: pulumi.Output<string | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Response if the cert is expired (drop / ignore).
|
|
108
|
+
*/
|
|
109
|
+
readonly expireCertResponseControl: pulumi.Output<string>;
|
|
110
|
+
/**
|
|
111
|
+
* full path of the profile
|
|
112
|
+
*/
|
|
113
|
+
readonly fullPath: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* generation
|
|
116
|
+
*/
|
|
117
|
+
readonly generation: pulumi.Output<number>;
|
|
118
|
+
/**
|
|
119
|
+
* Generic alerts enabled / disabled.
|
|
120
|
+
*/
|
|
121
|
+
readonly genericAlert: pulumi.Output<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Handshake time out (seconds)
|
|
124
|
+
*/
|
|
125
|
+
readonly handshakeTimeout: pulumi.Output<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Specifies the file name of the SSL key.
|
|
128
|
+
*/
|
|
129
|
+
readonly key: pulumi.Output<string>;
|
|
130
|
+
/**
|
|
131
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
132
|
+
*/
|
|
133
|
+
readonly modSslMethods: pulumi.Output<string>;
|
|
134
|
+
/**
|
|
135
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
136
|
+
*/
|
|
137
|
+
readonly mode: pulumi.Output<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Specifies the name of the profile.Name of Profile should be full path,full path is the combination of the `partition + profile name`. For example `/Common/test-serverssl-profile`.
|
|
140
|
+
*/
|
|
141
|
+
readonly name: pulumi.Output<string>;
|
|
142
|
+
/**
|
|
143
|
+
* name of partition
|
|
144
|
+
*/
|
|
145
|
+
readonly partition: pulumi.Output<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
148
|
+
*/
|
|
149
|
+
readonly passphrase: pulumi.Output<string>;
|
|
150
|
+
/**
|
|
151
|
+
* 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.
|
|
152
|
+
*/
|
|
153
|
+
readonly peerCertMode: pulumi.Output<string>;
|
|
154
|
+
/**
|
|
155
|
+
* Proxy CA Cert
|
|
156
|
+
*/
|
|
157
|
+
readonly proxyCaCert: pulumi.Output<string>;
|
|
158
|
+
/**
|
|
159
|
+
* Proxy CA Key
|
|
160
|
+
*/
|
|
161
|
+
readonly proxyCaKey: pulumi.Output<string>;
|
|
162
|
+
/**
|
|
163
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
164
|
+
*/
|
|
165
|
+
readonly proxySsl: pulumi.Output<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Renogotiate Period (seconds)
|
|
168
|
+
*/
|
|
169
|
+
readonly renegotiatePeriod: pulumi.Output<string>;
|
|
170
|
+
/**
|
|
171
|
+
* Renogotiate Size
|
|
172
|
+
*/
|
|
173
|
+
readonly renegotiateSize: pulumi.Output<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
176
|
+
*/
|
|
177
|
+
readonly renegotiation: pulumi.Output<string>;
|
|
178
|
+
/**
|
|
179
|
+
* When `true`, client certificate is retained in SSL session.
|
|
180
|
+
*/
|
|
181
|
+
readonly retainCertificate: pulumi.Output<string>;
|
|
182
|
+
/**
|
|
183
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
184
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
185
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
186
|
+
* 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
|
|
187
|
+
*/
|
|
188
|
+
readonly secureRenegotiation: pulumi.Output<string>;
|
|
189
|
+
/**
|
|
190
|
+
* 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.
|
|
191
|
+
*/
|
|
192
|
+
readonly serverName: pulumi.Output<string>;
|
|
193
|
+
/**
|
|
194
|
+
* Session Mirroring (enabled / disabled)
|
|
195
|
+
*/
|
|
196
|
+
readonly sessionMirroring: pulumi.Output<string>;
|
|
197
|
+
/**
|
|
198
|
+
* Session Ticket (enabled / disabled)
|
|
199
|
+
*/
|
|
200
|
+
readonly sessionTicket: pulumi.Output<string>;
|
|
201
|
+
/**
|
|
202
|
+
* 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.
|
|
203
|
+
* There can be only one SSL profile with this setting enabled.
|
|
204
|
+
*/
|
|
205
|
+
readonly sniDefault: pulumi.Output<string>;
|
|
206
|
+
/**
|
|
207
|
+
* 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
|
|
208
|
+
*/
|
|
209
|
+
readonly sniRequire: pulumi.Output<string>;
|
|
210
|
+
/**
|
|
211
|
+
* Enables or disables SSL forward proxy bypass on receiving
|
|
212
|
+
* handshake_failure, protocolVersion or unsupportedExtension alert message during the serverside SSL handshake. When enabled and there is an SSL handshake_failure, protocolVersion or unsupportedExtension alert during the serverside SSL handshake, SSL traffic bypasses the BIG-IP system untouched, without decryption/encryption. The default value is disabled. Conversely, you can specify enabled to use this feature.
|
|
213
|
+
*/
|
|
214
|
+
readonly sslC3d: pulumi.Output<string | undefined>;
|
|
215
|
+
/**
|
|
216
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
217
|
+
*/
|
|
218
|
+
readonly sslForwardProxy: pulumi.Output<string>;
|
|
219
|
+
/**
|
|
220
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
221
|
+
*/
|
|
222
|
+
readonly sslForwardProxyBypass: pulumi.Output<string>;
|
|
223
|
+
/**
|
|
224
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
225
|
+
*/
|
|
226
|
+
readonly sslSignHash: pulumi.Output<string>;
|
|
227
|
+
/**
|
|
228
|
+
* 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.
|
|
229
|
+
*/
|
|
230
|
+
readonly strictResume: pulumi.Output<string>;
|
|
231
|
+
/**
|
|
232
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
233
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
234
|
+
*/
|
|
235
|
+
readonly tmOptions: pulumi.Output<string[]>;
|
|
236
|
+
/**
|
|
237
|
+
* Unclean Shutdown (enabled / disabled)
|
|
238
|
+
*/
|
|
239
|
+
readonly uncleanShutdown: pulumi.Output<string>;
|
|
240
|
+
/**
|
|
241
|
+
* Unclean Shutdown (drop / ignore)
|
|
242
|
+
*/
|
|
243
|
+
readonly untrustedCertResponseControl: pulumi.Output<string>;
|
|
244
|
+
/**
|
|
245
|
+
* Create a ProfileServerSsl resource with the given unique name, arguments, and options.
|
|
246
|
+
*
|
|
247
|
+
* @param name The _unique_ name of the resource.
|
|
248
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
249
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
250
|
+
*/
|
|
251
|
+
constructor(name: string, args: ProfileServerSslArgs, opts?: pulumi.CustomResourceOptions);
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Input properties used for looking up and filtering ProfileServerSsl resources.
|
|
255
|
+
*/
|
|
256
|
+
export interface ProfileServerSslState {
|
|
257
|
+
/**
|
|
258
|
+
* Alert time out
|
|
259
|
+
*/
|
|
260
|
+
alertTimeout?: pulumi.Input<string>;
|
|
261
|
+
/**
|
|
262
|
+
* Specifies the frequency of server authentication for an SSL session.When `once`,specifies that the system authenticates the server once for an SSL session.
|
|
263
|
+
* When `always`, specifies that the system authenticates the server once for an SSL session and also upon reuse of that session.
|
|
264
|
+
*/
|
|
265
|
+
authenticate?: pulumi.Input<string>;
|
|
266
|
+
/**
|
|
267
|
+
* Client certificate chain traversal depth. Default 9.
|
|
268
|
+
*/
|
|
269
|
+
authenticateDepth?: pulumi.Input<number>;
|
|
270
|
+
/**
|
|
271
|
+
* Specifies the name of the certificate file that is used as the certification authority certificate when SSL client certificate constrained delegation is enabled. The certificate should be generated and installed by you on the system. When selecting this option, type a certificate file name.
|
|
272
|
+
*/
|
|
273
|
+
c3dCaCert?: pulumi.Input<string>;
|
|
274
|
+
/**
|
|
275
|
+
* Specifies the name of the key file that is used as the certification authority key when SSL client certificate constrained delegation is enabled. The key should be generated and installed by you on the system. When selecting this option, type a key file name.
|
|
276
|
+
*/
|
|
277
|
+
c3dCaKey?: pulumi.Input<string>;
|
|
278
|
+
/**
|
|
279
|
+
* CA Passphrase. Default
|
|
280
|
+
*/
|
|
281
|
+
c3dCaPassphrase?: pulumi.Input<string>;
|
|
282
|
+
/**
|
|
283
|
+
* Certificate Extensions List. Default
|
|
284
|
+
*/
|
|
285
|
+
c3dCertExtensionCustomOids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
286
|
+
/**
|
|
287
|
+
* Specifies the extensions of the client certificates to be included in the generated certificates using SSL client certificate constrained delegation. For example, { basic-constraints }. The default value is { basic-constraints extended-key-usage key-usage subject-alternative-name }. The extensions are:
|
|
288
|
+
*/
|
|
289
|
+
c3dCertExtensionIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
290
|
+
/**
|
|
291
|
+
* Certificate Lifespan. Default
|
|
292
|
+
*/
|
|
293
|
+
c3dCertLifespan?: pulumi.Input<number>;
|
|
294
|
+
/**
|
|
295
|
+
* CA Passphrase. Default enabled
|
|
296
|
+
*/
|
|
297
|
+
c3dCertificateExtensions?: pulumi.Input<string>;
|
|
298
|
+
/**
|
|
299
|
+
* Client certificate file path. Default None.
|
|
300
|
+
*/
|
|
301
|
+
caFile?: pulumi.Input<string>;
|
|
302
|
+
/**
|
|
303
|
+
* Cache size (sessions).
|
|
304
|
+
*/
|
|
305
|
+
cacheSize?: pulumi.Input<number>;
|
|
306
|
+
/**
|
|
307
|
+
* Cache time out
|
|
308
|
+
*/
|
|
309
|
+
cacheTimeout?: pulumi.Input<number>;
|
|
310
|
+
/**
|
|
311
|
+
* Specifies the name of the certificate that the system uses for server-side SSL processing.
|
|
312
|
+
*/
|
|
313
|
+
cert?: pulumi.Input<string>;
|
|
314
|
+
/**
|
|
315
|
+
* Specifies the certificates-key chain to associate with the SSL profile
|
|
316
|
+
*/
|
|
317
|
+
chain?: pulumi.Input<string>;
|
|
318
|
+
/**
|
|
319
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
320
|
+
*/
|
|
321
|
+
ciphers?: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* The parent template of this monitor template. Once this value has been set, it cannot be changed. By default, this value is `/Common/serverssl`.
|
|
324
|
+
*/
|
|
325
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* Response if the cert is expired (drop / ignore).
|
|
328
|
+
*/
|
|
329
|
+
expireCertResponseControl?: pulumi.Input<string>;
|
|
330
|
+
/**
|
|
331
|
+
* full path of the profile
|
|
332
|
+
*/
|
|
333
|
+
fullPath?: pulumi.Input<string>;
|
|
334
|
+
/**
|
|
335
|
+
* generation
|
|
336
|
+
*/
|
|
337
|
+
generation?: pulumi.Input<number>;
|
|
338
|
+
/**
|
|
339
|
+
* Generic alerts enabled / disabled.
|
|
340
|
+
*/
|
|
341
|
+
genericAlert?: pulumi.Input<string>;
|
|
342
|
+
/**
|
|
343
|
+
* Handshake time out (seconds)
|
|
344
|
+
*/
|
|
345
|
+
handshakeTimeout?: pulumi.Input<string>;
|
|
346
|
+
/**
|
|
347
|
+
* Specifies the file name of the SSL key.
|
|
348
|
+
*/
|
|
349
|
+
key?: pulumi.Input<string>;
|
|
350
|
+
/**
|
|
351
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
352
|
+
*/
|
|
353
|
+
modSslMethods?: pulumi.Input<string>;
|
|
354
|
+
/**
|
|
355
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
356
|
+
*/
|
|
357
|
+
mode?: pulumi.Input<string>;
|
|
358
|
+
/**
|
|
359
|
+
* Specifies the name of the profile.Name of Profile should be full path,full path is the combination of the `partition + profile name`. For example `/Common/test-serverssl-profile`.
|
|
360
|
+
*/
|
|
361
|
+
name?: pulumi.Input<string>;
|
|
362
|
+
/**
|
|
363
|
+
* name of partition
|
|
364
|
+
*/
|
|
365
|
+
partition?: pulumi.Input<string>;
|
|
366
|
+
/**
|
|
367
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
368
|
+
*/
|
|
369
|
+
passphrase?: pulumi.Input<string>;
|
|
370
|
+
/**
|
|
371
|
+
* 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.
|
|
372
|
+
*/
|
|
373
|
+
peerCertMode?: pulumi.Input<string>;
|
|
374
|
+
/**
|
|
375
|
+
* Proxy CA Cert
|
|
376
|
+
*/
|
|
377
|
+
proxyCaCert?: pulumi.Input<string>;
|
|
378
|
+
/**
|
|
379
|
+
* Proxy CA Key
|
|
380
|
+
*/
|
|
381
|
+
proxyCaKey?: pulumi.Input<string>;
|
|
382
|
+
/**
|
|
383
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
384
|
+
*/
|
|
385
|
+
proxySsl?: pulumi.Input<string>;
|
|
386
|
+
/**
|
|
387
|
+
* Renogotiate Period (seconds)
|
|
388
|
+
*/
|
|
389
|
+
renegotiatePeriod?: pulumi.Input<string>;
|
|
390
|
+
/**
|
|
391
|
+
* Renogotiate Size
|
|
392
|
+
*/
|
|
393
|
+
renegotiateSize?: pulumi.Input<string>;
|
|
394
|
+
/**
|
|
395
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
396
|
+
*/
|
|
397
|
+
renegotiation?: pulumi.Input<string>;
|
|
398
|
+
/**
|
|
399
|
+
* When `true`, client certificate is retained in SSL session.
|
|
400
|
+
*/
|
|
401
|
+
retainCertificate?: pulumi.Input<string>;
|
|
402
|
+
/**
|
|
403
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
404
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
405
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
406
|
+
* 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
|
|
407
|
+
*/
|
|
408
|
+
secureRenegotiation?: pulumi.Input<string>;
|
|
409
|
+
/**
|
|
410
|
+
* 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.
|
|
411
|
+
*/
|
|
412
|
+
serverName?: pulumi.Input<string>;
|
|
413
|
+
/**
|
|
414
|
+
* Session Mirroring (enabled / disabled)
|
|
415
|
+
*/
|
|
416
|
+
sessionMirroring?: pulumi.Input<string>;
|
|
417
|
+
/**
|
|
418
|
+
* Session Ticket (enabled / disabled)
|
|
419
|
+
*/
|
|
420
|
+
sessionTicket?: pulumi.Input<string>;
|
|
421
|
+
/**
|
|
422
|
+
* 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.
|
|
423
|
+
* There can be only one SSL profile with this setting enabled.
|
|
424
|
+
*/
|
|
425
|
+
sniDefault?: pulumi.Input<string>;
|
|
426
|
+
/**
|
|
427
|
+
* 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
|
|
428
|
+
*/
|
|
429
|
+
sniRequire?: pulumi.Input<string>;
|
|
430
|
+
/**
|
|
431
|
+
* Enables or disables SSL forward proxy bypass on receiving
|
|
432
|
+
* handshake_failure, protocolVersion or unsupportedExtension alert message during the serverside SSL handshake. When enabled and there is an SSL handshake_failure, protocolVersion or unsupportedExtension alert during the serverside SSL handshake, SSL traffic bypasses the BIG-IP system untouched, without decryption/encryption. The default value is disabled. Conversely, you can specify enabled to use this feature.
|
|
433
|
+
*/
|
|
434
|
+
sslC3d?: pulumi.Input<string>;
|
|
435
|
+
/**
|
|
436
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
437
|
+
*/
|
|
438
|
+
sslForwardProxy?: pulumi.Input<string>;
|
|
439
|
+
/**
|
|
440
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
441
|
+
*/
|
|
442
|
+
sslForwardProxyBypass?: pulumi.Input<string>;
|
|
443
|
+
/**
|
|
444
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
445
|
+
*/
|
|
446
|
+
sslSignHash?: pulumi.Input<string>;
|
|
447
|
+
/**
|
|
448
|
+
* 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.
|
|
449
|
+
*/
|
|
450
|
+
strictResume?: pulumi.Input<string>;
|
|
451
|
+
/**
|
|
452
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
453
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
454
|
+
*/
|
|
455
|
+
tmOptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
456
|
+
/**
|
|
457
|
+
* Unclean Shutdown (enabled / disabled)
|
|
458
|
+
*/
|
|
459
|
+
uncleanShutdown?: pulumi.Input<string>;
|
|
460
|
+
/**
|
|
461
|
+
* Unclean Shutdown (drop / ignore)
|
|
462
|
+
*/
|
|
463
|
+
untrustedCertResponseControl?: pulumi.Input<string>;
|
|
464
|
+
}
|
|
465
|
+
/**
|
|
466
|
+
* The set of arguments for constructing a ProfileServerSsl resource.
|
|
467
|
+
*/
|
|
468
|
+
export interface ProfileServerSslArgs {
|
|
469
|
+
/**
|
|
470
|
+
* Alert time out
|
|
471
|
+
*/
|
|
472
|
+
alertTimeout?: pulumi.Input<string>;
|
|
473
|
+
/**
|
|
474
|
+
* Specifies the frequency of server authentication for an SSL session.When `once`,specifies that the system authenticates the server once for an SSL session.
|
|
475
|
+
* When `always`, specifies that the system authenticates the server once for an SSL session and also upon reuse of that session.
|
|
476
|
+
*/
|
|
477
|
+
authenticate?: pulumi.Input<string>;
|
|
478
|
+
/**
|
|
479
|
+
* Client certificate chain traversal depth. Default 9.
|
|
480
|
+
*/
|
|
481
|
+
authenticateDepth?: pulumi.Input<number>;
|
|
482
|
+
/**
|
|
483
|
+
* Specifies the name of the certificate file that is used as the certification authority certificate when SSL client certificate constrained delegation is enabled. The certificate should be generated and installed by you on the system. When selecting this option, type a certificate file name.
|
|
484
|
+
*/
|
|
485
|
+
c3dCaCert?: pulumi.Input<string>;
|
|
486
|
+
/**
|
|
487
|
+
* Specifies the name of the key file that is used as the certification authority key when SSL client certificate constrained delegation is enabled. The key should be generated and installed by you on the system. When selecting this option, type a key file name.
|
|
488
|
+
*/
|
|
489
|
+
c3dCaKey?: pulumi.Input<string>;
|
|
490
|
+
/**
|
|
491
|
+
* CA Passphrase. Default
|
|
492
|
+
*/
|
|
493
|
+
c3dCaPassphrase?: pulumi.Input<string>;
|
|
494
|
+
/**
|
|
495
|
+
* Certificate Extensions List. Default
|
|
496
|
+
*/
|
|
497
|
+
c3dCertExtensionCustomOids?: pulumi.Input<pulumi.Input<string>[]>;
|
|
498
|
+
/**
|
|
499
|
+
* Specifies the extensions of the client certificates to be included in the generated certificates using SSL client certificate constrained delegation. For example, { basic-constraints }. The default value is { basic-constraints extended-key-usage key-usage subject-alternative-name }. The extensions are:
|
|
500
|
+
*/
|
|
501
|
+
c3dCertExtensionIncludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
502
|
+
/**
|
|
503
|
+
* Certificate Lifespan. Default
|
|
504
|
+
*/
|
|
505
|
+
c3dCertLifespan?: pulumi.Input<number>;
|
|
506
|
+
/**
|
|
507
|
+
* CA Passphrase. Default enabled
|
|
508
|
+
*/
|
|
509
|
+
c3dCertificateExtensions?: pulumi.Input<string>;
|
|
510
|
+
/**
|
|
511
|
+
* Client certificate file path. Default None.
|
|
512
|
+
*/
|
|
513
|
+
caFile?: pulumi.Input<string>;
|
|
514
|
+
/**
|
|
515
|
+
* Cache size (sessions).
|
|
516
|
+
*/
|
|
517
|
+
cacheSize?: pulumi.Input<number>;
|
|
518
|
+
/**
|
|
519
|
+
* Cache time out
|
|
520
|
+
*/
|
|
521
|
+
cacheTimeout?: pulumi.Input<number>;
|
|
522
|
+
/**
|
|
523
|
+
* Specifies the name of the certificate that the system uses for server-side SSL processing.
|
|
524
|
+
*/
|
|
525
|
+
cert?: pulumi.Input<string>;
|
|
526
|
+
/**
|
|
527
|
+
* Specifies the certificates-key chain to associate with the SSL profile
|
|
528
|
+
*/
|
|
529
|
+
chain?: pulumi.Input<string>;
|
|
530
|
+
/**
|
|
531
|
+
* Specifies the list of ciphers that the system supports. When creating a new profile, the default cipher list is provided by the parent profile.
|
|
532
|
+
*/
|
|
533
|
+
ciphers?: pulumi.Input<string>;
|
|
534
|
+
/**
|
|
535
|
+
* The parent template of this monitor template. Once this value has been set, it cannot be changed. By default, this value is `/Common/serverssl`.
|
|
536
|
+
*/
|
|
537
|
+
defaultsFrom?: pulumi.Input<string>;
|
|
538
|
+
/**
|
|
539
|
+
* Response if the cert is expired (drop / ignore).
|
|
540
|
+
*/
|
|
541
|
+
expireCertResponseControl?: pulumi.Input<string>;
|
|
542
|
+
/**
|
|
543
|
+
* full path of the profile
|
|
544
|
+
*/
|
|
545
|
+
fullPath?: pulumi.Input<string>;
|
|
546
|
+
/**
|
|
547
|
+
* generation
|
|
548
|
+
*/
|
|
549
|
+
generation?: pulumi.Input<number>;
|
|
550
|
+
/**
|
|
551
|
+
* Generic alerts enabled / disabled.
|
|
552
|
+
*/
|
|
553
|
+
genericAlert?: pulumi.Input<string>;
|
|
554
|
+
/**
|
|
555
|
+
* Handshake time out (seconds)
|
|
556
|
+
*/
|
|
557
|
+
handshakeTimeout?: pulumi.Input<string>;
|
|
558
|
+
/**
|
|
559
|
+
* Specifies the file name of the SSL key.
|
|
560
|
+
*/
|
|
561
|
+
key?: pulumi.Input<string>;
|
|
562
|
+
/**
|
|
563
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
564
|
+
*/
|
|
565
|
+
modSslMethods?: pulumi.Input<string>;
|
|
566
|
+
/**
|
|
567
|
+
* ModSSL Methods enabled / disabled. Default is disabled.
|
|
568
|
+
*/
|
|
569
|
+
mode?: pulumi.Input<string>;
|
|
570
|
+
/**
|
|
571
|
+
* Specifies the name of the profile.Name of Profile should be full path,full path is the combination of the `partition + profile name`. For example `/Common/test-serverssl-profile`.
|
|
572
|
+
*/
|
|
573
|
+
name: pulumi.Input<string>;
|
|
574
|
+
/**
|
|
575
|
+
* name of partition
|
|
576
|
+
*/
|
|
577
|
+
partition?: pulumi.Input<string>;
|
|
578
|
+
/**
|
|
579
|
+
* Client Certificate Constrained Delegation CA passphrase
|
|
580
|
+
*/
|
|
581
|
+
passphrase?: pulumi.Input<string>;
|
|
582
|
+
/**
|
|
583
|
+
* 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.
|
|
584
|
+
*/
|
|
585
|
+
peerCertMode?: pulumi.Input<string>;
|
|
586
|
+
/**
|
|
587
|
+
* Proxy CA Cert
|
|
588
|
+
*/
|
|
589
|
+
proxyCaCert?: pulumi.Input<string>;
|
|
590
|
+
/**
|
|
591
|
+
* Proxy CA Key
|
|
592
|
+
*/
|
|
593
|
+
proxyCaKey?: pulumi.Input<string>;
|
|
594
|
+
/**
|
|
595
|
+
* Proxy SSL enabled / disabled. Default is disabled.
|
|
596
|
+
*/
|
|
597
|
+
proxySsl?: pulumi.Input<string>;
|
|
598
|
+
/**
|
|
599
|
+
* Renogotiate Period (seconds)
|
|
600
|
+
*/
|
|
601
|
+
renegotiatePeriod?: pulumi.Input<string>;
|
|
602
|
+
/**
|
|
603
|
+
* Renogotiate Size
|
|
604
|
+
*/
|
|
605
|
+
renegotiateSize?: pulumi.Input<string>;
|
|
606
|
+
/**
|
|
607
|
+
* Enables or disables SSL renegotiation.When creating a new profile, the setting is provided by the parent profile
|
|
608
|
+
*/
|
|
609
|
+
renegotiation?: pulumi.Input<string>;
|
|
610
|
+
/**
|
|
611
|
+
* When `true`, client certificate is retained in SSL session.
|
|
612
|
+
*/
|
|
613
|
+
retainCertificate?: pulumi.Input<string>;
|
|
614
|
+
/**
|
|
615
|
+
* Specifies the method of secure renegotiations for SSL connections. When creating a new profile, the setting is provided by the parent profile.
|
|
616
|
+
* When `request` is set the system request secure renegotation of SSL connections.
|
|
617
|
+
* `require` is a default setting and when set the system permits initial SSL handshakes from clients but terminates renegotiations from unpatched clients.
|
|
618
|
+
* 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
|
|
619
|
+
*/
|
|
620
|
+
secureRenegotiation?: pulumi.Input<string>;
|
|
621
|
+
/**
|
|
622
|
+
* 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.
|
|
623
|
+
*/
|
|
624
|
+
serverName?: pulumi.Input<string>;
|
|
625
|
+
/**
|
|
626
|
+
* Session Mirroring (enabled / disabled)
|
|
627
|
+
*/
|
|
628
|
+
sessionMirroring?: pulumi.Input<string>;
|
|
629
|
+
/**
|
|
630
|
+
* Session Ticket (enabled / disabled)
|
|
631
|
+
*/
|
|
632
|
+
sessionTicket?: pulumi.Input<string>;
|
|
633
|
+
/**
|
|
634
|
+
* 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.
|
|
635
|
+
* There can be only one SSL profile with this setting enabled.
|
|
636
|
+
*/
|
|
637
|
+
sniDefault?: pulumi.Input<string>;
|
|
638
|
+
/**
|
|
639
|
+
* 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
|
|
640
|
+
*/
|
|
641
|
+
sniRequire?: pulumi.Input<string>;
|
|
642
|
+
/**
|
|
643
|
+
* Enables or disables SSL forward proxy bypass on receiving
|
|
644
|
+
* handshake_failure, protocolVersion or unsupportedExtension alert message during the serverside SSL handshake. When enabled and there is an SSL handshake_failure, protocolVersion or unsupportedExtension alert during the serverside SSL handshake, SSL traffic bypasses the BIG-IP system untouched, without decryption/encryption. The default value is disabled. Conversely, you can specify enabled to use this feature.
|
|
645
|
+
*/
|
|
646
|
+
sslC3d?: pulumi.Input<string>;
|
|
647
|
+
/**
|
|
648
|
+
* Specifies whether SSL forward proxy feature is enabled or not. The default value is disabled.
|
|
649
|
+
*/
|
|
650
|
+
sslForwardProxy?: pulumi.Input<string>;
|
|
651
|
+
/**
|
|
652
|
+
* Specifies whether SSL forward proxy bypass feature is enabled or not. The default value is disabled.
|
|
653
|
+
*/
|
|
654
|
+
sslForwardProxyBypass?: pulumi.Input<string>;
|
|
655
|
+
/**
|
|
656
|
+
* SSL sign hash (any, sha1, sha256, sha384)
|
|
657
|
+
*/
|
|
658
|
+
sslSignHash?: pulumi.Input<string>;
|
|
659
|
+
/**
|
|
660
|
+
* 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.
|
|
661
|
+
*/
|
|
662
|
+
strictResume?: pulumi.Input<string>;
|
|
663
|
+
/**
|
|
664
|
+
* List of Enabled selection from a set of industry standard options for handling SSL processing.By default,
|
|
665
|
+
* Don't insert empty fragments and No TLSv1.3 are listed as Enabled Options. `Usage` : tmOptions = ["dont-insert-empty-fragments","no-tlsv1.3"]
|
|
666
|
+
*/
|
|
667
|
+
tmOptions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
668
|
+
/**
|
|
669
|
+
* Unclean Shutdown (enabled / disabled)
|
|
670
|
+
*/
|
|
671
|
+
uncleanShutdown?: pulumi.Input<string>;
|
|
672
|
+
/**
|
|
673
|
+
* Unclean Shutdown (drop / ignore)
|
|
674
|
+
*/
|
|
675
|
+
untrustedCertResponseControl?: pulumi.Input<string>;
|
|
676
|
+
}
|