@pulumi/okta 6.0.0-alpha.1760078393 → 6.0.0-alpha.1768025445
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/adminRoleCustomAssignments.d.ts +76 -0
- package/adminRoleCustomAssignments.js +76 -0
- package/adminRoleCustomAssignments.js.map +1 -1
- package/apiServiceIntegration.d.ts +110 -0
- package/apiServiceIntegration.js +96 -0
- package/apiServiceIntegration.js.map +1 -0
- package/apiToken.d.ts +141 -0
- package/apiToken.js +93 -0
- package/apiToken.js.map +1 -0
- package/app/connection.d.ts +164 -0
- package/app/connection.js +136 -0
- package/app/connection.js.map +1 -0
- package/app/features.d.ts +121 -0
- package/app/features.js +77 -0
- package/app/features.js.map +1 -0
- package/app/getConnection.d.ts +106 -0
- package/app/getConnection.js +62 -0
- package/app/getConnection.js.map +1 -0
- package/app/getFeatures.d.ts +156 -0
- package/app/getFeatures.js +116 -0
- package/app/getFeatures.js.map +1 -0
- package/app/getToken.d.ts +98 -0
- package/app/getToken.js +62 -0
- package/app/getToken.js.map +1 -0
- package/app/groupAssignment.d.ts +1 -1
- package/app/groupAssignment.js +1 -1
- package/app/index.d.ts +18 -0
- package/app/index.js +25 -1
- package/app/index.js.map +1 -1
- package/app/oauth.d.ts +51 -0
- package/app/oauth.js +6 -0
- package/app/oauth.js.map +1 -1
- package/app/threeField.d.ts +15 -0
- package/app/threeField.js +15 -0
- package/app/threeField.js.map +1 -1
- package/app/token.d.ts +108 -0
- package/app/token.js +93 -0
- package/app/token.js.map +1 -0
- package/appSignonPolicyRule.d.ts +1 -7
- package/appSignonPolicyRule.js +1 -7
- package/appSignonPolicyRule.js.map +1 -1
- package/auth/getServerClients.d.ts +114 -0
- package/auth/getServerClients.js +58 -0
- package/auth/getServerClients.js.map +1 -0
- package/auth/getServerKeys.d.ts +113 -0
- package/auth/getServerKeys.js +70 -0
- package/auth/getServerKeys.js.map +1 -0
- package/auth/index.d.ts +6 -0
- package/auth/index.js +7 -1
- package/auth/index.js.map +1 -1
- package/authenticator.d.ts +42 -10
- package/authenticator.js +26 -4
- package/authenticator.js.map +1 -1
- package/customizedSigninPage.d.ts +68 -0
- package/customizedSigninPage.js +68 -0
- package/customizedSigninPage.js.map +1 -1
- package/device.d.ts +80 -0
- package/device.js +69 -0
- package/device.js.map +1 -0
- package/emailCustomization.d.ts +30 -0
- package/emailCustomization.js +30 -0
- package/emailCustomization.js.map +1 -1
- package/feature.d.ts +12 -0
- package/feature.js +12 -0
- package/feature.js.map +1 -1
- package/getApiServiceIntegration.d.ts +85 -0
- package/getApiServiceIntegration.js +78 -0
- package/getApiServiceIntegration.js.map +1 -0
- package/getApiToken.d.ts +88 -0
- package/getApiToken.js +52 -0
- package/getApiToken.js.map +1 -0
- package/getBehaviour.d.ts +4 -0
- package/getBehaviour.js +4 -0
- package/getBehaviour.js.map +1 -1
- package/getBrand.d.ts +30 -0
- package/getBrand.js +30 -0
- package/getBrand.js.map +1 -1
- package/getCatalogEntryUserAccessRequestFields.d.ts +42 -0
- package/getCatalogEntryUserAccessRequestFields.js +24 -0
- package/getCatalogEntryUserAccessRequestFields.js.map +1 -1
- package/getDevice.d.ts +90 -0
- package/getDevice.js +54 -0
- package/getDevice.js.map +1 -0
- package/getEmailCustomization.d.ts +36 -0
- package/getEmailCustomization.js +36 -0
- package/getEmailCustomization.js.map +1 -1
- package/getEmailCustomizations.d.ts +26 -0
- package/getEmailCustomizations.js +26 -0
- package/getEmailCustomizations.js.map +1 -1
- package/getHookKey.d.ts +77 -0
- package/getHookKey.js +52 -0
- package/getHookKey.js.map +1 -0
- package/getPrincipalEntitlements.d.ts +116 -0
- package/getPrincipalEntitlements.js +116 -0
- package/getPrincipalEntitlements.js.map +1 -1
- package/getPushProvider.d.ts +118 -0
- package/getPushProvider.js +86 -0
- package/getPushProvider.js.map +1 -0
- package/getRealmAssignment.d.ts +4 -0
- package/getRealmAssignment.js +4 -0
- package/getRealmAssignment.js.map +1 -1
- package/getRequestSettingResource.d.ts +4 -0
- package/getRequestSettingResource.js +4 -0
- package/getRequestSettingResource.js.map +1 -1
- package/getRequestV2.d.ts +79 -0
- package/getRequestV2.js +28 -0
- package/getRequestV2.js.map +1 -1
- package/getSecurityEventsProvider.d.ts +79 -0
- package/getSecurityEventsProvider.js +52 -0
- package/getSecurityEventsProvider.js.map +1 -0
- package/getTemplate.d.ts +26 -0
- package/getTemplate.js +26 -0
- package/getTemplate.js.map +1 -1
- package/getTemplates.d.ts +24 -0
- package/getTemplates.js +24 -0
- package/getTemplates.js.map +1 -1
- package/getTheme.d.ts +26 -0
- package/getTheme.js +26 -0
- package/getTheme.js.map +1 -1
- package/getThemes.d.ts +24 -0
- package/getThemes.js +24 -0
- package/getThemes.js.map +1 -1
- package/getUiSchema.d.ts +80 -0
- package/getUiSchema.js +52 -0
- package/getUiSchema.js.map +1 -0
- package/group/owner.d.ts +24 -0
- package/group/owner.js +24 -0
- package/group/owner.js.map +1 -1
- package/group/role.d.ts +41 -0
- package/group/role.js +41 -0
- package/group/role.js.map +1 -1
- package/hookKey.d.ts +102 -0
- package/hookKey.js +79 -0
- package/hookKey.js.map +1 -0
- package/index.d.ts +42 -0
- package/index.js +61 -4
- package/index.js.map +1 -1
- package/inline/hook.d.ts +15 -15
- package/inline/hook.js +15 -15
- package/package.json +3 -3
- package/policy/deviceAssuranceAndroid.d.ts +24 -0
- package/policy/deviceAssuranceAndroid.js +24 -0
- package/policy/deviceAssuranceAndroid.js.map +1 -1
- package/policy/deviceAssuranceIos.d.ts +17 -0
- package/policy/deviceAssuranceIos.js +17 -0
- package/policy/deviceAssuranceIos.js.map +1 -1
- package/policy/deviceAssuranceMacos.d.ts +37 -0
- package/policy/deviceAssuranceMacos.js +37 -0
- package/policy/deviceAssuranceMacos.js.map +1 -1
- package/policy/deviceAssuranceWindows.d.ts +43 -0
- package/policy/deviceAssuranceWindows.js +43 -0
- package/policy/deviceAssuranceWindows.js.map +1 -1
- package/policy/mfa.d.ts +18 -0
- package/policy/mfa.js +2 -0
- package/policy/mfa.js.map +1 -1
- package/policyMfaDefault.d.ts +18 -0
- package/policyMfaDefault.js +2 -0
- package/policyMfaDefault.js.map +1 -1
- package/previewSigninPage.d.ts +68 -0
- package/previewSigninPage.js +68 -0
- package/previewSigninPage.js.map +1 -1
- package/pushProvider.d.ts +150 -0
- package/pushProvider.js +126 -0
- package/pushProvider.js.map +1 -0
- package/rateLimiting.d.ts +13 -0
- package/rateLimiting.js +13 -0
- package/rateLimiting.js.map +1 -1
- package/requestCondition.d.ts +47 -2
- package/requestCondition.js +42 -1
- package/requestCondition.js.map +1 -1
- package/requestSettingOrganization.d.ts +19 -0
- package/requestSettingOrganization.js +19 -0
- package/requestSettingOrganization.js.map +1 -1
- package/requestSettingResource.d.ts +20 -0
- package/requestSettingResource.js +20 -0
- package/requestSettingResource.js.map +1 -1
- package/requestV2.d.ts +39 -12
- package/requestV2.js +27 -0
- package/requestV2.js.map +1 -1
- package/securityEventsProvider.d.ts +138 -0
- package/securityEventsProvider.js +107 -0
- package/securityEventsProvider.js.map +1 -0
- package/theme.d.ts +23 -0
- package/theme.js +23 -0
- package/theme.js.map +1 -1
- package/types/input.d.ts +1041 -18
- package/types/output.d.ts +691 -5
- package/uiSchema.d.ts +74 -0
- package/uiSchema.js +73 -0
- package/uiSchema.js.map +1 -0
- package/user/getUser.d.ts +1 -0
- package/user/getUser.js.map +1 -1
- package/user/user.d.ts +12 -0
- package/user/user.js +2 -0
- package/user/user.js.map +1 -1
package/getHookKey.js
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getHookKeyOutput = exports.getHookKey = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use Key Management to create and manage JSON Web Keys (JWKS) that support OAuth 2.0 client authentication. The key is composed of a public and private key pair. The private key signs the JSON Web Token (JWT) and the public key validates it on the client side.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* // Get hook key by ID
|
|
18
|
+
* const example = okta.getHookKey({
|
|
19
|
+
* id: "abcdefghij0123456789",
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
function getHookKey(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("okta:index/getHookKey:getHookKey", {
|
|
26
|
+
"id": args.id,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getHookKey = getHookKey;
|
|
30
|
+
/**
|
|
31
|
+
* Use Key Management to create and manage JSON Web Keys (JWKS) that support OAuth 2.0 client authentication. The key is composed of a public and private key pair. The private key signs the JSON Web Token (JWT) and the public key validates it on the client side.
|
|
32
|
+
*
|
|
33
|
+
* ## Example Usage
|
|
34
|
+
*
|
|
35
|
+
* ```typescript
|
|
36
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
37
|
+
* import * as okta from "@pulumi/okta";
|
|
38
|
+
*
|
|
39
|
+
* // Get hook key by ID
|
|
40
|
+
* const example = okta.getHookKey({
|
|
41
|
+
* id: "abcdefghij0123456789",
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*/
|
|
45
|
+
function getHookKeyOutput(args, opts) {
|
|
46
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
47
|
+
return pulumi.runtime.invokeOutput("okta:index/getHookKey:getHookKey", {
|
|
48
|
+
"id": args.id,
|
|
49
|
+
}, opts);
|
|
50
|
+
}
|
|
51
|
+
exports.getHookKeyOutput = getHookKeyOutput;
|
|
52
|
+
//# sourceMappingURL=getHookKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getHookKey.js","sourceRoot":"","sources":["../getHookKey.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAsCD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE;QACnE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -3,6 +3,64 @@ import * as inputs from "./types/input";
|
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
5
|
* Get the entitlements for a user and resource after evaluating all grants.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as okta from "@pulumi/okta";
|
|
12
|
+
*
|
|
13
|
+
* const test = okta.getPrincipalEntitlements({
|
|
14
|
+
* parent: {
|
|
15
|
+
* externalId: "<resource_id>",
|
|
16
|
+
* type: "<resource_type>",
|
|
17
|
+
* },
|
|
18
|
+
* targetPrincipal: {
|
|
19
|
+
* externalId: "<principal_id>",
|
|
20
|
+
* type: "<principal_type>",
|
|
21
|
+
* },
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Required:
|
|
26
|
+
*
|
|
27
|
+
* - `externalId` (String) The Okta user's email address.
|
|
28
|
+
* - `type` (String) The Okta user id.
|
|
29
|
+
*
|
|
30
|
+
* <a id="nestedblock--target_principal"></a>
|
|
31
|
+
* ### Nested Schema for `targetPrincipal`
|
|
32
|
+
* ## Required:
|
|
33
|
+
*
|
|
34
|
+
* - `externalId` (String) The Okta user id.
|
|
35
|
+
* - `type` (String) The type of principal. Enum: `OKTA_USER`.
|
|
36
|
+
*
|
|
37
|
+
* <a id="nestedblock--data"></a>
|
|
38
|
+
* ### Nested Schema for `data`
|
|
39
|
+
* ## Required:
|
|
40
|
+
*
|
|
41
|
+
* - `parent` (Object) Representation of a resource. (see below for nested schema)
|
|
42
|
+
* - `targetPrincipal` (Object) Representation of a principal. (see below for nested schema)
|
|
43
|
+
*
|
|
44
|
+
* ## Optional:
|
|
45
|
+
*
|
|
46
|
+
* - `dataType` (String) The data type of the entitlement property. Enum: `array`, `string`.
|
|
47
|
+
* - `description` (String) The Okta user id.
|
|
48
|
+
* - `externalValue` (String) The type of principal. Enum: `OKTA_USER`.
|
|
49
|
+
* - `id` (String) The unique identifier of the entitlement.
|
|
50
|
+
* - `multiValue` (Boolean) Indicates if the entitlement is multi-valued.
|
|
51
|
+
* - `name` (String) The name of the entitlement.
|
|
52
|
+
* - `parentResourceOrn` (String) The Okta app instance, in ORN format.
|
|
53
|
+
* - `required` (Boolean) Indicates if the entitlement is required.
|
|
54
|
+
* - `targetPrincipalOrn` (String) The Okta user id, in ORN format.
|
|
55
|
+
* - `values` (List of Objects) The values of the entitlement. (see below for nested schema)
|
|
56
|
+
*
|
|
57
|
+
* <a id="nestedblock--values"></a>
|
|
58
|
+
* ### Nested Schema for `values`
|
|
59
|
+
* - `description` (String) The description of the value.
|
|
60
|
+
* - `externalId` (String) The external ID of the value.
|
|
61
|
+
* - `externalValue` (String) The value of an entitlement property value.
|
|
62
|
+
* - `id` (String) The unique identifier of the value.
|
|
63
|
+
* - `name` (String) The name of the value.
|
|
6
64
|
*/
|
|
7
65
|
export declare function getPrincipalEntitlements(args?: GetPrincipalEntitlementsArgs, opts?: pulumi.InvokeOptions): Promise<GetPrincipalEntitlementsResult>;
|
|
8
66
|
/**
|
|
@@ -42,6 +100,64 @@ export interface GetPrincipalEntitlementsResult {
|
|
|
42
100
|
}
|
|
43
101
|
/**
|
|
44
102
|
* Get the entitlements for a user and resource after evaluating all grants.
|
|
103
|
+
*
|
|
104
|
+
* ## Example Usage
|
|
105
|
+
*
|
|
106
|
+
* ```typescript
|
|
107
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
108
|
+
* import * as okta from "@pulumi/okta";
|
|
109
|
+
*
|
|
110
|
+
* const test = okta.getPrincipalEntitlements({
|
|
111
|
+
* parent: {
|
|
112
|
+
* externalId: "<resource_id>",
|
|
113
|
+
* type: "<resource_type>",
|
|
114
|
+
* },
|
|
115
|
+
* targetPrincipal: {
|
|
116
|
+
* externalId: "<principal_id>",
|
|
117
|
+
* type: "<principal_type>",
|
|
118
|
+
* },
|
|
119
|
+
* });
|
|
120
|
+
* ```
|
|
121
|
+
*
|
|
122
|
+
* ## Required:
|
|
123
|
+
*
|
|
124
|
+
* - `externalId` (String) The Okta user's email address.
|
|
125
|
+
* - `type` (String) The Okta user id.
|
|
126
|
+
*
|
|
127
|
+
* <a id="nestedblock--target_principal"></a>
|
|
128
|
+
* ### Nested Schema for `targetPrincipal`
|
|
129
|
+
* ## Required:
|
|
130
|
+
*
|
|
131
|
+
* - `externalId` (String) The Okta user id.
|
|
132
|
+
* - `type` (String) The type of principal. Enum: `OKTA_USER`.
|
|
133
|
+
*
|
|
134
|
+
* <a id="nestedblock--data"></a>
|
|
135
|
+
* ### Nested Schema for `data`
|
|
136
|
+
* ## Required:
|
|
137
|
+
*
|
|
138
|
+
* - `parent` (Object) Representation of a resource. (see below for nested schema)
|
|
139
|
+
* - `targetPrincipal` (Object) Representation of a principal. (see below for nested schema)
|
|
140
|
+
*
|
|
141
|
+
* ## Optional:
|
|
142
|
+
*
|
|
143
|
+
* - `dataType` (String) The data type of the entitlement property. Enum: `array`, `string`.
|
|
144
|
+
* - `description` (String) The Okta user id.
|
|
145
|
+
* - `externalValue` (String) The type of principal. Enum: `OKTA_USER`.
|
|
146
|
+
* - `id` (String) The unique identifier of the entitlement.
|
|
147
|
+
* - `multiValue` (Boolean) Indicates if the entitlement is multi-valued.
|
|
148
|
+
* - `name` (String) The name of the entitlement.
|
|
149
|
+
* - `parentResourceOrn` (String) The Okta app instance, in ORN format.
|
|
150
|
+
* - `required` (Boolean) Indicates if the entitlement is required.
|
|
151
|
+
* - `targetPrincipalOrn` (String) The Okta user id, in ORN format.
|
|
152
|
+
* - `values` (List of Objects) The values of the entitlement. (see below for nested schema)
|
|
153
|
+
*
|
|
154
|
+
* <a id="nestedblock--values"></a>
|
|
155
|
+
* ### Nested Schema for `values`
|
|
156
|
+
* - `description` (String) The description of the value.
|
|
157
|
+
* - `externalId` (String) The external ID of the value.
|
|
158
|
+
* - `externalValue` (String) The value of an entitlement property value.
|
|
159
|
+
* - `id` (String) The unique identifier of the value.
|
|
160
|
+
* - `name` (String) The name of the value.
|
|
45
161
|
*/
|
|
46
162
|
export declare function getPrincipalEntitlementsOutput(args?: GetPrincipalEntitlementsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPrincipalEntitlementsResult>;
|
|
47
163
|
/**
|
|
@@ -7,6 +7,64 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get the entitlements for a user and resource after evaluating all grants.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as okta from "@pulumi/okta";
|
|
16
|
+
*
|
|
17
|
+
* const test = okta.getPrincipalEntitlements({
|
|
18
|
+
* parent: {
|
|
19
|
+
* externalId: "<resource_id>",
|
|
20
|
+
* type: "<resource_type>",
|
|
21
|
+
* },
|
|
22
|
+
* targetPrincipal: {
|
|
23
|
+
* externalId: "<principal_id>",
|
|
24
|
+
* type: "<principal_type>",
|
|
25
|
+
* },
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* ## Required:
|
|
30
|
+
*
|
|
31
|
+
* - `externalId` (String) The Okta user's email address.
|
|
32
|
+
* - `type` (String) The Okta user id.
|
|
33
|
+
*
|
|
34
|
+
* <a id="nestedblock--target_principal"></a>
|
|
35
|
+
* ### Nested Schema for `targetPrincipal`
|
|
36
|
+
* ## Required:
|
|
37
|
+
*
|
|
38
|
+
* - `externalId` (String) The Okta user id.
|
|
39
|
+
* - `type` (String) The type of principal. Enum: `OKTA_USER`.
|
|
40
|
+
*
|
|
41
|
+
* <a id="nestedblock--data"></a>
|
|
42
|
+
* ### Nested Schema for `data`
|
|
43
|
+
* ## Required:
|
|
44
|
+
*
|
|
45
|
+
* - `parent` (Object) Representation of a resource. (see below for nested schema)
|
|
46
|
+
* - `targetPrincipal` (Object) Representation of a principal. (see below for nested schema)
|
|
47
|
+
*
|
|
48
|
+
* ## Optional:
|
|
49
|
+
*
|
|
50
|
+
* - `dataType` (String) The data type of the entitlement property. Enum: `array`, `string`.
|
|
51
|
+
* - `description` (String) The Okta user id.
|
|
52
|
+
* - `externalValue` (String) The type of principal. Enum: `OKTA_USER`.
|
|
53
|
+
* - `id` (String) The unique identifier of the entitlement.
|
|
54
|
+
* - `multiValue` (Boolean) Indicates if the entitlement is multi-valued.
|
|
55
|
+
* - `name` (String) The name of the entitlement.
|
|
56
|
+
* - `parentResourceOrn` (String) The Okta app instance, in ORN format.
|
|
57
|
+
* - `required` (Boolean) Indicates if the entitlement is required.
|
|
58
|
+
* - `targetPrincipalOrn` (String) The Okta user id, in ORN format.
|
|
59
|
+
* - `values` (List of Objects) The values of the entitlement. (see below for nested schema)
|
|
60
|
+
*
|
|
61
|
+
* <a id="nestedblock--values"></a>
|
|
62
|
+
* ### Nested Schema for `values`
|
|
63
|
+
* - `description` (String) The description of the value.
|
|
64
|
+
* - `externalId` (String) The external ID of the value.
|
|
65
|
+
* - `externalValue` (String) The value of an entitlement property value.
|
|
66
|
+
* - `id` (String) The unique identifier of the value.
|
|
67
|
+
* - `name` (String) The name of the value.
|
|
10
68
|
*/
|
|
11
69
|
function getPrincipalEntitlements(args, opts) {
|
|
12
70
|
args = args || {};
|
|
@@ -20,6 +78,64 @@ function getPrincipalEntitlements(args, opts) {
|
|
|
20
78
|
exports.getPrincipalEntitlements = getPrincipalEntitlements;
|
|
21
79
|
/**
|
|
22
80
|
* Get the entitlements for a user and resource after evaluating all grants.
|
|
81
|
+
*
|
|
82
|
+
* ## Example Usage
|
|
83
|
+
*
|
|
84
|
+
* ```typescript
|
|
85
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
86
|
+
* import * as okta from "@pulumi/okta";
|
|
87
|
+
*
|
|
88
|
+
* const test = okta.getPrincipalEntitlements({
|
|
89
|
+
* parent: {
|
|
90
|
+
* externalId: "<resource_id>",
|
|
91
|
+
* type: "<resource_type>",
|
|
92
|
+
* },
|
|
93
|
+
* targetPrincipal: {
|
|
94
|
+
* externalId: "<principal_id>",
|
|
95
|
+
* type: "<principal_type>",
|
|
96
|
+
* },
|
|
97
|
+
* });
|
|
98
|
+
* ```
|
|
99
|
+
*
|
|
100
|
+
* ## Required:
|
|
101
|
+
*
|
|
102
|
+
* - `externalId` (String) The Okta user's email address.
|
|
103
|
+
* - `type` (String) The Okta user id.
|
|
104
|
+
*
|
|
105
|
+
* <a id="nestedblock--target_principal"></a>
|
|
106
|
+
* ### Nested Schema for `targetPrincipal`
|
|
107
|
+
* ## Required:
|
|
108
|
+
*
|
|
109
|
+
* - `externalId` (String) The Okta user id.
|
|
110
|
+
* - `type` (String) The type of principal. Enum: `OKTA_USER`.
|
|
111
|
+
*
|
|
112
|
+
* <a id="nestedblock--data"></a>
|
|
113
|
+
* ### Nested Schema for `data`
|
|
114
|
+
* ## Required:
|
|
115
|
+
*
|
|
116
|
+
* - `parent` (Object) Representation of a resource. (see below for nested schema)
|
|
117
|
+
* - `targetPrincipal` (Object) Representation of a principal. (see below for nested schema)
|
|
118
|
+
*
|
|
119
|
+
* ## Optional:
|
|
120
|
+
*
|
|
121
|
+
* - `dataType` (String) The data type of the entitlement property. Enum: `array`, `string`.
|
|
122
|
+
* - `description` (String) The Okta user id.
|
|
123
|
+
* - `externalValue` (String) The type of principal. Enum: `OKTA_USER`.
|
|
124
|
+
* - `id` (String) The unique identifier of the entitlement.
|
|
125
|
+
* - `multiValue` (Boolean) Indicates if the entitlement is multi-valued.
|
|
126
|
+
* - `name` (String) The name of the entitlement.
|
|
127
|
+
* - `parentResourceOrn` (String) The Okta app instance, in ORN format.
|
|
128
|
+
* - `required` (Boolean) Indicates if the entitlement is required.
|
|
129
|
+
* - `targetPrincipalOrn` (String) The Okta user id, in ORN format.
|
|
130
|
+
* - `values` (List of Objects) The values of the entitlement. (see below for nested schema)
|
|
131
|
+
*
|
|
132
|
+
* <a id="nestedblock--values"></a>
|
|
133
|
+
* ### Nested Schema for `values`
|
|
134
|
+
* - `description` (String) The description of the value.
|
|
135
|
+
* - `externalId` (String) The external ID of the value.
|
|
136
|
+
* - `externalValue` (String) The value of an entitlement property value.
|
|
137
|
+
* - `id` (String) The unique identifier of the value.
|
|
138
|
+
* - `name` (String) The name of the value.
|
|
23
139
|
*/
|
|
24
140
|
function getPrincipalEntitlementsOutput(args, opts) {
|
|
25
141
|
args = args || {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrincipalEntitlements.js","sourceRoot":"","sources":["../getPrincipalEntitlements.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrincipalEntitlements.js","sourceRoot":"","sources":["../getPrincipalEntitlements.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4DAQC;AAsCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AACH,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAAiC;IACvH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;KAC1C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wEAQC"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves information about an Okta Push Provider configuration. This data source allows you to fetch details about existing push providers for Apple Push Notification Service (APNS) and Firebase Cloud Messaging (FCM).
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Retrieve an APNS Push Provider
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as okta from "@pulumi/okta";
|
|
14
|
+
*
|
|
15
|
+
* const apnsExample = okta.getPushProvider({
|
|
16
|
+
* id: "ppc1234567890abcdef",
|
|
17
|
+
* });
|
|
18
|
+
* export const apnsProviderName = apnsExample.then(apnsExample => apnsExample.name);
|
|
19
|
+
* export const apnsKeyId = apnsExample.then(apnsExample => apnsExample.configuration?.apnsConfiguration?.keyId);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* ### Retrieve an FCM Push Provider
|
|
23
|
+
*
|
|
24
|
+
* ```typescript
|
|
25
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
26
|
+
* import * as okta from "@pulumi/okta";
|
|
27
|
+
*
|
|
28
|
+
* const fcmExample = okta.getPushProvider({
|
|
29
|
+
* id: "ppc0987654321fedcba",
|
|
30
|
+
* });
|
|
31
|
+
* export const fcmProviderName = fcmExample.then(fcmExample => fcmExample.name);
|
|
32
|
+
* export const fcmProjectId = fcmExample.then(fcmExample => fcmExample.configuration?.fcmConfiguration?.serviceAccountJson?.projectId);
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export declare function getPushProvider(args: GetPushProviderArgs, opts?: pulumi.InvokeOptions): Promise<GetPushProviderResult>;
|
|
36
|
+
/**
|
|
37
|
+
* A collection of arguments for invoking getPushProvider.
|
|
38
|
+
*/
|
|
39
|
+
export interface GetPushProviderArgs {
|
|
40
|
+
/**
|
|
41
|
+
* Configuration details for the push provider. The structure depends on the provider type.
|
|
42
|
+
*/
|
|
43
|
+
configuration?: inputs.GetPushProviderConfiguration;
|
|
44
|
+
/**
|
|
45
|
+
* The unique identifier of the push provider to retrieve.
|
|
46
|
+
*/
|
|
47
|
+
id: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A collection of values returned by getPushProvider.
|
|
51
|
+
*/
|
|
52
|
+
export interface GetPushProviderResult {
|
|
53
|
+
/**
|
|
54
|
+
* Configuration details for the push provider. The structure depends on the provider type.
|
|
55
|
+
*/
|
|
56
|
+
readonly configuration?: outputs.GetPushProviderConfiguration;
|
|
57
|
+
/**
|
|
58
|
+
* The unique identifier of the push provider to retrieve.
|
|
59
|
+
*/
|
|
60
|
+
readonly id: string;
|
|
61
|
+
/**
|
|
62
|
+
* Timestamp when the push provider was last modified.
|
|
63
|
+
*/
|
|
64
|
+
readonly lastUpdatedDate: string;
|
|
65
|
+
/**
|
|
66
|
+
* The display name of the push provider.
|
|
67
|
+
*/
|
|
68
|
+
readonly name: string;
|
|
69
|
+
/**
|
|
70
|
+
* The type of push provider. Values are `APNS` (Apple Push Notification Service) or `FCM` (Firebase Cloud Messaging).
|
|
71
|
+
*/
|
|
72
|
+
readonly providerType: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Retrieves information about an Okta Push Provider configuration. This data source allows you to fetch details about existing push providers for Apple Push Notification Service (APNS) and Firebase Cloud Messaging (FCM).
|
|
76
|
+
*
|
|
77
|
+
* ## Example Usage
|
|
78
|
+
*
|
|
79
|
+
* ### Retrieve an APNS Push Provider
|
|
80
|
+
*
|
|
81
|
+
* ```typescript
|
|
82
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
83
|
+
* import * as okta from "@pulumi/okta";
|
|
84
|
+
*
|
|
85
|
+
* const apnsExample = okta.getPushProvider({
|
|
86
|
+
* id: "ppc1234567890abcdef",
|
|
87
|
+
* });
|
|
88
|
+
* export const apnsProviderName = apnsExample.then(apnsExample => apnsExample.name);
|
|
89
|
+
* export const apnsKeyId = apnsExample.then(apnsExample => apnsExample.configuration?.apnsConfiguration?.keyId);
|
|
90
|
+
* ```
|
|
91
|
+
*
|
|
92
|
+
* ### Retrieve an FCM Push Provider
|
|
93
|
+
*
|
|
94
|
+
* ```typescript
|
|
95
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
+
* import * as okta from "@pulumi/okta";
|
|
97
|
+
*
|
|
98
|
+
* const fcmExample = okta.getPushProvider({
|
|
99
|
+
* id: "ppc0987654321fedcba",
|
|
100
|
+
* });
|
|
101
|
+
* export const fcmProviderName = fcmExample.then(fcmExample => fcmExample.name);
|
|
102
|
+
* export const fcmProjectId = fcmExample.then(fcmExample => fcmExample.configuration?.fcmConfiguration?.serviceAccountJson?.projectId);
|
|
103
|
+
* ```
|
|
104
|
+
*/
|
|
105
|
+
export declare function getPushProviderOutput(args: GetPushProviderOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetPushProviderResult>;
|
|
106
|
+
/**
|
|
107
|
+
* A collection of arguments for invoking getPushProvider.
|
|
108
|
+
*/
|
|
109
|
+
export interface GetPushProviderOutputArgs {
|
|
110
|
+
/**
|
|
111
|
+
* Configuration details for the push provider. The structure depends on the provider type.
|
|
112
|
+
*/
|
|
113
|
+
configuration?: pulumi.Input<inputs.GetPushProviderConfigurationArgs>;
|
|
114
|
+
/**
|
|
115
|
+
* The unique identifier of the push provider to retrieve.
|
|
116
|
+
*/
|
|
117
|
+
id: pulumi.Input<string>;
|
|
118
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getPushProviderOutput = exports.getPushProvider = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves information about an Okta Push Provider configuration. This data source allows you to fetch details about existing push providers for Apple Push Notification Service (APNS) and Firebase Cloud Messaging (FCM).
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Retrieve an APNS Push Provider
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as okta from "@pulumi/okta";
|
|
18
|
+
*
|
|
19
|
+
* const apnsExample = okta.getPushProvider({
|
|
20
|
+
* id: "ppc1234567890abcdef",
|
|
21
|
+
* });
|
|
22
|
+
* export const apnsProviderName = apnsExample.then(apnsExample => apnsExample.name);
|
|
23
|
+
* export const apnsKeyId = apnsExample.then(apnsExample => apnsExample.configuration?.apnsConfiguration?.keyId);
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ### Retrieve an FCM Push Provider
|
|
27
|
+
*
|
|
28
|
+
* ```typescript
|
|
29
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
30
|
+
* import * as okta from "@pulumi/okta";
|
|
31
|
+
*
|
|
32
|
+
* const fcmExample = okta.getPushProvider({
|
|
33
|
+
* id: "ppc0987654321fedcba",
|
|
34
|
+
* });
|
|
35
|
+
* export const fcmProviderName = fcmExample.then(fcmExample => fcmExample.name);
|
|
36
|
+
* export const fcmProjectId = fcmExample.then(fcmExample => fcmExample.configuration?.fcmConfiguration?.serviceAccountJson?.projectId);
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
function getPushProvider(args, opts) {
|
|
40
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
41
|
+
return pulumi.runtime.invoke("okta:index/getPushProvider:getPushProvider", {
|
|
42
|
+
"configuration": args.configuration,
|
|
43
|
+
"id": args.id,
|
|
44
|
+
}, opts);
|
|
45
|
+
}
|
|
46
|
+
exports.getPushProvider = getPushProvider;
|
|
47
|
+
/**
|
|
48
|
+
* Retrieves information about an Okta Push Provider configuration. This data source allows you to fetch details about existing push providers for Apple Push Notification Service (APNS) and Firebase Cloud Messaging (FCM).
|
|
49
|
+
*
|
|
50
|
+
* ## Example Usage
|
|
51
|
+
*
|
|
52
|
+
* ### Retrieve an APNS Push Provider
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as okta from "@pulumi/okta";
|
|
57
|
+
*
|
|
58
|
+
* const apnsExample = okta.getPushProvider({
|
|
59
|
+
* id: "ppc1234567890abcdef",
|
|
60
|
+
* });
|
|
61
|
+
* export const apnsProviderName = apnsExample.then(apnsExample => apnsExample.name);
|
|
62
|
+
* export const apnsKeyId = apnsExample.then(apnsExample => apnsExample.configuration?.apnsConfiguration?.keyId);
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* ### Retrieve an FCM Push Provider
|
|
66
|
+
*
|
|
67
|
+
* ```typescript
|
|
68
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
69
|
+
* import * as okta from "@pulumi/okta";
|
|
70
|
+
*
|
|
71
|
+
* const fcmExample = okta.getPushProvider({
|
|
72
|
+
* id: "ppc0987654321fedcba",
|
|
73
|
+
* });
|
|
74
|
+
* export const fcmProviderName = fcmExample.then(fcmExample => fcmExample.name);
|
|
75
|
+
* export const fcmProjectId = fcmExample.then(fcmExample => fcmExample.configuration?.fcmConfiguration?.serviceAccountJson?.projectId);
|
|
76
|
+
* ```
|
|
77
|
+
*/
|
|
78
|
+
function getPushProviderOutput(args, opts) {
|
|
79
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
80
|
+
return pulumi.runtime.invokeOutput("okta:index/getPushProvider:getPushProvider", {
|
|
81
|
+
"configuration": args.configuration,
|
|
82
|
+
"id": args.id,
|
|
83
|
+
}, opts);
|
|
84
|
+
}
|
|
85
|
+
exports.getPushProviderOutput = getPushProviderOutput;
|
|
86
|
+
//# sourceMappingURL=getPushProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPushProvider.js","sourceRoot":"","sources":["../getPushProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAyCD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/getRealmAssignment.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Get a realm assignment from Okta.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
4
6
|
*/
|
|
5
7
|
export declare function getRealmAssignment(args?: GetRealmAssignmentArgs, opts?: pulumi.InvokeOptions): Promise<GetRealmAssignmentResult>;
|
|
6
8
|
/**
|
|
@@ -51,6 +53,8 @@ export interface GetRealmAssignmentResult {
|
|
|
51
53
|
}
|
|
52
54
|
/**
|
|
53
55
|
* Get a realm assignment from Okta.
|
|
56
|
+
*
|
|
57
|
+
* ## Example Usage
|
|
54
58
|
*/
|
|
55
59
|
export declare function getRealmAssignmentOutput(args?: GetRealmAssignmentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRealmAssignmentResult>;
|
|
56
60
|
/**
|
package/getRealmAssignment.js
CHANGED
|
@@ -7,6 +7,8 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Get a realm assignment from Okta.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
10
12
|
*/
|
|
11
13
|
function getRealmAssignment(args, opts) {
|
|
12
14
|
args = args || {};
|
|
@@ -18,6 +20,8 @@ function getRealmAssignment(args, opts) {
|
|
|
18
20
|
exports.getRealmAssignment = getRealmAssignment;
|
|
19
21
|
/**
|
|
20
22
|
* Get a realm assignment from Okta.
|
|
23
|
+
*
|
|
24
|
+
* ## Example Usage
|
|
21
25
|
*/
|
|
22
26
|
function getRealmAssignmentOutput(args, opts) {
|
|
23
27
|
args = args || {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRealmAssignment.js","sourceRoot":"","sources":["../getRealmAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRealmAssignment.js","sourceRoot":"","sources":["../getRealmAssignment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AAiDD;;;;GAIG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAAiC;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
|
|
@@ -3,6 +3,8 @@ import * as inputs from "./types/input";
|
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
5
|
* Retrieves the request settings for a resource.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
6
8
|
*/
|
|
7
9
|
export declare function getRequestSettingResource(args: GetRequestSettingResourceArgs, opts?: pulumi.InvokeOptions): Promise<GetRequestSettingResourceResult>;
|
|
8
10
|
/**
|
|
@@ -65,6 +67,8 @@ export interface GetRequestSettingResourceResult {
|
|
|
65
67
|
}
|
|
66
68
|
/**
|
|
67
69
|
* Retrieves the request settings for a resource.
|
|
70
|
+
*
|
|
71
|
+
* ## Example Usage
|
|
68
72
|
*/
|
|
69
73
|
export declare function getRequestSettingResourceOutput(args: GetRequestSettingResourceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRequestSettingResourceResult>;
|
|
70
74
|
/**
|
|
@@ -7,6 +7,8 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves the request settings for a resource.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
10
12
|
*/
|
|
11
13
|
function getRequestSettingResource(args, opts) {
|
|
12
14
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -22,6 +24,8 @@ function getRequestSettingResource(args, opts) {
|
|
|
22
24
|
exports.getRequestSettingResource = getRequestSettingResource;
|
|
23
25
|
/**
|
|
24
26
|
* Retrieves the request settings for a resource.
|
|
27
|
+
*
|
|
28
|
+
* ## Example Usage
|
|
25
29
|
*/
|
|
26
30
|
function getRequestSettingResourceOutput(args, opts) {
|
|
27
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRequestSettingResource.js","sourceRoot":"","sources":["../getRequestSettingResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getRequestSettingResource.js","sourceRoot":"","sources":["../getRequestSettingResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,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;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AA6DD;;;;GAIG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,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;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,6BAA6B,EAAE,IAAI,CAAC,2BAA2B;QAC/D,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0EAUC"}
|