@pulumi/okta 4.0.0 → 4.0.3
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/app/getApp.d.ts +24 -0
- package/app/getApp.js +2 -0
- package/app/getApp.js.map +1 -1
- package/app/getOauth.d.ts +24 -0
- package/app/getOauth.js +2 -0
- package/app/getOauth.js.map +1 -1
- package/app/getSaml.d.ts +24 -0
- package/app/getSaml.js +2 -0
- package/app/getSaml.js.map +1 -1
- package/group/group.d.ts +18 -0
- package/group/group.js +2 -0
- package/group/group.js.map +1 -1
- package/index/emailDomain.d.ts +127 -0
- package/index/emailDomain.js +96 -0
- package/index/emailDomain.js.map +1 -0
- package/index/emailDomainVerification.d.ts +70 -0
- package/index/emailDomainVerification.js +74 -0
- package/index/emailDomainVerification.js.map +1 -0
- package/index/index.d.ts +6 -0
- package/index/index.js +21 -1
- package/index/index.js.map +1 -1
- package/package.json +2 -2
- package/policyRuleProfileEnrollment.d.ts +4 -3
- package/policyRuleProfileEnrollment.js +4 -3
- package/policyRuleProfileEnrollment.js.map +1 -1
- package/types/input.d.ts +12 -0
- package/types/output.d.ts +12 -0
- package/user/user.d.ts +18 -0
- package/user/user.js +2 -0
- package/user/user.js.map +1 -1
- package/package.json.dev +0 -28
- package/scripts/install-pulumi-plugin.js +0 -21
package/app/getApp.d.ts
CHANGED
|
@@ -39,6 +39,14 @@ export interface GetAppArgs {
|
|
|
39
39
|
* provider to do a `starts with` query as opposed to an `equals` query.
|
|
40
40
|
*/
|
|
41
41
|
labelPrefix?: string;
|
|
42
|
+
/**
|
|
43
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
44
|
+
*/
|
|
45
|
+
skipGroups?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
48
|
+
*/
|
|
49
|
+
skipUsers?: boolean;
|
|
42
50
|
}
|
|
43
51
|
/**
|
|
44
52
|
* A collection of values returned by getApp.
|
|
@@ -66,6 +74,14 @@ export interface GetAppResult {
|
|
|
66
74
|
* Application name.
|
|
67
75
|
*/
|
|
68
76
|
readonly name: string;
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
79
|
+
*/
|
|
80
|
+
readonly skipGroups?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
83
|
+
*/
|
|
84
|
+
readonly skipUsers?: boolean;
|
|
69
85
|
/**
|
|
70
86
|
* Application status.
|
|
71
87
|
*/
|
|
@@ -115,4 +131,12 @@ export interface GetAppOutputArgs {
|
|
|
115
131
|
* provider to do a `starts with` query as opposed to an `equals` query.
|
|
116
132
|
*/
|
|
117
133
|
labelPrefix?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
136
|
+
*/
|
|
137
|
+
skipGroups?: pulumi.Input<boolean>;
|
|
138
|
+
/**
|
|
139
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
140
|
+
*/
|
|
141
|
+
skipUsers?: pulumi.Input<boolean>;
|
|
118
142
|
}
|
package/app/getApp.js
CHANGED
package/app/getApp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApp.js","sourceRoot":"","sources":["../../app/getApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wBAAwB,EAAE;QACnD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"getApp.js","sourceRoot":"","sources":["../../app/getApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,MAAM,CAAC,IAAiB,EAAE,IAA2B;IACjE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wBAAwB,EAAE;QACnD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wBAYC;AAgFD;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,oCAEC"}
|
package/app/getOauth.d.ts
CHANGED
|
@@ -41,6 +41,14 @@ export interface GetOauthArgs {
|
|
|
41
41
|
* provider to do a `starts with` query as opposed to an `equals` query.
|
|
42
42
|
*/
|
|
43
43
|
labelPrefix?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
46
|
+
*/
|
|
47
|
+
skipGroups?: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
50
|
+
*/
|
|
51
|
+
skipUsers?: boolean;
|
|
44
52
|
}
|
|
45
53
|
/**
|
|
46
54
|
* A collection of values returned by getOauth.
|
|
@@ -124,6 +132,14 @@ export interface GetOauthResult {
|
|
|
124
132
|
* List of OAuth 2.0 response type strings.
|
|
125
133
|
*/
|
|
126
134
|
readonly responseTypes: string[];
|
|
135
|
+
/**
|
|
136
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
137
|
+
*/
|
|
138
|
+
readonly skipGroups?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
141
|
+
*/
|
|
142
|
+
readonly skipUsers?: boolean;
|
|
127
143
|
/**
|
|
128
144
|
* Status of application.
|
|
129
145
|
*/
|
|
@@ -176,4 +192,12 @@ export interface GetOauthOutputArgs {
|
|
|
176
192
|
* provider to do a `starts with` query as opposed to an `equals` query.
|
|
177
193
|
*/
|
|
178
194
|
labelPrefix?: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
197
|
+
*/
|
|
198
|
+
skipGroups?: pulumi.Input<boolean>;
|
|
199
|
+
/**
|
|
200
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
201
|
+
*/
|
|
202
|
+
skipUsers?: pulumi.Input<boolean>;
|
|
179
203
|
}
|
package/app/getOauth.js
CHANGED
package/app/getOauth.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getOauth.js","sourceRoot":"","sources":["../../app/getOauth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;
|
|
1
|
+
{"version":3,"file":"getOauth.js","sourceRoot":"","sources":["../../app/getOauth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC;AA2ID;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
|
package/app/getSaml.d.ts
CHANGED
|
@@ -42,6 +42,14 @@ export interface GetSamlArgs {
|
|
|
42
42
|
* Denotes whether the request is compressed or not.
|
|
43
43
|
*/
|
|
44
44
|
requestCompressed?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
47
|
+
*/
|
|
48
|
+
skipGroups?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
51
|
+
*/
|
|
52
|
+
skipUsers?: boolean;
|
|
45
53
|
}
|
|
46
54
|
/**
|
|
47
55
|
* A collection of values returned by getSaml.
|
|
@@ -183,6 +191,14 @@ export interface GetSamlResult {
|
|
|
183
191
|
* The location where the logout response is sent.
|
|
184
192
|
*/
|
|
185
193
|
readonly singleLogoutUrl: string;
|
|
194
|
+
/**
|
|
195
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
196
|
+
*/
|
|
197
|
+
readonly skipGroups?: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
200
|
+
*/
|
|
201
|
+
readonly skipUsers?: boolean;
|
|
186
202
|
/**
|
|
187
203
|
* SAML service provider issuer.
|
|
188
204
|
*/
|
|
@@ -266,4 +282,12 @@ export interface GetSamlOutputArgs {
|
|
|
266
282
|
* Denotes whether the request is compressed or not.
|
|
267
283
|
*/
|
|
268
284
|
requestCompressed?: pulumi.Input<boolean>;
|
|
285
|
+
/**
|
|
286
|
+
* @deprecated Because groups has been removed, this attribute is a no op and will be removed
|
|
287
|
+
*/
|
|
288
|
+
skipGroups?: pulumi.Input<boolean>;
|
|
289
|
+
/**
|
|
290
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
291
|
+
*/
|
|
292
|
+
skipUsers?: pulumi.Input<boolean>;
|
|
269
293
|
}
|
package/app/getSaml.js
CHANGED
package/app/getSaml.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSaml.js","sourceRoot":"","sources":["../../app/getSaml.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;
|
|
1
|
+
{"version":3,"file":"getSaml.js","sourceRoot":"","sources":["../../app/getSaml.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,0BAaC;AAoOD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
package/group/group.d.ts
CHANGED
|
@@ -64,6 +64,12 @@ export declare class Group extends pulumi.CustomResource {
|
|
|
64
64
|
* The name of the Okta Group.
|
|
65
65
|
*/
|
|
66
66
|
readonly name: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
|
|
69
|
+
*
|
|
70
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
71
|
+
*/
|
|
72
|
+
readonly skipUsers: pulumi.Output<boolean | undefined>;
|
|
67
73
|
/**
|
|
68
74
|
* Create a Group resource with the given unique name, arguments, and options.
|
|
69
75
|
*
|
|
@@ -89,6 +95,12 @@ export interface GroupState {
|
|
|
89
95
|
* The name of the Okta Group.
|
|
90
96
|
*/
|
|
91
97
|
name?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
|
|
100
|
+
*
|
|
101
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
102
|
+
*/
|
|
103
|
+
skipUsers?: pulumi.Input<boolean>;
|
|
92
104
|
}
|
|
93
105
|
/**
|
|
94
106
|
* The set of arguments for constructing a Group resource.
|
|
@@ -106,4 +118,10 @@ export interface GroupArgs {
|
|
|
106
118
|
* The name of the Okta Group.
|
|
107
119
|
*/
|
|
108
120
|
name?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
|
|
123
|
+
*
|
|
124
|
+
* @deprecated Because users has been removed, this attribute is a no op and will be removed
|
|
125
|
+
*/
|
|
126
|
+
skipUsers?: pulumi.Input<boolean>;
|
|
109
127
|
}
|
package/group/group.js
CHANGED
|
@@ -73,12 +73,14 @@ class Group extends pulumi.CustomResource {
|
|
|
73
73
|
resourceInputs["customProfileAttributes"] = state ? state.customProfileAttributes : undefined;
|
|
74
74
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
75
75
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
76
|
+
resourceInputs["skipUsers"] = state ? state.skipUsers : undefined;
|
|
76
77
|
}
|
|
77
78
|
else {
|
|
78
79
|
const args = argsOrState;
|
|
79
80
|
resourceInputs["customProfileAttributes"] = args ? args.customProfileAttributes : undefined;
|
|
80
81
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
81
82
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
83
|
+
resourceInputs["skipUsers"] = args ? args.skipUsers : undefined;
|
|
82
84
|
}
|
|
83
85
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
84
86
|
super(Group.__pulumiType, name, resourceInputs, opts);
|
package/group/group.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../group/group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;
|
|
1
|
+
{"version":3,"file":"group.js","sourceRoot":"","sources":["../../group/group.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA6BD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAzEL,sBA0EC;AA5DG,gBAAgB;AACO,kBAAY,GAAG,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource allows you to create and configure an email domain.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const example = new okta.index.EmailDomain("example", {
|
|
14
|
+
* brandId: "abc123",
|
|
15
|
+
* displayName: "test",
|
|
16
|
+
* domain: "example.com",
|
|
17
|
+
* userName: "paul_atreides",
|
|
18
|
+
* });
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* ## Import
|
|
22
|
+
*
|
|
23
|
+
* Custom email domain can be imported via the Okta ID.
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import okta:Index/emailDomain:EmailDomain example <domain id>
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
export declare class EmailDomain extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing EmailDomain resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EmailDomainState, opts?: pulumi.CustomResourceOptions): EmailDomain;
|
|
40
|
+
/**
|
|
41
|
+
* Returns true if the given object is an instance of EmailDomain. This is designed to work even
|
|
42
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
43
|
+
*/
|
|
44
|
+
static isInstance(obj: any): obj is EmailDomain;
|
|
45
|
+
/**
|
|
46
|
+
* Brand id of the email domain.
|
|
47
|
+
*/
|
|
48
|
+
readonly brandId: pulumi.Output<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Display name of the email domain.
|
|
51
|
+
*/
|
|
52
|
+
readonly displayName: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* TXT and CNAME records to be registered for the domain.
|
|
55
|
+
*/
|
|
56
|
+
readonly dnsValidationRecords: pulumi.Output<outputs.Index.EmailDomainDnsValidationRecord[]>;
|
|
57
|
+
/**
|
|
58
|
+
* Mail domain to send from.
|
|
59
|
+
*/
|
|
60
|
+
readonly domain: pulumi.Output<string>;
|
|
61
|
+
/**
|
|
62
|
+
* User name of the email domain.
|
|
63
|
+
*/
|
|
64
|
+
readonly userName: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Status of the email domain (shows whether the domain is verified).
|
|
67
|
+
*/
|
|
68
|
+
readonly validationStatus: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Create a EmailDomain resource with the given unique name, arguments, and options.
|
|
71
|
+
*
|
|
72
|
+
* @param name The _unique_ name of the resource.
|
|
73
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
74
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
75
|
+
*/
|
|
76
|
+
constructor(name: string, args: EmailDomainArgs, opts?: pulumi.CustomResourceOptions);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Input properties used for looking up and filtering EmailDomain resources.
|
|
80
|
+
*/
|
|
81
|
+
export interface EmailDomainState {
|
|
82
|
+
/**
|
|
83
|
+
* Brand id of the email domain.
|
|
84
|
+
*/
|
|
85
|
+
brandId?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Display name of the email domain.
|
|
88
|
+
*/
|
|
89
|
+
displayName?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* TXT and CNAME records to be registered for the domain.
|
|
92
|
+
*/
|
|
93
|
+
dnsValidationRecords?: pulumi.Input<pulumi.Input<inputs.Index.EmailDomainDnsValidationRecord>[]>;
|
|
94
|
+
/**
|
|
95
|
+
* Mail domain to send from.
|
|
96
|
+
*/
|
|
97
|
+
domain?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* User name of the email domain.
|
|
100
|
+
*/
|
|
101
|
+
userName?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Status of the email domain (shows whether the domain is verified).
|
|
104
|
+
*/
|
|
105
|
+
validationStatus?: pulumi.Input<string>;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* The set of arguments for constructing a EmailDomain resource.
|
|
109
|
+
*/
|
|
110
|
+
export interface EmailDomainArgs {
|
|
111
|
+
/**
|
|
112
|
+
* Brand id of the email domain.
|
|
113
|
+
*/
|
|
114
|
+
brandId: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* Display name of the email domain.
|
|
117
|
+
*/
|
|
118
|
+
displayName: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Mail domain to send from.
|
|
121
|
+
*/
|
|
122
|
+
domain: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* User name of the email domain.
|
|
125
|
+
*/
|
|
126
|
+
userName: pulumi.Input<string>;
|
|
127
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
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.EmailDomain = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource allows you to create and configure an email domain.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const example = new okta.index.EmailDomain("example", {
|
|
18
|
+
* brandId: "abc123",
|
|
19
|
+
* displayName: "test",
|
|
20
|
+
* domain: "example.com",
|
|
21
|
+
* userName: "paul_atreides",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* Custom email domain can be imported via the Okta ID.
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import okta:Index/emailDomain:EmailDomain example <domain id>
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class EmailDomain extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing EmailDomain resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new EmailDomain(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of EmailDomain. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === EmailDomain.__pulumiType;
|
|
55
|
+
}
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["brandId"] = state ? state.brandId : undefined;
|
|
62
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
63
|
+
resourceInputs["dnsValidationRecords"] = state ? state.dnsValidationRecords : undefined;
|
|
64
|
+
resourceInputs["domain"] = state ? state.domain : undefined;
|
|
65
|
+
resourceInputs["userName"] = state ? state.userName : undefined;
|
|
66
|
+
resourceInputs["validationStatus"] = state ? state.validationStatus : undefined;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
const args = argsOrState;
|
|
70
|
+
if ((!args || args.brandId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'brandId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.displayName === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'displayName'");
|
|
75
|
+
}
|
|
76
|
+
if ((!args || args.domain === undefined) && !opts.urn) {
|
|
77
|
+
throw new Error("Missing required property 'domain'");
|
|
78
|
+
}
|
|
79
|
+
if ((!args || args.userName === undefined) && !opts.urn) {
|
|
80
|
+
throw new Error("Missing required property 'userName'");
|
|
81
|
+
}
|
|
82
|
+
resourceInputs["brandId"] = args ? args.brandId : undefined;
|
|
83
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
84
|
+
resourceInputs["domain"] = args ? args.domain : undefined;
|
|
85
|
+
resourceInputs["userName"] = args ? args.userName : undefined;
|
|
86
|
+
resourceInputs["dnsValidationRecords"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["validationStatus"] = undefined /*out*/;
|
|
88
|
+
}
|
|
89
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
|
+
super(EmailDomain.__pulumiType, name, resourceInputs, opts);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.EmailDomain = EmailDomain;
|
|
94
|
+
/** @internal */
|
|
95
|
+
EmailDomain.__pulumiType = 'okta:Index/emailDomain:EmailDomain';
|
|
96
|
+
//# sourceMappingURL=emailDomain.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailDomain.js","sourceRoot":"","sources":["../../index/emailDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AA/FL,kCAgGC;AAlFG,gBAAgB;AACO,wBAAY,GAAG,oCAAoC,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Verifies the email domain. The resource won't be created if the email domain could not be verified.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as okta from "@pulumi/okta";
|
|
10
|
+
*
|
|
11
|
+
* const exampleEmailDomain = new okta.index.EmailDomain("exampleEmailDomain", {
|
|
12
|
+
* brandId: "abc123",
|
|
13
|
+
* domain: "example.com",
|
|
14
|
+
* displayName: "test",
|
|
15
|
+
* userName: "paul_atreides",
|
|
16
|
+
* });
|
|
17
|
+
* const exampleEmailDomainVerification = new okta.index.EmailDomainVerification("exampleEmailDomainVerification", {emailDomainId: okta_email_domain.valid.id});
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* ## Import
|
|
21
|
+
*
|
|
22
|
+
* This resource does not support importing.
|
|
23
|
+
*/
|
|
24
|
+
export declare class EmailDomainVerification extends pulumi.CustomResource {
|
|
25
|
+
/**
|
|
26
|
+
* Get an existing EmailDomainVerification resource's state with the given name, ID, and optional extra
|
|
27
|
+
* properties used to qualify the lookup.
|
|
28
|
+
*
|
|
29
|
+
* @param name The _unique_ name of the resulting resource.
|
|
30
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
31
|
+
* @param state Any extra arguments used during the lookup.
|
|
32
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
33
|
+
*/
|
|
34
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EmailDomainVerificationState, opts?: pulumi.CustomResourceOptions): EmailDomainVerification;
|
|
35
|
+
/**
|
|
36
|
+
* Returns true if the given object is an instance of EmailDomainVerification. This is designed to work even
|
|
37
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
38
|
+
*/
|
|
39
|
+
static isInstance(obj: any): obj is EmailDomainVerification;
|
|
40
|
+
/**
|
|
41
|
+
* Email domain ID.
|
|
42
|
+
*/
|
|
43
|
+
readonly emailDomainId: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a EmailDomainVerification resource with the given unique name, arguments, and options.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resource.
|
|
48
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
49
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
50
|
+
*/
|
|
51
|
+
constructor(name: string, args: EmailDomainVerificationArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Input properties used for looking up and filtering EmailDomainVerification resources.
|
|
55
|
+
*/
|
|
56
|
+
export interface EmailDomainVerificationState {
|
|
57
|
+
/**
|
|
58
|
+
* Email domain ID.
|
|
59
|
+
*/
|
|
60
|
+
emailDomainId?: pulumi.Input<string>;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* The set of arguments for constructing a EmailDomainVerification resource.
|
|
64
|
+
*/
|
|
65
|
+
export interface EmailDomainVerificationArgs {
|
|
66
|
+
/**
|
|
67
|
+
* Email domain ID.
|
|
68
|
+
*/
|
|
69
|
+
emailDomainId: pulumi.Input<string>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.EmailDomainVerification = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Verifies the email domain. The resource won't be created if the email domain could not be verified.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const exampleEmailDomain = new okta.index.EmailDomain("exampleEmailDomain", {
|
|
18
|
+
* brandId: "abc123",
|
|
19
|
+
* domain: "example.com",
|
|
20
|
+
* displayName: "test",
|
|
21
|
+
* userName: "paul_atreides",
|
|
22
|
+
* });
|
|
23
|
+
* const exampleEmailDomainVerification = new okta.index.EmailDomainVerification("exampleEmailDomainVerification", {emailDomainId: okta_email_domain.valid.id});
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* This resource does not support importing.
|
|
29
|
+
*/
|
|
30
|
+
class EmailDomainVerification extends pulumi.CustomResource {
|
|
31
|
+
/**
|
|
32
|
+
* Get an existing EmailDomainVerification resource's state with the given name, ID, and optional extra
|
|
33
|
+
* properties used to qualify the lookup.
|
|
34
|
+
*
|
|
35
|
+
* @param name The _unique_ name of the resulting resource.
|
|
36
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
37
|
+
* @param state Any extra arguments used during the lookup.
|
|
38
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
39
|
+
*/
|
|
40
|
+
static get(name, id, state, opts) {
|
|
41
|
+
return new EmailDomainVerification(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of EmailDomainVerification. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
static isInstance(obj) {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === EmailDomainVerification.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
constructor(name, argsOrState, opts) {
|
|
54
|
+
let resourceInputs = {};
|
|
55
|
+
opts = opts || {};
|
|
56
|
+
if (opts.id) {
|
|
57
|
+
const state = argsOrState;
|
|
58
|
+
resourceInputs["emailDomainId"] = state ? state.emailDomainId : undefined;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
const args = argsOrState;
|
|
62
|
+
if ((!args || args.emailDomainId === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'emailDomainId'");
|
|
64
|
+
}
|
|
65
|
+
resourceInputs["emailDomainId"] = args ? args.emailDomainId : undefined;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
super(EmailDomainVerification.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.EmailDomainVerification = EmailDomainVerification;
|
|
72
|
+
/** @internal */
|
|
73
|
+
EmailDomainVerification.__pulumiType = 'okta:Index/emailDomainVerification:EmailDomainVerification';
|
|
74
|
+
//# sourceMappingURL=emailDomainVerification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emailDomainVerification.js","sourceRoot":"","sources":["../../index/emailDomainVerification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7E;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAxDL,0DAyDC;AA3CG,gBAAgB;AACO,oCAAY,GAAG,4DAA4D,CAAC"}
|
package/index/index.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export { EmailDomainArgs, EmailDomainState } from "./emailDomain";
|
|
2
|
+
export type EmailDomain = import("./emailDomain").EmailDomain;
|
|
3
|
+
export declare const EmailDomain: typeof import("./emailDomain").EmailDomain;
|
|
4
|
+
export { EmailDomainVerificationArgs, EmailDomainVerificationState } from "./emailDomainVerification";
|
|
5
|
+
export type EmailDomainVerification = import("./emailDomainVerification").EmailDomainVerification;
|
|
6
|
+
export declare const EmailDomainVerification: typeof import("./emailDomainVerification").EmailDomainVerification;
|
|
1
7
|
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
|
|
2
8
|
export declare const getDomain: typeof import("./getDomain").getDomain;
|
|
3
9
|
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
|
package/index/index.js
CHANGED
|
@@ -2,9 +2,29 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getDomainOutput = exports.getDomain = void 0;
|
|
5
|
+
exports.getDomainOutput = exports.getDomain = exports.EmailDomainVerification = exports.EmailDomain = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("../utilities");
|
|
8
|
+
exports.EmailDomain = null;
|
|
9
|
+
utilities.lazyLoad(exports, ["EmailDomain"], () => require("./emailDomain"));
|
|
10
|
+
exports.EmailDomainVerification = null;
|
|
11
|
+
utilities.lazyLoad(exports, ["EmailDomainVerification"], () => require("./emailDomainVerification"));
|
|
7
12
|
exports.getDomain = null;
|
|
8
13
|
exports.getDomainOutput = null;
|
|
9
14
|
utilities.lazyLoad(exports, ["getDomain", "getDomainOutput"], () => require("./getDomain"));
|
|
15
|
+
const _module = {
|
|
16
|
+
version: utilities.getVersion(),
|
|
17
|
+
construct: (name, type, urn) => {
|
|
18
|
+
switch (type) {
|
|
19
|
+
case "okta:Index/emailDomain:EmailDomain":
|
|
20
|
+
return new exports.EmailDomain(name, undefined, { urn });
|
|
21
|
+
case "okta:Index/emailDomainVerification:EmailDomainVerification":
|
|
22
|
+
return new exports.EmailDomainVerification(name, undefined, { urn });
|
|
23
|
+
default:
|
|
24
|
+
throw new Error(`unknown resource type ${type}`);
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
pulumi.runtime.registerResourceModule("okta", "Index/emailDomain", _module);
|
|
29
|
+
pulumi.runtime.registerResourceModule("okta", "Index/emailDomainVerification", _module);
|
|
10
30
|
//# sourceMappingURL=index.js.map
|
package/index/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,0CAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAIhE,QAAA,uBAAuB,GAAuE,IAAW,CAAC;AACvH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,yBAAyB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC;AAGxF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAChE,QAAA,eAAe,GAAiD,IAAW,CAAC;AACzF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,EAAC,iBAAiB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAG3F,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oCAAoC;gBACrC,OAAO,IAAI,mBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,4DAA4D;gBAC7D,OAAO,IAAI,+BAAuB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACrE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,MAAM,EAAE,+BAA+B,EAAE,OAAO,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/okta",
|
|
3
|
-
"version": "v4.0.
|
|
3
|
+
"version": "v4.0.3",
|
|
4
4
|
"description": "A Pulumi package for creating and managing okta 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 okta v4.0.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource okta v4.0.3"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -4,9 +4,10 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
7
|
+
* A [profile enrollment
|
|
8
|
+
* policy](https://developer.okta.com/docs/reference/api/policy/#profile-enrollment-policy)
|
|
9
|
+
* is limited to one default rule. This resource does not create a rule for an
|
|
10
|
+
* enrollment policy, it allows the default policy rule to be updated.
|
|
10
11
|
*
|
|
11
12
|
* ## Example Usage
|
|
12
13
|
*
|
|
@@ -8,9 +8,10 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* > **WARNING:** This feature is only available as a part of the Identity Engine. Contact support for further information.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* A [profile enrollment
|
|
12
|
+
* policy](https://developer.okta.com/docs/reference/api/policy/#profile-enrollment-policy)
|
|
13
|
+
* is limited to one default rule. This resource does not create a rule for an
|
|
14
|
+
* enrollment policy, it allows the default policy rule to be updated.
|
|
14
15
|
*
|
|
15
16
|
* ## Example Usage
|
|
16
17
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policyRuleProfileEnrollment.js","sourceRoot":"","sources":["../policyRuleProfileEnrollment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"policyRuleProfileEnrollment.js","sourceRoot":"","sources":["../policyRuleProfileEnrollment.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -175,6 +175,18 @@ export interface UserSchemaPropertyOneOf {
|
|
|
175
175
|
title: pulumi.Input<string>;
|
|
176
176
|
}
|
|
177
177
|
export declare namespace Index {
|
|
178
|
+
interface EmailDomainDnsValidationRecord {
|
|
179
|
+
expiration?: pulumi.Input<string>;
|
|
180
|
+
/**
|
|
181
|
+
* DNS record name.
|
|
182
|
+
*/
|
|
183
|
+
fqdn?: pulumi.Input<string>;
|
|
184
|
+
/**
|
|
185
|
+
* Record type can be TXT or cname.
|
|
186
|
+
*/
|
|
187
|
+
recordType?: pulumi.Input<string>;
|
|
188
|
+
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
189
|
+
}
|
|
178
190
|
}
|
|
179
191
|
export declare namespace app {
|
|
180
192
|
interface OAuthGroupsClaim {
|
package/types/output.d.ts
CHANGED
|
@@ -320,6 +320,18 @@ export interface UserSchemaPropertyOneOf {
|
|
|
320
320
|
title: string;
|
|
321
321
|
}
|
|
322
322
|
export declare namespace Index {
|
|
323
|
+
interface EmailDomainDnsValidationRecord {
|
|
324
|
+
expiration: string;
|
|
325
|
+
/**
|
|
326
|
+
* DNS record name.
|
|
327
|
+
*/
|
|
328
|
+
fqdn: string;
|
|
329
|
+
/**
|
|
330
|
+
* Record type can be TXT or cname.
|
|
331
|
+
*/
|
|
332
|
+
recordType: string;
|
|
333
|
+
values: string[];
|
|
334
|
+
}
|
|
323
335
|
interface GetDomainDnsRecord {
|
|
324
336
|
/**
|
|
325
337
|
* TXT record expiration.
|
package/user/user.d.ts
CHANGED
|
@@ -237,6 +237,12 @@ export declare class User extends pulumi.CustomResource {
|
|
|
237
237
|
* User profile property.
|
|
238
238
|
*/
|
|
239
239
|
readonly secondEmail: pulumi.Output<string | undefined>;
|
|
240
|
+
/**
|
|
241
|
+
* Do not populate user roles information (prevents additional API call)
|
|
242
|
+
*
|
|
243
|
+
* @deprecated Because admin_roles has been removed, this attribute is a no op and will be removed
|
|
244
|
+
*/
|
|
245
|
+
readonly skipRoles: pulumi.Output<boolean | undefined>;
|
|
240
246
|
/**
|
|
241
247
|
* User profile property.
|
|
242
248
|
*/
|
|
@@ -427,6 +433,12 @@ export interface UserState {
|
|
|
427
433
|
* User profile property.
|
|
428
434
|
*/
|
|
429
435
|
secondEmail?: pulumi.Input<string>;
|
|
436
|
+
/**
|
|
437
|
+
* Do not populate user roles information (prevents additional API call)
|
|
438
|
+
*
|
|
439
|
+
* @deprecated Because admin_roles has been removed, this attribute is a no op and will be removed
|
|
440
|
+
*/
|
|
441
|
+
skipRoles?: pulumi.Input<boolean>;
|
|
430
442
|
/**
|
|
431
443
|
* User profile property.
|
|
432
444
|
*/
|
|
@@ -605,6 +617,12 @@ export interface UserArgs {
|
|
|
605
617
|
* User profile property.
|
|
606
618
|
*/
|
|
607
619
|
secondEmail?: pulumi.Input<string>;
|
|
620
|
+
/**
|
|
621
|
+
* Do not populate user roles information (prevents additional API call)
|
|
622
|
+
*
|
|
623
|
+
* @deprecated Because admin_roles has been removed, this attribute is a no op and will be removed
|
|
624
|
+
*/
|
|
625
|
+
skipRoles?: pulumi.Input<boolean>;
|
|
608
626
|
/**
|
|
609
627
|
* User profile property.
|
|
610
628
|
*/
|
package/user/user.js
CHANGED
|
@@ -139,6 +139,7 @@ class User extends pulumi.CustomResource {
|
|
|
139
139
|
resourceInputs["recoveryAnswer"] = state ? state.recoveryAnswer : undefined;
|
|
140
140
|
resourceInputs["recoveryQuestion"] = state ? state.recoveryQuestion : undefined;
|
|
141
141
|
resourceInputs["secondEmail"] = state ? state.secondEmail : undefined;
|
|
142
|
+
resourceInputs["skipRoles"] = state ? state.skipRoles : undefined;
|
|
142
143
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
143
144
|
resourceInputs["status"] = state ? state.status : undefined;
|
|
144
145
|
resourceInputs["streetAddress"] = state ? state.streetAddress : undefined;
|
|
@@ -195,6 +196,7 @@ class User extends pulumi.CustomResource {
|
|
|
195
196
|
resourceInputs["recoveryAnswer"] = (args === null || args === void 0 ? void 0 : args.recoveryAnswer) ? pulumi.secret(args.recoveryAnswer) : undefined;
|
|
196
197
|
resourceInputs["recoveryQuestion"] = args ? args.recoveryQuestion : undefined;
|
|
197
198
|
resourceInputs["secondEmail"] = args ? args.secondEmail : undefined;
|
|
199
|
+
resourceInputs["skipRoles"] = args ? args.skipRoles : undefined;
|
|
198
200
|
resourceInputs["state"] = args ? args.state : undefined;
|
|
199
201
|
resourceInputs["status"] = args ? args.status : undefined;
|
|
200
202
|
resourceInputs["streetAddress"] = args ? args.streetAddress : undefined;
|
package/user/user.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../user/user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../user/user.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsEG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAkMD,YAAY,IAAY,EAAE,WAAkC,EAAE,IAAmC;QAC7F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoC,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9F,cAAc,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChH,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAmC,CAAC;YACjD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,kCAAkC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9G,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,aAAa,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACvF,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,gBAAgB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,cAAc,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACzG,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,aAAa,EAAE,UAAU,EAAE,gBAAgB,CAAC,EAAE,CAAC;QAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AA1UL,oBA2UC;AA7TG,gBAAgB;AACO,iBAAY,GAAG,qBAAqB,CAAC"}
|
package/package.json.dev
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pulumi/okta",
|
|
3
|
-
"version": "v4.0.0",
|
|
4
|
-
"description": "A Pulumi package for creating and managing okta resources.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"pulumi",
|
|
7
|
-
"okta"
|
|
8
|
-
],
|
|
9
|
-
"homepage": "https://pulumi.io",
|
|
10
|
-
"repository": "https://github.com/pulumi/pulumi-okta",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource okta v4.0.0"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@pulumi/pulumi": "^3.0.0"
|
|
18
|
-
},
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"@types/mime": "^2.0.0",
|
|
21
|
-
"@types/node": "^10.0.0",
|
|
22
|
-
"typescript": "^4.3.5"
|
|
23
|
-
},
|
|
24
|
-
"pulumi": {
|
|
25
|
-
"resource": true,
|
|
26
|
-
"name": "okta"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var childProcess = require("child_process");
|
|
3
|
-
|
|
4
|
-
var args = process.argv.slice(2);
|
|
5
|
-
var res = childProcess.spawnSync("pulumi", ["plugin", "install"].concat(args), {
|
|
6
|
-
stdio: ["ignore", "inherit", "inherit"]
|
|
7
|
-
});
|
|
8
|
-
|
|
9
|
-
if (res.error && res.error.code === "ENOENT") {
|
|
10
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
11
|
-
"It looks like `pulumi` is not installed on your system. " +
|
|
12
|
-
"Please visit https://pulumi.com/ to install the Pulumi CLI.\n" +
|
|
13
|
-
"You may try manually installing the plugin by running " +
|
|
14
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
15
|
-
} else if (res.error || res.status !== 0) {
|
|
16
|
-
console.error("\nThere was an error installing the resource provider plugin. " +
|
|
17
|
-
"You may try to manually installing the plugin by running " +
|
|
18
|
-
"`pulumi plugin install " + args.join(" ") + "`");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
process.exit(0);
|