@pulumi/okta 4.20.0-alpha.1748901790 → 4.20.0-alpha.1749613094

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@pulumi/okta",
3
- "version": "4.20.0-alpha.1748901790",
4
- "description": "A Pulumi package for creating and managing okta resources.. Based on terraform-provider-okta: version v4.19.0",
3
+ "version": "4.20.0-alpha.1749613094",
4
+ "description": "A Pulumi package for creating and managing okta resources.. Based on terraform-provider-okta: version v4.20.0",
5
5
  "keywords": [
6
6
  "pulumi",
7
7
  "okta"
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "okta",
26
- "version": "4.20.0-alpha.1748901790"
26
+ "version": "4.20.0-alpha.1749613094"
27
27
  }
28
28
  }
@@ -42,7 +42,7 @@ export declare class RuleIdpDiscovery extends pulumi.CustomResource {
42
42
  * 'APP', 'APP_TYPE'
43
43
  */
44
44
  readonly appIncludes: pulumi.Output<outputs.policy.RuleIdpDiscoveryAppInclude[] | undefined>;
45
- readonly idpProviders: pulumi.Output<outputs.policy.RuleIdpDiscoveryIdpProvider[] | undefined>;
45
+ readonly idpProviders: pulumi.Output<outputs.policy.RuleIdpDiscoveryIdpProvider[]>;
46
46
  /**
47
47
  * Policy Rule Name
48
48
  */