@pulumi/azuread 5.10.0 → 5.11.0-alpha.1638545301

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/azuread",
3
- "version": "v5.10.0",
3
+ "version": "v5.11.0-alpha.1638545301+5041f4ea",
4
4
  "description": "A Pulumi package for creating and managing azuread cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource azuread v5.10.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource azuread v5.11.0-alpha.1638545301+5041f4ea"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azuread",
3
- "version": "v5.10.0",
3
+ "version": "v5.11.0-alpha.1638545301+5041f4ea",
4
4
  "description": "A Pulumi package for creating and managing azuread cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -322,11 +322,11 @@ export interface ConditionalAccessPolicyConditionsUsers {
322
322
  */
323
323
  excludedUsers?: pulumi.Input<pulumi.Input<string>[]>;
324
324
  /**
325
- * A list of group IDs in scope of policy unless explicitly excluded, or `All`.
325
+ * A list of group IDs in scope of policy unless explicitly excluded.
326
326
  */
327
327
  includedGroups?: pulumi.Input<pulumi.Input<string>[]>;
328
328
  /**
329
- * A list of role IDs in scope of policy unless explicitly excluded, or `All`.
329
+ * A list of role IDs in scope of policy unless explicitly excluded.
330
330
  */
331
331
  includedRoles?: pulumi.Input<pulumi.Input<string>[]>;
332
332
  /**
@@ -361,6 +361,10 @@ export interface ConditionalAccessPolicySessionControls {
361
361
  * Enables cloud app security and specifies the cloud app security policy to use. Possible values are: `blockDownloads`, `mcasConfigured`, `monitorOnly` or `unknownFutureValue`.
362
362
  */
363
363
  cloudAppSecurityPolicy?: pulumi.Input<string>;
364
+ /**
365
+ * Session control to define whether to persist cookies or not. Possible values are: `always` or `never`.
366
+ */
367
+ persistentBrowserMode?: pulumi.Input<string>;
364
368
  /**
365
369
  * Number of days or hours to enforce sign-in frequency. Required when `signInFrequencyPeriod` is specified. Due to an API issue, removing this property forces a new resource to be created.
366
370
  */
package/types/output.d.ts CHANGED
@@ -321,11 +321,11 @@ export interface ConditionalAccessPolicyConditionsUsers {
321
321
  */
322
322
  excludedUsers?: string[];
323
323
  /**
324
- * A list of group IDs in scope of policy unless explicitly excluded, or `All`.
324
+ * A list of group IDs in scope of policy unless explicitly excluded.
325
325
  */
326
326
  includedGroups?: string[];
327
327
  /**
328
- * A list of role IDs in scope of policy unless explicitly excluded, or `All`.
328
+ * A list of role IDs in scope of policy unless explicitly excluded.
329
329
  */
330
330
  includedRoles?: string[];
331
331
  /**
@@ -360,6 +360,10 @@ export interface ConditionalAccessPolicySessionControls {
360
360
  * Enables cloud app security and specifies the cloud app security policy to use. Possible values are: `blockDownloads`, `mcasConfigured`, `monitorOnly` or `unknownFutureValue`.
361
361
  */
362
362
  cloudAppSecurityPolicy?: string;
363
+ /**
364
+ * Session control to define whether to persist cookies or not. Possible values are: `always` or `never`.
365
+ */
366
+ persistentBrowserMode?: string;
363
367
  /**
364
368
  * Number of days or hours to enforce sign-in frequency. Required when `signInFrequencyPeriod` is specified. Due to an API issue, removing this property forces a new resource to be created.
365
369
  */