@pulumi/keycloak 6.9.0 → 6.10.0-alpha.1767139665

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/keycloak",
3
- "version": "6.9.0",
3
+ "version": "6.10.0-alpha.1767139665",
4
4
  "description": "A Pulumi package for creating and managing keycloak cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "keycloak",
26
- "version": "6.9.0"
26
+ "version": "6.10.0-alpha.1767139665"
27
27
  }
28
28
  }
@@ -35,9 +35,9 @@ import * as pulumi from "@pulumi/pulumi";
35
35
  * clientId: samlClient.id,
36
36
  * providerId: "saml-idp-descriptor",
37
37
  * });
38
- * const _default = new aws.iam.SamlProvider("default", {
38
+ * const _default = new aws.index.IamSamlProvider("default", {
39
39
  * name: "myprovider",
40
- * samlMetadataDocument: samlIdpDescriptor.apply(samlIdpDescriptor => samlIdpDescriptor.value),
40
+ * samlMetadataDocument: samlIdpDescriptor.value,
41
41
  * });
42
42
  * ```
43
43
  */
@@ -111,9 +111,9 @@ export interface GetClientInstallationProviderResult {
111
111
  * clientId: samlClient.id,
112
112
  * providerId: "saml-idp-descriptor",
113
113
  * });
114
- * const _default = new aws.iam.SamlProvider("default", {
114
+ * const _default = new aws.index.IamSamlProvider("default", {
115
115
  * name: "myprovider",
116
- * samlMetadataDocument: samlIdpDescriptor.apply(samlIdpDescriptor => samlIdpDescriptor.value),
116
+ * samlMetadataDocument: samlIdpDescriptor.value,
117
117
  * });
118
118
  * ```
119
119
  */
@@ -41,9 +41,9 @@ const utilities = require("../utilities");
41
41
  * clientId: samlClient.id,
42
42
  * providerId: "saml-idp-descriptor",
43
43
  * });
44
- * const _default = new aws.iam.SamlProvider("default", {
44
+ * const _default = new aws.index.IamSamlProvider("default", {
45
45
  * name: "myprovider",
46
- * samlMetadataDocument: samlIdpDescriptor.apply(samlIdpDescriptor => samlIdpDescriptor.value),
46
+ * samlMetadataDocument: samlIdpDescriptor.value,
47
47
  * });
48
48
  * ```
49
49
  */
@@ -92,9 +92,9 @@ exports.getClientInstallationProvider = getClientInstallationProvider;
92
92
  * clientId: samlClient.id,
93
93
  * providerId: "saml-idp-descriptor",
94
94
  * });
95
- * const _default = new aws.iam.SamlProvider("default", {
95
+ * const _default = new aws.index.IamSamlProvider("default", {
96
96
  * name: "myprovider",
97
- * samlMetadataDocument: samlIdpDescriptor.apply(samlIdpDescriptor => samlIdpDescriptor.value),
97
+ * samlMetadataDocument: samlIdpDescriptor.value,
98
98
  * });
99
99
  * ```
100
100
  */