@pulumi/cloudflare 5.32.0 → 5.33.0-alpha.1719379358

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudflare",
3
- "version": "5.32.0",
3
+ "version": "5.33.0-alpha.1719379358",
4
4
  "description": "A Pulumi package for creating and managing Cloudflare cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "cloudflare",
26
- "version": "5.32.0"
26
+ "version": "5.33.0-alpha.1719379358"
27
27
  }
28
28
  }
package/types/input.d.ts CHANGED
@@ -67,6 +67,10 @@ export interface AccessApplicationLandingPageDesign {
67
67
  title?: pulumi.Input<string>;
68
68
  }
69
69
  export interface AccessApplicationSaasApp {
70
+ /**
71
+ * The lifetime of the Access Token after creation. Valid units are `m` and `h`. Must be greater than or equal to 1m and less than or equal to 24h.
72
+ */
73
+ accessTokenLifetime?: pulumi.Input<string>;
70
74
  /**
71
75
  * Allow PKCE flow without a client secret.
72
76
  */
@@ -226,7 +230,7 @@ export interface AccessApplicationSaasAppHybridAndImplicitOptions {
226
230
  }
227
231
  export interface AccessApplicationSaasAppRefreshTokenOption {
228
232
  /**
229
- * How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
233
+ * How long a refresh token will be valid for after creation. Valid units are `m`, `h` and `d`. Must be longer than 1m.
230
234
  */
231
235
  lifetime?: pulumi.Input<string>;
232
236
  }
@@ -4612,6 +4616,9 @@ export interface ZoneSettingsOverrideInitialSetting {
4612
4616
  minTlsVersion?: pulumi.Input<string>;
4613
4617
  minify?: pulumi.Input<inputs.ZoneSettingsOverrideInitialSettingMinify>;
4614
4618
  mirage?: pulumi.Input<string>;
4619
+ /**
4620
+ * @deprecated Mobile redirects has been deprecated and disabled in favour of [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/) and are no longer configurable using the API. Refer to [Perform mobile redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/examples/#perform-mobile-redirects) for examples of performing mobile redirects with Single Redirects.
4621
+ */
4615
4622
  mobileRedirect?: pulumi.Input<inputs.ZoneSettingsOverrideInitialSettingMobileRedirect>;
4616
4623
  nel?: pulumi.Input<inputs.ZoneSettingsOverrideInitialSettingNel>;
4617
4624
  opportunisticEncryption?: pulumi.Input<string>;
@@ -4694,6 +4701,9 @@ export interface ZoneSettingsOverrideSettings {
4694
4701
  minTlsVersion?: pulumi.Input<string>;
4695
4702
  minify?: pulumi.Input<inputs.ZoneSettingsOverrideSettingsMinify>;
4696
4703
  mirage?: pulumi.Input<string>;
4704
+ /**
4705
+ * @deprecated Mobile redirects has been deprecated and disabled in favour of [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/) and are no longer configurable using the API. Refer to [Perform mobile redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/examples/#perform-mobile-redirects) for examples of performing mobile redirects with Single Redirects.
4706
+ */
4697
4707
  mobileRedirect?: pulumi.Input<inputs.ZoneSettingsOverrideSettingsMobileRedirect>;
4698
4708
  nel?: pulumi.Input<inputs.ZoneSettingsOverrideSettingsNel>;
4699
4709
  opportunisticEncryption?: pulumi.Input<string>;
package/types/output.d.ts CHANGED
@@ -66,6 +66,10 @@ export interface AccessApplicationLandingPageDesign {
66
66
  title?: string;
67
67
  }
68
68
  export interface AccessApplicationSaasApp {
69
+ /**
70
+ * The lifetime of the Access Token after creation. Valid units are `m` and `h`. Must be greater than or equal to 1m and less than or equal to 24h.
71
+ */
72
+ accessTokenLifetime?: string;
69
73
  /**
70
74
  * Allow PKCE flow without a client secret.
71
75
  */
@@ -225,7 +229,7 @@ export interface AccessApplicationSaasAppHybridAndImplicitOptions {
225
229
  }
226
230
  export interface AccessApplicationSaasAppRefreshTokenOption {
227
231
  /**
228
- * How long a refresh token will be valid for after creation. Valid units are m,h,d. Must be longer than 1m.
232
+ * How long a refresh token will be valid for after creation. Valid units are `m`, `h` and `d`. Must be longer than 1m.
229
233
  */
230
234
  lifetime?: string;
231
235
  }
@@ -5323,6 +5327,9 @@ export interface ZoneSettingsOverrideInitialSetting {
5323
5327
  minTlsVersion: string;
5324
5328
  minify: outputs.ZoneSettingsOverrideInitialSettingMinify;
5325
5329
  mirage: string;
5330
+ /**
5331
+ * @deprecated Mobile redirects has been deprecated and disabled in favour of [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/) and are no longer configurable using the API. Refer to [Perform mobile redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/examples/#perform-mobile-redirects) for examples of performing mobile redirects with Single Redirects.
5332
+ */
5326
5333
  mobileRedirect: outputs.ZoneSettingsOverrideInitialSettingMobileRedirect;
5327
5334
  nel: outputs.ZoneSettingsOverrideInitialSettingNel;
5328
5335
  opportunisticEncryption: string;
@@ -5405,6 +5412,9 @@ export interface ZoneSettingsOverrideSettings {
5405
5412
  minTlsVersion: string;
5406
5413
  minify: outputs.ZoneSettingsOverrideSettingsMinify;
5407
5414
  mirage: string;
5415
+ /**
5416
+ * @deprecated Mobile redirects has been deprecated and disabled in favour of [Single Redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/) and are no longer configurable using the API. Refer to [Perform mobile redirects](https://developers.cloudflare.com/rules/url-forwarding/single-redirects/examples/#perform-mobile-redirects) for examples of performing mobile redirects with Single Redirects.
5417
+ */
5408
5418
  mobileRedirect: outputs.ZoneSettingsOverrideSettingsMobileRedirect;
5409
5419
  nel: outputs.ZoneSettingsOverrideSettingsNel;
5410
5420
  opportunisticEncryption: string;
@@ -27,7 +27,7 @@ import * as outputs from "./types/output";
27
27
  * import * as cloudflare from "@pulumi/cloudflare";
28
28
  *
29
29
  * const test = new cloudflare.ZoneSettingsOverride("test", {
30
- * zoneId: d41d8cd98f00b204e9800998ecf8427e,
30
+ * zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
31
31
  * settings: {
32
32
  * brotli: "on",
33
33
  * challengeTtl: 2700,
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
31
31
  * import * as cloudflare from "@pulumi/cloudflare";
32
32
  *
33
33
  * const test = new cloudflare.ZoneSettingsOverride("test", {
34
- * zoneId: d41d8cd98f00b204e9800998ecf8427e,
34
+ * zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
35
35
  * settings: {
36
36
  * brotli: "on",
37
37
  * challengeTtl: 2700,