@pulumi/splunk 1.3.0-alpha.1707547754 → 1.3.0-alpha.1707893529
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/adminSamlGroups.d.ts +1 -1
- package/adminSamlGroups.js +1 -1
- package/genericAcl.d.ts +2 -2
- package/genericAcl.js +2 -2
- package/package.json +1 -1
package/adminSamlGroups.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* SAML groups can be imported using the id, e.g.
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
*
|
|
24
|
+
* $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare class AdminSamlGroups extends pulumi.CustomResource {
|
package/adminSamlGroups.js
CHANGED
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* SAML groups can be imported using the id, e.g.
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import splunk:index/adminSamlGroups:AdminSamlGroups saml-group mygroup
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class AdminSamlGroups extends pulumi.CustomResource {
|
package/genericAcl.d.ts
CHANGED
|
@@ -33,10 +33,10 @@ import * as outputs from "./types/output";
|
|
|
33
33
|
*
|
|
34
34
|
* ## Import
|
|
35
35
|
*
|
|
36
|
-
* Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID
|
|
36
|
+
* Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID:
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
|
-
*
|
|
39
|
+
* $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
export declare class GenericAcl extends pulumi.CustomResource {
|
package/genericAcl.js
CHANGED
|
@@ -37,10 +37,10 @@ const utilities = require("./utilities");
|
|
|
37
37
|
*
|
|
38
38
|
* ## Import
|
|
39
39
|
*
|
|
40
|
-
* Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID
|
|
40
|
+
* Generic ACL resources can be imported by specifying their owner, app, and path with a colon-delimited string as the ID:
|
|
41
41
|
*
|
|
42
42
|
* ```sh
|
|
43
|
-
*
|
|
43
|
+
* $ pulumi import splunk:index/genericAcl:GenericAcl splunk_generic_acl <owner>:<app>:<path>
|
|
44
44
|
* ```
|
|
45
45
|
*/
|
|
46
46
|
class GenericAcl extends pulumi.CustomResource {
|
package/package.json
CHANGED