@volcengine/pulumi-volcenginecc 0.0.22 → 0.0.24
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/alb/getRule.d.ts +101 -0
- package/alb/getRule.js +28 -0
- package/alb/getRule.js.map +1 -0
- package/alb/getRules.d.ts +22 -0
- package/alb/getRules.js +24 -0
- package/alb/getRules.js.map +1 -0
- package/alb/index.d.ts +9 -0
- package/alb/index.js +12 -1
- package/alb/index.js.map +1 -1
- package/alb/rule.d.ts +217 -0
- package/alb/rule.js +91 -0
- package/alb/rule.js.map +1 -0
- package/cbr/backupResource.d.ts +0 -4
- package/cbr/backupResource.js +1 -1
- package/cbr/backupResource.js.map +1 -1
- package/clb/getNlbSecurityPolicies.d.ts +22 -0
- package/clb/getNlbSecurityPolicies.js +24 -0
- package/clb/getNlbSecurityPolicies.js.map +1 -0
- package/clb/getNlbSecurityPolicy.d.ts +81 -0
- package/clb/getNlbSecurityPolicy.js +28 -0
- package/clb/getNlbSecurityPolicy.js.map +1 -0
- package/clb/index.d.ts +9 -0
- package/clb/index.js +12 -1
- package/clb/index.js.map +1 -1
- package/clb/nlbSecurityPolicy.d.ts +167 -0
- package/clb/nlbSecurityPolicy.js +105 -0
- package/clb/nlbSecurityPolicy.js.map +1 -0
- package/cloudidentity/getGroup.d.ts +73 -0
- package/cloudidentity/getGroup.js +28 -0
- package/cloudidentity/getGroup.js.map +1 -0
- package/cloudidentity/getGroups.d.ts +22 -0
- package/cloudidentity/getGroups.js +24 -0
- package/cloudidentity/getGroups.js.map +1 -0
- package/cloudidentity/getPermissionSet.d.ts +73 -0
- package/cloudidentity/getPermissionSet.js +28 -0
- package/cloudidentity/getPermissionSet.js.map +1 -0
- package/cloudidentity/getPermissionSetAssignment.d.ts +68 -0
- package/cloudidentity/getPermissionSetAssignment.js +28 -0
- package/cloudidentity/getPermissionSetAssignment.js.map +1 -0
- package/cloudidentity/getPermissionSetAssignments.d.ts +22 -0
- package/cloudidentity/getPermissionSetAssignments.js +24 -0
- package/cloudidentity/getPermissionSetAssignments.js.map +1 -0
- package/cloudidentity/getPermissionSetProvisioning.d.ts +64 -0
- package/cloudidentity/getPermissionSetProvisioning.js +28 -0
- package/cloudidentity/getPermissionSetProvisioning.js.map +1 -0
- package/cloudidentity/getPermissionSetProvisionings.d.ts +22 -0
- package/cloudidentity/getPermissionSetProvisionings.js +24 -0
- package/cloudidentity/getPermissionSetProvisionings.js.map +1 -0
- package/cloudidentity/getPermissionSets.d.ts +22 -0
- package/cloudidentity/getPermissionSets.js +24 -0
- package/cloudidentity/getPermissionSets.js.map +1 -0
- package/cloudidentity/getUserProvisioning.d.ts +88 -0
- package/cloudidentity/getUserProvisioning.js +28 -0
- package/cloudidentity/getUserProvisioning.js.map +1 -0
- package/cloudidentity/getUserProvisionings.d.ts +22 -0
- package/cloudidentity/getUserProvisionings.js +24 -0
- package/cloudidentity/getUserProvisionings.js.map +1 -0
- package/cloudidentity/group.d.ts +130 -0
- package/cloudidentity/group.js +80 -0
- package/cloudidentity/group.js.map +1 -0
- package/cloudidentity/index.d.ts +45 -0
- package/cloudidentity/index.js +56 -1
- package/cloudidentity/index.js.map +1 -1
- package/cloudidentity/permissionSet.d.ts +130 -0
- package/cloudidentity/permissionSet.js +77 -0
- package/cloudidentity/permissionSet.js.map +1 -0
- package/cloudidentity/permissionSetAssignment.d.ts +140 -0
- package/cloudidentity/permissionSetAssignment.js +99 -0
- package/cloudidentity/permissionSetAssignment.js.map +1 -0
- package/cloudidentity/permissionSetProvisioning.d.ts +121 -0
- package/cloudidentity/permissionSetProvisioning.js +88 -0
- package/cloudidentity/permissionSetProvisioning.js.map +1 -0
- package/cloudidentity/userProvisioning.d.ts +199 -0
- package/cloudidentity/userProvisioning.js +118 -0
- package/cloudidentity/userProvisioning.js.map +1 -0
- package/efs/fileSystem.d.ts +234 -0
- package/efs/fileSystem.js +111 -0
- package/efs/fileSystem.js.map +1 -0
- package/efs/getFileSystem.d.ts +117 -0
- package/efs/getFileSystem.js +28 -0
- package/efs/getFileSystem.js.map +1 -0
- package/efs/getFileSystems.d.ts +22 -0
- package/efs/getFileSystems.js +24 -0
- package/efs/getFileSystems.js.map +1 -0
- package/efs/index.d.ts +9 -0
- package/efs/index.js +28 -0
- package/efs/index.js.map +1 -0
- package/filenas/getMountPoint.d.ts +97 -0
- package/filenas/getMountPoint.js +28 -0
- package/filenas/getMountPoint.js.map +1 -0
- package/filenas/getMountPoints.d.ts +22 -0
- package/filenas/getMountPoints.js +24 -0
- package/filenas/getMountPoints.js.map +1 -0
- package/filenas/index.d.ts +9 -0
- package/filenas/index.js +12 -1
- package/filenas/index.js.map +1 -1
- package/filenas/mountPoint.d.ts +196 -0
- package/filenas/mountPoint.js +116 -0
- package/filenas/mountPoint.js.map +1 -0
- package/index.d.ts +2 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/kafka/allowList.d.ts +144 -0
- package/kafka/allowList.js +100 -0
- package/kafka/allowList.js.map +1 -0
- package/kafka/getAllowList.d.ts +69 -0
- package/kafka/getAllowList.js +28 -0
- package/kafka/getAllowList.js.map +1 -0
- package/kafka/getAllowLists.d.ts +22 -0
- package/kafka/getAllowLists.js +24 -0
- package/kafka/getAllowLists.js.map +1 -0
- package/kafka/index.d.ts +9 -0
- package/kafka/index.js +12 -1
- package/kafka/index.js.map +1 -1
- package/kms/getKey.d.ts +16 -0
- package/kms/getKey.js.map +1 -1
- package/kms/key.d.ts +46 -25
- package/kms/key.js +9 -24
- package/kms/key.js.map +1 -1
- package/package.json +1 -1
- package/rdspostgresql/dbAccount.d.ts +133 -0
- package/rdspostgresql/dbAccount.js +93 -0
- package/rdspostgresql/dbAccount.js.map +1 -0
- package/rdspostgresql/getDbAccount.d.ts +60 -0
- package/rdspostgresql/getDbAccount.js +28 -0
- package/rdspostgresql/getDbAccount.js.map +1 -0
- package/rdspostgresql/getDbAccounts.d.ts +22 -0
- package/rdspostgresql/getDbAccounts.js +24 -0
- package/rdspostgresql/getDbAccounts.js.map +1 -0
- package/rdspostgresql/index.d.ts +9 -0
- package/rdspostgresql/index.js +12 -1
- package/rdspostgresql/index.js.map +1 -1
- package/redis/getInstance.d.ts +8 -0
- package/redis/getInstance.js.map +1 -1
- package/redis/instance.d.ts +16 -0
- package/redis/instance.js +4 -0
- package/redis/instance.js.map +1 -1
- package/rocketmq/allowList.d.ts +172 -0
- package/rocketmq/allowList.js +95 -0
- package/rocketmq/allowList.js.map +1 -0
- package/rocketmq/getAllowList.d.ts +81 -0
- package/rocketmq/getAllowList.js +28 -0
- package/rocketmq/getAllowList.js.map +1 -0
- package/rocketmq/getAllowLists.d.ts +22 -0
- package/rocketmq/getAllowLists.js +24 -0
- package/rocketmq/getAllowLists.js.map +1 -0
- package/rocketmq/index.d.ts +9 -0
- package/rocketmq/index.js +12 -1
- package/rocketmq/index.js.map +1 -1
- package/tls/getProject.d.ts +69 -0
- package/tls/getProject.js +28 -0
- package/tls/getProject.js.map +1 -0
- package/tls/getProjects.d.ts +22 -0
- package/tls/getProjects.js +24 -0
- package/tls/getProjects.js.map +1 -0
- package/tls/index.d.ts +9 -0
- package/tls/index.js +12 -1
- package/tls/index.js.map +1 -1
- package/tls/project.d.ts +135 -0
- package/tls/project.js +92 -0
- package/tls/project.js.map +1 -0
- package/tls/topic.d.ts +2 -0
- package/tls/topic.js +2 -0
- package/tls/topic.js.map +1 -1
- package/types/input.d.ts +448 -0
- package/types/output.d.ts +1002 -44
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGroupOutput = exports.getGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CloudIdentity::Group
|
|
10
|
+
*/
|
|
11
|
+
function getGroup(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getGroup:getGroup", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getGroup = getGroup;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CloudIdentity::Group
|
|
20
|
+
*/
|
|
21
|
+
function getGroupOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getGroup:getGroup", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getGroupOutput = getGroupOutput;
|
|
28
|
+
//# sourceMappingURL=getGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../cloudidentity/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAyDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::Group
|
|
4
|
+
*/
|
|
5
|
+
export declare function getGroups(opts?: pulumi.InvokeOptions): Promise<GetGroupsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getGroups.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetGroupsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::Group
|
|
21
|
+
*/
|
|
22
|
+
export declare function getGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGroupsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getGroupsOutput = exports.getGroups = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::Group
|
|
10
|
+
*/
|
|
11
|
+
function getGroups(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getGroups:getGroups", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getGroups = getGroups;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::Group
|
|
18
|
+
*/
|
|
19
|
+
function getGroupsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getGroups:getGroups", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getGroupsOutput = getGroupsOutput;
|
|
24
|
+
//# sourceMappingURL=getGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroups.js","sourceRoot":"","sources":["../../cloudidentity/getGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPermissionSet(args: GetPermissionSetArgs, opts?: pulumi.InvokeOptions): Promise<GetPermissionSetResult>;
|
|
7
|
+
/**
|
|
8
|
+
* A collection of arguments for invoking getPermissionSet.
|
|
9
|
+
*/
|
|
10
|
+
export interface GetPermissionSetArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Uniquely identifies the resource.
|
|
13
|
+
*/
|
|
14
|
+
id: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getPermissionSet.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetPermissionSetResult {
|
|
20
|
+
/**
|
|
21
|
+
* 创建时间。
|
|
22
|
+
*/
|
|
23
|
+
readonly createdTime: string;
|
|
24
|
+
/**
|
|
25
|
+
* 权限集描述。
|
|
26
|
+
*/
|
|
27
|
+
readonly description: string;
|
|
28
|
+
/**
|
|
29
|
+
* Uniquely identifies the resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
/**
|
|
33
|
+
* 权限集名称。
|
|
34
|
+
*/
|
|
35
|
+
readonly name: string;
|
|
36
|
+
/**
|
|
37
|
+
* 权限集下的策略列表。
|
|
38
|
+
*/
|
|
39
|
+
readonly permissionPolicies: outputs.cloudidentity.GetPermissionSetPermissionPolicy[];
|
|
40
|
+
/**
|
|
41
|
+
* 权限集 ID。
|
|
42
|
+
*/
|
|
43
|
+
readonly permissionSetId: string;
|
|
44
|
+
/**
|
|
45
|
+
* 跳转控制台 URL。
|
|
46
|
+
*/
|
|
47
|
+
readonly relayState: string;
|
|
48
|
+
/**
|
|
49
|
+
* session 过期时间,单位秒。
|
|
50
|
+
*/
|
|
51
|
+
readonly sessionDuration: number;
|
|
52
|
+
/**
|
|
53
|
+
* 状态通知配置。
|
|
54
|
+
*/
|
|
55
|
+
readonly statusNotifications: string[];
|
|
56
|
+
/**
|
|
57
|
+
* 更新时间。
|
|
58
|
+
*/
|
|
59
|
+
readonly updatedTime: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
63
|
+
*/
|
|
64
|
+
export declare function getPermissionSetOutput(args: GetPermissionSetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getPermissionSet.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetPermissionSetOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* Uniquely identifies the resource.
|
|
71
|
+
*/
|
|
72
|
+
id: pulumi.Input<string>;
|
|
73
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetOutput = exports.getPermissionSet = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSet(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSet:getPermissionSet", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPermissionSet = getPermissionSet;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
20
|
+
*/
|
|
21
|
+
function getPermissionSetOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSet:getPermissionSet", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPermissionSetOutput = getPermissionSetOutput;
|
|
28
|
+
//# sourceMappingURL=getPermissionSet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSet.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AAyDD;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
4
|
+
*/
|
|
5
|
+
export declare function getPermissionSetAssignment(args: GetPermissionSetAssignmentArgs, opts?: pulumi.InvokeOptions): Promise<GetPermissionSetAssignmentResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getPermissionSetAssignment.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetPermissionSetAssignmentArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getPermissionSetAssignment.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetPermissionSetAssignmentResult {
|
|
19
|
+
/**
|
|
20
|
+
* 授权创建时间。
|
|
21
|
+
*/
|
|
22
|
+
readonly createdTime: string;
|
|
23
|
+
/**
|
|
24
|
+
* Uniquely identifies the resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
/**
|
|
28
|
+
* 权限集 ID。
|
|
29
|
+
*/
|
|
30
|
+
readonly permissionSetId: string;
|
|
31
|
+
/**
|
|
32
|
+
* 权限集名称。
|
|
33
|
+
*/
|
|
34
|
+
readonly permissionSetName: string;
|
|
35
|
+
/**
|
|
36
|
+
* 云身份中心对象 ID
|
|
37
|
+
*/
|
|
38
|
+
readonly principalId: string;
|
|
39
|
+
/**
|
|
40
|
+
* 云身份中心对象名。
|
|
41
|
+
*/
|
|
42
|
+
readonly principalName: string;
|
|
43
|
+
/**
|
|
44
|
+
* 云身份中心对象类型,User 或者 Group。
|
|
45
|
+
*/
|
|
46
|
+
readonly principalType: string;
|
|
47
|
+
/**
|
|
48
|
+
* 授权账号 ID。
|
|
49
|
+
*/
|
|
50
|
+
readonly targetId: string;
|
|
51
|
+
/**
|
|
52
|
+
* 授权账号名。
|
|
53
|
+
*/
|
|
54
|
+
readonly targetName: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
58
|
+
*/
|
|
59
|
+
export declare function getPermissionSetAssignmentOutput(args: GetPermissionSetAssignmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetAssignmentResult>;
|
|
60
|
+
/**
|
|
61
|
+
* A collection of arguments for invoking getPermissionSetAssignment.
|
|
62
|
+
*/
|
|
63
|
+
export interface GetPermissionSetAssignmentOutputArgs {
|
|
64
|
+
/**
|
|
65
|
+
* Uniquely identifies the resource.
|
|
66
|
+
*/
|
|
67
|
+
id: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetAssignmentOutput = exports.getPermissionSetAssignment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSetAssignment(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSetAssignment:getPermissionSetAssignment", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPermissionSetAssignment = getPermissionSetAssignment;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
20
|
+
*/
|
|
21
|
+
function getPermissionSetAssignmentOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSetAssignment:getPermissionSetAssignment", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPermissionSetAssignmentOutput = getPermissionSetAssignmentOutput;
|
|
28
|
+
//# sourceMappingURL=getPermissionSetAssignment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSetAssignment.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSetAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC;AAqDD;;GAEG;AACH,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAAiC;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4EAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
4
|
+
*/
|
|
5
|
+
export declare function getPermissionSetAssignments(opts?: pulumi.InvokeOptions): Promise<GetPermissionSetAssignmentsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getPermissionSetAssignments.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetPermissionSetAssignmentsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
21
|
+
*/
|
|
22
|
+
export declare function getPermissionSetAssignmentsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetAssignmentsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetAssignmentsOutput = exports.getPermissionSetAssignments = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSetAssignments(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSetAssignments:getPermissionSetAssignments", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getPermissionSetAssignments = getPermissionSetAssignments;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetAssignment
|
|
18
|
+
*/
|
|
19
|
+
function getPermissionSetAssignmentsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSetAssignments:getPermissionSetAssignments", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getPermissionSetAssignmentsOutput = getPermissionSetAssignmentsOutput;
|
|
24
|
+
//# sourceMappingURL=getPermissionSetAssignments.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSetAssignments.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSetAssignments.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAA2B;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE,EAClH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kEAIC;AAeD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAAiC;IAC/E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE,EACxH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8EAIC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
4
|
+
*/
|
|
5
|
+
export declare function getPermissionSetProvisioning(args: GetPermissionSetProvisioningArgs, opts?: pulumi.InvokeOptions): Promise<GetPermissionSetProvisioningResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getPermissionSetProvisioning.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetPermissionSetProvisioningArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getPermissionSetProvisioning.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetPermissionSetProvisioningResult {
|
|
19
|
+
/**
|
|
20
|
+
* 创建时间。
|
|
21
|
+
*/
|
|
22
|
+
readonly createdTime: string;
|
|
23
|
+
/**
|
|
24
|
+
* Uniquely identifies the resource.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
/**
|
|
28
|
+
* 权限集 ID。
|
|
29
|
+
*/
|
|
30
|
+
readonly permissionSetId: string;
|
|
31
|
+
/**
|
|
32
|
+
* 权限集名。
|
|
33
|
+
*/
|
|
34
|
+
readonly permissionSetName: string;
|
|
35
|
+
/**
|
|
36
|
+
* 权限集状态 Running:运行中,Reprovision Required:需要重新部署,Provision Failed:部署失败,Provisioned:已部署
|
|
37
|
+
*/
|
|
38
|
+
readonly provisioningStatus: string;
|
|
39
|
+
/**
|
|
40
|
+
* 授权的账号 ID。
|
|
41
|
+
*/
|
|
42
|
+
readonly targetId: string;
|
|
43
|
+
/**
|
|
44
|
+
* 账号名。
|
|
45
|
+
*/
|
|
46
|
+
readonly targetName: string;
|
|
47
|
+
/**
|
|
48
|
+
* 更新时间。
|
|
49
|
+
*/
|
|
50
|
+
readonly updatedTime: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
54
|
+
*/
|
|
55
|
+
export declare function getPermissionSetProvisioningOutput(args: GetPermissionSetProvisioningOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetProvisioningResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking getPermissionSetProvisioning.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetPermissionSetProvisioningOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* Uniquely identifies the resource.
|
|
62
|
+
*/
|
|
63
|
+
id: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetProvisioningOutput = exports.getPermissionSetProvisioning = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSetProvisioning(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSetProvisioning:getPermissionSetProvisioning", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getPermissionSetProvisioning = getPermissionSetProvisioning;
|
|
18
|
+
/**
|
|
19
|
+
* Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
20
|
+
*/
|
|
21
|
+
function getPermissionSetProvisioningOutput(args, opts) {
|
|
22
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSetProvisioning:getPermissionSetProvisioning", {
|
|
24
|
+
"id": args.id,
|
|
25
|
+
}, opts);
|
|
26
|
+
}
|
|
27
|
+
exports.getPermissionSetProvisioningOutput = getPermissionSetProvisioningOutput;
|
|
28
|
+
//# sourceMappingURL=getPermissionSetProvisioning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSetProvisioning.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSetProvisioning.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sFAAsF,EAAE;QACjH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC;AAiDD;;GAEG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sFAAsF,EAAE;QACvH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gFAKC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
4
|
+
*/
|
|
5
|
+
export declare function getPermissionSetProvisionings(opts?: pulumi.InvokeOptions): Promise<GetPermissionSetProvisioningsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getPermissionSetProvisionings.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetPermissionSetProvisioningsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
21
|
+
*/
|
|
22
|
+
export declare function getPermissionSetProvisioningsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetProvisioningsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetProvisioningsOutput = exports.getPermissionSetProvisionings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSetProvisionings(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSetProvisionings:getPermissionSetProvisionings", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getPermissionSetProvisionings = getPermissionSetProvisionings;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSetProvisioning
|
|
18
|
+
*/
|
|
19
|
+
function getPermissionSetProvisioningsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSetProvisionings:getPermissionSetProvisionings", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getPermissionSetProvisioningsOutput = getPermissionSetProvisioningsOutput;
|
|
24
|
+
//# sourceMappingURL=getPermissionSetProvisionings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSetProvisionings.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSetProvisionings.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAA2B;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wFAAwF,EAAE,EACtH,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sEAIC;AAeD;;GAEG;AACH,SAAgB,mCAAmC,CAAC,IAAiC;IACjF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wFAAwF,EAAE,EAC5H,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,kFAIC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
4
|
+
*/
|
|
5
|
+
export declare function getPermissionSets(opts?: pulumi.InvokeOptions): Promise<GetPermissionSetsResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of values returned by getPermissionSets.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetPermissionSetsResult {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the data source.
|
|
12
|
+
*/
|
|
13
|
+
readonly id: string;
|
|
14
|
+
/**
|
|
15
|
+
* Set of Resource Identifiers.
|
|
16
|
+
*/
|
|
17
|
+
readonly ids: string[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
21
|
+
*/
|
|
22
|
+
export declare function getPermissionSetsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPermissionSetsResult>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getPermissionSetsOutput = exports.getPermissionSets = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
10
|
+
*/
|
|
11
|
+
function getPermissionSets(opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("volcenginecc:cloudidentity/getPermissionSets:getPermissionSets", {}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getPermissionSets = getPermissionSets;
|
|
16
|
+
/**
|
|
17
|
+
* Plural Data Source schema for Volcengine::CloudIdentity::PermissionSet
|
|
18
|
+
*/
|
|
19
|
+
function getPermissionSetsOutput(opts) {
|
|
20
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
21
|
+
return pulumi.runtime.invokeOutput("volcenginecc:cloudidentity/getPermissionSets:getPermissionSets", {}, opts);
|
|
22
|
+
}
|
|
23
|
+
exports.getPermissionSetsOutput = getPermissionSetsOutput;
|
|
24
|
+
//# sourceMappingURL=getPermissionSets.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPermissionSets.js","sourceRoot":"","sources":["../../cloudidentity/getPermissionSets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B;IACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8CAIC;AAeD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC;IACrE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0DAIC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Data Source schema for Volcengine::CloudIdentity::UserProvisioning
|
|
4
|
+
*/
|
|
5
|
+
export declare function getUserProvisioning(args: GetUserProvisioningArgs, opts?: pulumi.InvokeOptions): Promise<GetUserProvisioningResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getUserProvisioning.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetUserProvisioningArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Uniquely identifies the resource.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getUserProvisioning.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetUserProvisioningResult {
|
|
19
|
+
/**
|
|
20
|
+
* 创建时间。
|
|
21
|
+
*/
|
|
22
|
+
readonly createdTime: string;
|
|
23
|
+
/**
|
|
24
|
+
* 删除策略。
|
|
25
|
+
*/
|
|
26
|
+
readonly deletionStrategy: string;
|
|
27
|
+
/**
|
|
28
|
+
* 任务描述。
|
|
29
|
+
*/
|
|
30
|
+
readonly description: string;
|
|
31
|
+
/**
|
|
32
|
+
* 用户名冲突策略。
|
|
33
|
+
*/
|
|
34
|
+
readonly duplicationStrategy: string;
|
|
35
|
+
/**
|
|
36
|
+
* 本次同步IAM用户名称后缀。
|
|
37
|
+
*/
|
|
38
|
+
readonly duplicationSuffix: string;
|
|
39
|
+
/**
|
|
40
|
+
* Uniquely identifies the resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* 身份源冲突策略。
|
|
45
|
+
*/
|
|
46
|
+
readonly identitySourceStrategy: string;
|
|
47
|
+
/**
|
|
48
|
+
* 身份id。
|
|
49
|
+
*/
|
|
50
|
+
readonly principalId: string;
|
|
51
|
+
/**
|
|
52
|
+
* 目标名称。
|
|
53
|
+
*/
|
|
54
|
+
readonly principalName: string;
|
|
55
|
+
/**
|
|
56
|
+
* 身份类型。
|
|
57
|
+
*/
|
|
58
|
+
readonly principalType: string;
|
|
59
|
+
/**
|
|
60
|
+
* 授权任务状态。Provisioned 授权成功,Provisioning 正在授权,DeleteProvisioning 授权解除中,DeleteProvisioned 授权解除成功
|
|
61
|
+
*/
|
|
62
|
+
readonly provisionStatus: string;
|
|
63
|
+
/**
|
|
64
|
+
* 目标id。
|
|
65
|
+
*/
|
|
66
|
+
readonly targetId: string;
|
|
67
|
+
/**
|
|
68
|
+
* 更新时间。
|
|
69
|
+
*/
|
|
70
|
+
readonly updatedTime: string;
|
|
71
|
+
/**
|
|
72
|
+
* IAM 用户同步任务ID。
|
|
73
|
+
*/
|
|
74
|
+
readonly userProvisioningId: string;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Data Source schema for Volcengine::CloudIdentity::UserProvisioning
|
|
78
|
+
*/
|
|
79
|
+
export declare function getUserProvisioningOutput(args: GetUserProvisioningOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUserProvisioningResult>;
|
|
80
|
+
/**
|
|
81
|
+
* A collection of arguments for invoking getUserProvisioning.
|
|
82
|
+
*/
|
|
83
|
+
export interface GetUserProvisioningOutputArgs {
|
|
84
|
+
/**
|
|
85
|
+
* Uniquely identifies the resource.
|
|
86
|
+
*/
|
|
87
|
+
id: pulumi.Input<string>;
|
|
88
|
+
}
|