@pulumi/oci 4.2.0 → 4.3.0-alpha.1773204600
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/core/instanceConfiguration.d.ts +16 -4
- package/core/instanceConfiguration.js +16 -4
- package/core/instanceConfiguration.js.map +1 -1
- package/core/vnicAttachment.d.ts +6 -1
- package/core/vnicAttachment.js +6 -1
- package/core/vnicAttachment.js.map +1 -1
- package/email/emailIpPool.d.ts +13 -0
- package/email/emailIpPool.js +3 -0
- package/email/emailIpPool.js.map +1 -1
- package/email/getEmailIpPool.d.ts +4 -0
- package/email/getEmailIpPool.js.map +1 -1
- package/identity/domainsGroup.d.ts +1 -1
- package/identity/domainsIdentityProofingProvider.d.ts +855 -0
- package/identity/domainsIdentityProofingProvider.js +163 -0
- package/identity/domainsIdentityProofingProvider.js.map +1 -0
- package/identity/domainsIdentityProofingProviderTemplate.d.ts +716 -0
- package/identity/domainsIdentityProofingProviderTemplate.js +149 -0
- package/identity/domainsIdentityProofingProviderTemplate.js.map +1 -0
- package/identity/getDomainsIdentityProofingProvider.d.ts +203 -0
- package/identity/getDomainsIdentityProofingProvider.js +74 -0
- package/identity/getDomainsIdentityProofingProvider.js.map +1 -0
- package/identity/getDomainsIdentityProofingProviderTemplate.d.ts +191 -0
- package/identity/getDomainsIdentityProofingProviderTemplate.js +74 -0
- package/identity/getDomainsIdentityProofingProviderTemplate.js.map +1 -0
- package/identity/getDomainsIdentityProofingProviderTemplates.d.ts +160 -0
- package/identity/getDomainsIdentityProofingProviderTemplates.js +88 -0
- package/identity/getDomainsIdentityProofingProviderTemplates.js.map +1 -0
- package/identity/getDomainsIdentityProofingProviders.d.ts +160 -0
- package/identity/getDomainsIdentityProofingProviders.js +88 -0
- package/identity/getDomainsIdentityProofingProviders.js.map +1 -0
- package/identity/index.d.ts +18 -0
- package/identity/index.js +30 -8
- package/identity/index.js.map +1 -1
- package/mysql/getMysqlConfiguration.d.ts +4 -0
- package/mysql/getMysqlConfiguration.js.map +1 -1
- package/mysql/mysqlConfiguration.d.ts +12 -0
- package/mysql/mysqlConfiguration.js.map +1 -1
- package/oci/gdpGdpPipeline.d.ts +371 -0
- package/oci/gdpGdpPipeline.js +160 -0
- package/oci/gdpGdpPipeline.js.map +1 -0
- package/oci/getGdpGdpPipeline.d.ts +169 -0
- package/oci/getGdpGdpPipeline.js +58 -0
- package/oci/getGdpGdpPipeline.js.map +1 -0
- package/oci/getGdpGdpPipelines.d.ts +100 -0
- package/oci/getGdpGdpPipelines.js +66 -0
- package/oci/getGdpGdpPipelines.js.map +1 -0
- package/oci/index.d.ts +9 -0
- package/oci/index.js +17 -6
- package/oci/index.js.map +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +961 -190
- package/types/output.d.ts +1852 -226
|
@@ -0,0 +1,149 @@
|
|
|
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.DomainsIdentityProofingProviderTemplate = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This resource provides the Identity Proofing Provider Template resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
* Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/identity-domains/latest/IdentityProofingProviderTemplate
|
|
11
|
+
*
|
|
12
|
+
* Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/identity_domains
|
|
13
|
+
*
|
|
14
|
+
* Create an Identity Proofing Provider Configuration template.
|
|
15
|
+
*
|
|
16
|
+
* ## Example Usage
|
|
17
|
+
*
|
|
18
|
+
* ```typescript
|
|
19
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
20
|
+
* import * as oci from "@pulumi/oci";
|
|
21
|
+
*
|
|
22
|
+
* const testIdentityProofingProviderTemplate = new oci.identity.DomainsIdentityProofingProviderTemplate("test_identity_proofing_provider_template", {
|
|
23
|
+
* identityProofingProviderTemplateProvider: identityProofingProviderTemplateIdentityProofingProviderTemplateProvider,
|
|
24
|
+
* idcsEndpoint: testDomain.url,
|
|
25
|
+
* schemas: ["urn:ietf:params:scim:schemas:oracle:idcs:IdentityProofingProviderTemplate"],
|
|
26
|
+
* serviceTypes: identityProofingProviderTemplateServiceType,
|
|
27
|
+
* verificationUrl: identityProofingProviderTemplateVerificationUrl,
|
|
28
|
+
* attributeSets: ["all"],
|
|
29
|
+
* attributes: "",
|
|
30
|
+
* authorization: identityProofingProviderTemplateAuthorization,
|
|
31
|
+
* configurations: [{
|
|
32
|
+
* name: identityProofingProviderTemplateConfigurationName,
|
|
33
|
+
* sensitivity: identityProofingProviderTemplateConfigurationSensitivity,
|
|
34
|
+
* type: identityProofingProviderTemplateConfigurationType,
|
|
35
|
+
* }],
|
|
36
|
+
* ocid: identityProofingProviderTemplateOcid,
|
|
37
|
+
* resourceTypeSchemaVersion: identityProofingProviderTemplateResourceTypeSchemaVersion,
|
|
38
|
+
* });
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* ## Import
|
|
42
|
+
*
|
|
43
|
+
* IdentityProofingProviderTemplates can be imported using the `id`, e.g.
|
|
44
|
+
*
|
|
45
|
+
* ```sh
|
|
46
|
+
* $ pulumi import oci:Identity/domainsIdentityProofingProviderTemplate:DomainsIdentityProofingProviderTemplate test_identity_proofing_provider_template "idcsEndpoint/{idcsEndpoint}/identityProofingProviderTemplates/{identityProofingProviderTemplateId}"
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
class DomainsIdentityProofingProviderTemplate extends pulumi.CustomResource {
|
|
50
|
+
/**
|
|
51
|
+
* Get an existing DomainsIdentityProofingProviderTemplate resource's state with the given name, ID, and optional extra
|
|
52
|
+
* properties used to qualify the lookup.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resulting resource.
|
|
55
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
56
|
+
* @param state Any extra arguments used during the lookup.
|
|
57
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
58
|
+
*/
|
|
59
|
+
static get(name, id, state, opts) {
|
|
60
|
+
return new DomainsIdentityProofingProviderTemplate(name, state, { ...opts, id: id });
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Returns true if the given object is an instance of DomainsIdentityProofingProviderTemplate. This is designed to work even
|
|
64
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
65
|
+
*/
|
|
66
|
+
static isInstance(obj) {
|
|
67
|
+
if (obj === undefined || obj === null) {
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
return obj['__pulumiType'] === DomainsIdentityProofingProviderTemplate.__pulumiType;
|
|
71
|
+
}
|
|
72
|
+
constructor(name, argsOrState, opts) {
|
|
73
|
+
let resourceInputs = {};
|
|
74
|
+
opts = opts || {};
|
|
75
|
+
if (opts.id) {
|
|
76
|
+
const state = argsOrState;
|
|
77
|
+
resourceInputs["attributeSets"] = state?.attributeSets;
|
|
78
|
+
resourceInputs["attributes"] = state?.attributes;
|
|
79
|
+
resourceInputs["authorization"] = state?.authorization;
|
|
80
|
+
resourceInputs["compartmentOcid"] = state?.compartmentOcid;
|
|
81
|
+
resourceInputs["configurations"] = state?.configurations;
|
|
82
|
+
resourceInputs["deleteInProgress"] = state?.deleteInProgress;
|
|
83
|
+
resourceInputs["domainOcid"] = state?.domainOcid;
|
|
84
|
+
resourceInputs["idcsCreatedBies"] = state?.idcsCreatedBies;
|
|
85
|
+
resourceInputs["idcsEndpoint"] = state?.idcsEndpoint;
|
|
86
|
+
resourceInputs["idcsLastModifiedBies"] = state?.idcsLastModifiedBies;
|
|
87
|
+
resourceInputs["idcsLastUpgradedInRelease"] = state?.idcsLastUpgradedInRelease;
|
|
88
|
+
resourceInputs["idcsLockedBies"] = state?.idcsLockedBies;
|
|
89
|
+
resourceInputs["idcsLockedOn"] = state?.idcsLockedOn;
|
|
90
|
+
resourceInputs["idcsLockedOperations"] = state?.idcsLockedOperations;
|
|
91
|
+
resourceInputs["idcsPreventedOperations"] = state?.idcsPreventedOperations;
|
|
92
|
+
resourceInputs["identityProofingProviderTemplateProvider"] = state?.identityProofingProviderTemplateProvider;
|
|
93
|
+
resourceInputs["metas"] = state?.metas;
|
|
94
|
+
resourceInputs["ocid"] = state?.ocid;
|
|
95
|
+
resourceInputs["resourceTypeSchemaVersion"] = state?.resourceTypeSchemaVersion;
|
|
96
|
+
resourceInputs["schemas"] = state?.schemas;
|
|
97
|
+
resourceInputs["serviceTypes"] = state?.serviceTypes;
|
|
98
|
+
resourceInputs["tenancyOcid"] = state?.tenancyOcid;
|
|
99
|
+
resourceInputs["verificationUrl"] = state?.verificationUrl;
|
|
100
|
+
}
|
|
101
|
+
else {
|
|
102
|
+
const args = argsOrState;
|
|
103
|
+
if (args?.idcsEndpoint === undefined && !opts.urn) {
|
|
104
|
+
throw new Error("Missing required property 'idcsEndpoint'");
|
|
105
|
+
}
|
|
106
|
+
if (args?.identityProofingProviderTemplateProvider === undefined && !opts.urn) {
|
|
107
|
+
throw new Error("Missing required property 'identityProofingProviderTemplateProvider'");
|
|
108
|
+
}
|
|
109
|
+
if (args?.schemas === undefined && !opts.urn) {
|
|
110
|
+
throw new Error("Missing required property 'schemas'");
|
|
111
|
+
}
|
|
112
|
+
if (args?.serviceTypes === undefined && !opts.urn) {
|
|
113
|
+
throw new Error("Missing required property 'serviceTypes'");
|
|
114
|
+
}
|
|
115
|
+
if (args?.verificationUrl === undefined && !opts.urn) {
|
|
116
|
+
throw new Error("Missing required property 'verificationUrl'");
|
|
117
|
+
}
|
|
118
|
+
resourceInputs["attributeSets"] = args?.attributeSets;
|
|
119
|
+
resourceInputs["attributes"] = args?.attributes;
|
|
120
|
+
resourceInputs["authorization"] = args?.authorization;
|
|
121
|
+
resourceInputs["configurations"] = args?.configurations;
|
|
122
|
+
resourceInputs["idcsEndpoint"] = args?.idcsEndpoint;
|
|
123
|
+
resourceInputs["identityProofingProviderTemplateProvider"] = args?.identityProofingProviderTemplateProvider;
|
|
124
|
+
resourceInputs["ocid"] = args?.ocid;
|
|
125
|
+
resourceInputs["resourceTypeSchemaVersion"] = args?.resourceTypeSchemaVersion;
|
|
126
|
+
resourceInputs["schemas"] = args?.schemas;
|
|
127
|
+
resourceInputs["serviceTypes"] = args?.serviceTypes;
|
|
128
|
+
resourceInputs["verificationUrl"] = args?.verificationUrl;
|
|
129
|
+
resourceInputs["compartmentOcid"] = undefined /*out*/;
|
|
130
|
+
resourceInputs["deleteInProgress"] = undefined /*out*/;
|
|
131
|
+
resourceInputs["domainOcid"] = undefined /*out*/;
|
|
132
|
+
resourceInputs["idcsCreatedBies"] = undefined /*out*/;
|
|
133
|
+
resourceInputs["idcsLastModifiedBies"] = undefined /*out*/;
|
|
134
|
+
resourceInputs["idcsLastUpgradedInRelease"] = undefined /*out*/;
|
|
135
|
+
resourceInputs["idcsLockedBies"] = undefined /*out*/;
|
|
136
|
+
resourceInputs["idcsLockedOn"] = undefined /*out*/;
|
|
137
|
+
resourceInputs["idcsLockedOperations"] = undefined /*out*/;
|
|
138
|
+
resourceInputs["idcsPreventedOperations"] = undefined /*out*/;
|
|
139
|
+
resourceInputs["metas"] = undefined /*out*/;
|
|
140
|
+
resourceInputs["tenancyOcid"] = undefined /*out*/;
|
|
141
|
+
}
|
|
142
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
143
|
+
super(DomainsIdentityProofingProviderTemplate.__pulumiType, name, resourceInputs, opts);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
exports.DomainsIdentityProofingProviderTemplate = DomainsIdentityProofingProviderTemplate;
|
|
147
|
+
/** @internal */
|
|
148
|
+
DomainsIdentityProofingProviderTemplate.__pulumiType = 'oci:Identity/domainsIdentityProofingProviderTemplate:DomainsIdentityProofingProviderTemplate';
|
|
149
|
+
//# sourceMappingURL=domainsIdentityProofingProviderTemplate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domainsIdentityProofingProviderTemplate.js","sourceRoot":"","sources":["../../identity/domainsIdentityProofingProviderTemplate.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Identity Proofing Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get an IdentityProofingProvider.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testIdentityProofingProvider = oci.Identity.getDomainsIdentityProofingProvider({
|
|
15
|
+
* idcsEndpoint: testDomain.url,
|
|
16
|
+
* identityProofingProviderId: testIdentityProofingProviderOciIdentityDomainsIdentityProofingProvider.id,
|
|
17
|
+
* attributeSets: ["all"],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: identityProofingProviderAuthorization,
|
|
20
|
+
* resourceTypeSchemaVersion: identityProofingProviderResourceTypeSchemaVersion,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsIdentityProofingProvider(args: GetDomainsIdentityProofingProviderArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsIdentityProofingProviderResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsIdentityProofingProvider.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsIdentityProofingProviderArgs {
|
|
29
|
+
/**
|
|
30
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
31
|
+
*/
|
|
32
|
+
attributeSets?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
35
|
+
*/
|
|
36
|
+
attributes?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
39
|
+
*/
|
|
40
|
+
authorization?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* ID of the resource.
|
|
47
|
+
*/
|
|
48
|
+
identityProofingProviderId: string;
|
|
49
|
+
/**
|
|
50
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsIdentityProofingProvider.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsIdentityProofingProviderResult {
|
|
58
|
+
readonly attributeSets?: string[];
|
|
59
|
+
readonly attributes?: string;
|
|
60
|
+
readonly authorization?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Configure the verification claims and IAM Domain user attribute mapping.
|
|
63
|
+
*/
|
|
64
|
+
readonly claimMappings: outputs.Identity.GetDomainsIdentityProofingProviderClaimMapping[];
|
|
65
|
+
/**
|
|
66
|
+
* Oracle Cloud Infrastructure Compartment Id (OCID) in which the resource lives.
|
|
67
|
+
*/
|
|
68
|
+
readonly compartmentOcid: string;
|
|
69
|
+
/**
|
|
70
|
+
* Configure the verification provider.
|
|
71
|
+
*/
|
|
72
|
+
readonly configurations: outputs.Identity.GetDomainsIdentityProofingProviderConfiguration[];
|
|
73
|
+
/**
|
|
74
|
+
* A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
|
75
|
+
*/
|
|
76
|
+
readonly deleteInProgress: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Description field to add comments and additional information about the Identity Proofing Provider.
|
|
79
|
+
*/
|
|
80
|
+
readonly description: string;
|
|
81
|
+
/**
|
|
82
|
+
* Oracle Cloud Infrastructure Domain Id (OCID) in which the resource lives.
|
|
83
|
+
*/
|
|
84
|
+
readonly domainOcid: string;
|
|
85
|
+
/**
|
|
86
|
+
* Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
|
87
|
+
*/
|
|
88
|
+
readonly id: string;
|
|
89
|
+
/**
|
|
90
|
+
* The User or App who created the Resource
|
|
91
|
+
*/
|
|
92
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsIdentityProofingProviderIdcsCreatedBy[];
|
|
93
|
+
readonly idcsEndpoint: string;
|
|
94
|
+
/**
|
|
95
|
+
* The User or App who modified the Resource
|
|
96
|
+
*/
|
|
97
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsIdentityProofingProviderIdcsLastModifiedBy[];
|
|
98
|
+
/**
|
|
99
|
+
* The release number when the resource was upgraded.
|
|
100
|
+
*/
|
|
101
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
102
|
+
/**
|
|
103
|
+
* The User or App who locked the Resource.
|
|
104
|
+
*/
|
|
105
|
+
readonly idcsLockedBies: outputs.Identity.GetDomainsIdentityProofingProviderIdcsLockedBy[];
|
|
106
|
+
/**
|
|
107
|
+
* The most recent DateTime the resource was locked.
|
|
108
|
+
*/
|
|
109
|
+
readonly idcsLockedOn: string;
|
|
110
|
+
/**
|
|
111
|
+
* Operations that are locked on the resource.
|
|
112
|
+
*/
|
|
113
|
+
readonly idcsLockedOperations: string[];
|
|
114
|
+
/**
|
|
115
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
116
|
+
*/
|
|
117
|
+
readonly idcsPreventedOperations: string[];
|
|
118
|
+
readonly identityProofingProviderId: string;
|
|
119
|
+
/**
|
|
120
|
+
* The Identity Proofing Provider.
|
|
121
|
+
*/
|
|
122
|
+
readonly identityProofingProviderProvider: string;
|
|
123
|
+
/**
|
|
124
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
125
|
+
*/
|
|
126
|
+
readonly metas: outputs.Identity.GetDomainsIdentityProofingProviderMeta[];
|
|
127
|
+
/**
|
|
128
|
+
* Name of the Identity Proofing Provider.
|
|
129
|
+
*/
|
|
130
|
+
readonly name: string;
|
|
131
|
+
/**
|
|
132
|
+
* Unique Oracle Cloud Infrastructure identifier (OCID) for the SCIM Resource.
|
|
133
|
+
*/
|
|
134
|
+
readonly ocid: string;
|
|
135
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Identity Proofing runtime custom data.
|
|
138
|
+
*/
|
|
139
|
+
readonly runtimeDatas: outputs.Identity.GetDomainsIdentityProofingProviderRuntimeData[];
|
|
140
|
+
/**
|
|
141
|
+
* REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
142
|
+
*/
|
|
143
|
+
readonly schemas: string[];
|
|
144
|
+
/**
|
|
145
|
+
* Status of the Identity Proofing Provider.
|
|
146
|
+
*/
|
|
147
|
+
readonly status: string;
|
|
148
|
+
/**
|
|
149
|
+
* Oracle Cloud Infrastructure Tenant Id (OCID) in which the resource lives.
|
|
150
|
+
*/
|
|
151
|
+
readonly tenancyOcid: string;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* This data source provides details about a specific Identity Proofing Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
155
|
+
*
|
|
156
|
+
* Get an IdentityProofingProvider.
|
|
157
|
+
*
|
|
158
|
+
* ## Example Usage
|
|
159
|
+
*
|
|
160
|
+
* ```typescript
|
|
161
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
162
|
+
* import * as oci from "@pulumi/oci";
|
|
163
|
+
*
|
|
164
|
+
* const testIdentityProofingProvider = oci.Identity.getDomainsIdentityProofingProvider({
|
|
165
|
+
* idcsEndpoint: testDomain.url,
|
|
166
|
+
* identityProofingProviderId: testIdentityProofingProviderOciIdentityDomainsIdentityProofingProvider.id,
|
|
167
|
+
* attributeSets: ["all"],
|
|
168
|
+
* attributes: "",
|
|
169
|
+
* authorization: identityProofingProviderAuthorization,
|
|
170
|
+
* resourceTypeSchemaVersion: identityProofingProviderResourceTypeSchemaVersion,
|
|
171
|
+
* });
|
|
172
|
+
* ```
|
|
173
|
+
*/
|
|
174
|
+
export declare function getDomainsIdentityProofingProviderOutput(args: GetDomainsIdentityProofingProviderOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDomainsIdentityProofingProviderResult>;
|
|
175
|
+
/**
|
|
176
|
+
* A collection of arguments for invoking getDomainsIdentityProofingProvider.
|
|
177
|
+
*/
|
|
178
|
+
export interface GetDomainsIdentityProofingProviderOutputArgs {
|
|
179
|
+
/**
|
|
180
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
181
|
+
*/
|
|
182
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
|
+
/**
|
|
184
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
185
|
+
*/
|
|
186
|
+
attributes?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
189
|
+
*/
|
|
190
|
+
authorization?: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* The basic endpoint for the identity domain
|
|
193
|
+
*/
|
|
194
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* ID of the resource.
|
|
197
|
+
*/
|
|
198
|
+
identityProofingProviderId: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
201
|
+
*/
|
|
202
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
203
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.getDomainsIdentityProofingProviderOutput = exports.getDomainsIdentityProofingProvider = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* This data source provides details about a specific Identity Proofing Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
10
|
+
*
|
|
11
|
+
* Get an IdentityProofingProvider.
|
|
12
|
+
*
|
|
13
|
+
* ## Example Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as oci from "@pulumi/oci";
|
|
18
|
+
*
|
|
19
|
+
* const testIdentityProofingProvider = oci.Identity.getDomainsIdentityProofingProvider({
|
|
20
|
+
* idcsEndpoint: testDomain.url,
|
|
21
|
+
* identityProofingProviderId: testIdentityProofingProviderOciIdentityDomainsIdentityProofingProvider.id,
|
|
22
|
+
* attributeSets: ["all"],
|
|
23
|
+
* attributes: "",
|
|
24
|
+
* authorization: identityProofingProviderAuthorization,
|
|
25
|
+
* resourceTypeSchemaVersion: identityProofingProviderResourceTypeSchemaVersion,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
function getDomainsIdentityProofingProvider(args, opts) {
|
|
30
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
31
|
+
return pulumi.runtime.invoke("oci:Identity/getDomainsIdentityProofingProvider:getDomainsIdentityProofingProvider", {
|
|
32
|
+
"attributeSets": args.attributeSets,
|
|
33
|
+
"attributes": args.attributes,
|
|
34
|
+
"authorization": args.authorization,
|
|
35
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
36
|
+
"identityProofingProviderId": args.identityProofingProviderId,
|
|
37
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
38
|
+
}, opts);
|
|
39
|
+
}
|
|
40
|
+
exports.getDomainsIdentityProofingProvider = getDomainsIdentityProofingProvider;
|
|
41
|
+
/**
|
|
42
|
+
* This data source provides details about a specific Identity Proofing Provider resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
43
|
+
*
|
|
44
|
+
* Get an IdentityProofingProvider.
|
|
45
|
+
*
|
|
46
|
+
* ## Example Usage
|
|
47
|
+
*
|
|
48
|
+
* ```typescript
|
|
49
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
50
|
+
* import * as oci from "@pulumi/oci";
|
|
51
|
+
*
|
|
52
|
+
* const testIdentityProofingProvider = oci.Identity.getDomainsIdentityProofingProvider({
|
|
53
|
+
* idcsEndpoint: testDomain.url,
|
|
54
|
+
* identityProofingProviderId: testIdentityProofingProviderOciIdentityDomainsIdentityProofingProvider.id,
|
|
55
|
+
* attributeSets: ["all"],
|
|
56
|
+
* attributes: "",
|
|
57
|
+
* authorization: identityProofingProviderAuthorization,
|
|
58
|
+
* resourceTypeSchemaVersion: identityProofingProviderResourceTypeSchemaVersion,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getDomainsIdentityProofingProviderOutput(args, opts) {
|
|
63
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
64
|
+
return pulumi.runtime.invokeOutput("oci:Identity/getDomainsIdentityProofingProvider:getDomainsIdentityProofingProvider", {
|
|
65
|
+
"attributeSets": args.attributeSets,
|
|
66
|
+
"attributes": args.attributes,
|
|
67
|
+
"authorization": args.authorization,
|
|
68
|
+
"idcsEndpoint": args.idcsEndpoint,
|
|
69
|
+
"identityProofingProviderId": args.identityProofingProviderId,
|
|
70
|
+
"resourceTypeSchemaVersion": args.resourceTypeSchemaVersion,
|
|
71
|
+
}, opts);
|
|
72
|
+
}
|
|
73
|
+
exports.getDomainsIdentityProofingProviderOutput = getDomainsIdentityProofingProviderOutput;
|
|
74
|
+
//# sourceMappingURL=getDomainsIdentityProofingProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDomainsIdentityProofingProvider.js","sourceRoot":"","sources":["../../identity/getDomainsIdentityProofingProvider.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gFAUC;AAmID;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;KAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,4FAUC"}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* This data source provides details about a specific Identity Proofing Provider Template resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
5
|
+
*
|
|
6
|
+
* Get Identity Proofing Provider Configuration template.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as oci from "@pulumi/oci";
|
|
13
|
+
*
|
|
14
|
+
* const testIdentityProofingProviderTemplate = oci.Identity.getDomainsIdentityProofingProviderTemplate({
|
|
15
|
+
* idcsEndpoint: testDomain.url,
|
|
16
|
+
* identityProofingProviderTemplateId: testIdentityProofingProviderTemplateOciIdentityDomainsIdentityProofingProviderTemplate.id,
|
|
17
|
+
* attributeSets: ["all"],
|
|
18
|
+
* attributes: "",
|
|
19
|
+
* authorization: identityProofingProviderTemplateAuthorization,
|
|
20
|
+
* resourceTypeSchemaVersion: identityProofingProviderTemplateResourceTypeSchemaVersion,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare function getDomainsIdentityProofingProviderTemplate(args: GetDomainsIdentityProofingProviderTemplateArgs, opts?: pulumi.InvokeOptions): Promise<GetDomainsIdentityProofingProviderTemplateResult>;
|
|
25
|
+
/**
|
|
26
|
+
* A collection of arguments for invoking getDomainsIdentityProofingProviderTemplate.
|
|
27
|
+
*/
|
|
28
|
+
export interface GetDomainsIdentityProofingProviderTemplateArgs {
|
|
29
|
+
/**
|
|
30
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
31
|
+
*/
|
|
32
|
+
attributeSets?: string[];
|
|
33
|
+
/**
|
|
34
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
35
|
+
*/
|
|
36
|
+
attributes?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
39
|
+
*/
|
|
40
|
+
authorization?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The basic endpoint for the identity domain
|
|
43
|
+
*/
|
|
44
|
+
idcsEndpoint: string;
|
|
45
|
+
/**
|
|
46
|
+
* ID of the resource.
|
|
47
|
+
*/
|
|
48
|
+
identityProofingProviderTemplateId: string;
|
|
49
|
+
/**
|
|
50
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
51
|
+
*/
|
|
52
|
+
resourceTypeSchemaVersion?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A collection of values returned by getDomainsIdentityProofingProviderTemplate.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDomainsIdentityProofingProviderTemplateResult {
|
|
58
|
+
readonly attributeSets?: string[];
|
|
59
|
+
readonly attributes?: string;
|
|
60
|
+
readonly authorization?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Oracle Cloud Infrastructure Compartment Id (OCID) in which the resource lives.
|
|
63
|
+
*/
|
|
64
|
+
readonly compartmentOcid: string;
|
|
65
|
+
/**
|
|
66
|
+
* Proofing Provider Configuration Template.
|
|
67
|
+
*/
|
|
68
|
+
readonly configurations: outputs.Identity.GetDomainsIdentityProofingProviderTemplateConfiguration[];
|
|
69
|
+
/**
|
|
70
|
+
* A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
|
|
71
|
+
*/
|
|
72
|
+
readonly deleteInProgress: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Oracle Cloud Infrastructure Domain Id (OCID) in which the resource lives.
|
|
75
|
+
*/
|
|
76
|
+
readonly domainOcid: string;
|
|
77
|
+
/**
|
|
78
|
+
* Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
|
|
79
|
+
*/
|
|
80
|
+
readonly id: string;
|
|
81
|
+
/**
|
|
82
|
+
* The User or App who created the Resource
|
|
83
|
+
*/
|
|
84
|
+
readonly idcsCreatedBies: outputs.Identity.GetDomainsIdentityProofingProviderTemplateIdcsCreatedBy[];
|
|
85
|
+
readonly idcsEndpoint: string;
|
|
86
|
+
/**
|
|
87
|
+
* The User or App who modified the Resource
|
|
88
|
+
*/
|
|
89
|
+
readonly idcsLastModifiedBies: outputs.Identity.GetDomainsIdentityProofingProviderTemplateIdcsLastModifiedBy[];
|
|
90
|
+
/**
|
|
91
|
+
* The release number when the resource was upgraded.
|
|
92
|
+
*/
|
|
93
|
+
readonly idcsLastUpgradedInRelease: string;
|
|
94
|
+
/**
|
|
95
|
+
* The User or App who locked the Resource.
|
|
96
|
+
*/
|
|
97
|
+
readonly idcsLockedBies: outputs.Identity.GetDomainsIdentityProofingProviderTemplateIdcsLockedBy[];
|
|
98
|
+
/**
|
|
99
|
+
* The most recent DateTime the resource was locked.
|
|
100
|
+
*/
|
|
101
|
+
readonly idcsLockedOn: string;
|
|
102
|
+
/**
|
|
103
|
+
* Operations that are locked on the resource.
|
|
104
|
+
*/
|
|
105
|
+
readonly idcsLockedOperations: string[];
|
|
106
|
+
/**
|
|
107
|
+
* Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
|
|
108
|
+
*/
|
|
109
|
+
readonly idcsPreventedOperations: string[];
|
|
110
|
+
readonly identityProofingProviderTemplateId: string;
|
|
111
|
+
/**
|
|
112
|
+
* Name of the Identity Proofing Provider.
|
|
113
|
+
*/
|
|
114
|
+
readonly identityProofingProviderTemplateProvider: string;
|
|
115
|
+
/**
|
|
116
|
+
* A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
|
|
117
|
+
*/
|
|
118
|
+
readonly metas: outputs.Identity.GetDomainsIdentityProofingProviderTemplateMeta[];
|
|
119
|
+
/**
|
|
120
|
+
* Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
|
|
121
|
+
*/
|
|
122
|
+
readonly ocid: string;
|
|
123
|
+
readonly resourceTypeSchemaVersion?: string;
|
|
124
|
+
/**
|
|
125
|
+
* REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \"enterprise\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
|
|
126
|
+
*/
|
|
127
|
+
readonly schemas: string[];
|
|
128
|
+
/**
|
|
129
|
+
* Service type supported by the Identity Proofing Provider.
|
|
130
|
+
*/
|
|
131
|
+
readonly serviceTypes: string[];
|
|
132
|
+
/**
|
|
133
|
+
* Oracle Cloud Infrastructure Tenant Id (OCID) in which the resource lives.
|
|
134
|
+
*/
|
|
135
|
+
readonly tenancyOcid: string;
|
|
136
|
+
/**
|
|
137
|
+
* verification URL.
|
|
138
|
+
*/
|
|
139
|
+
readonly verificationUrl: string;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* This data source provides details about a specific Identity Proofing Provider Template resource in Oracle Cloud Infrastructure Identity Domains service.
|
|
143
|
+
*
|
|
144
|
+
* Get Identity Proofing Provider Configuration template.
|
|
145
|
+
*
|
|
146
|
+
* ## Example Usage
|
|
147
|
+
*
|
|
148
|
+
* ```typescript
|
|
149
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
150
|
+
* import * as oci from "@pulumi/oci";
|
|
151
|
+
*
|
|
152
|
+
* const testIdentityProofingProviderTemplate = oci.Identity.getDomainsIdentityProofingProviderTemplate({
|
|
153
|
+
* idcsEndpoint: testDomain.url,
|
|
154
|
+
* identityProofingProviderTemplateId: testIdentityProofingProviderTemplateOciIdentityDomainsIdentityProofingProviderTemplate.id,
|
|
155
|
+
* attributeSets: ["all"],
|
|
156
|
+
* attributes: "",
|
|
157
|
+
* authorization: identityProofingProviderTemplateAuthorization,
|
|
158
|
+
* resourceTypeSchemaVersion: identityProofingProviderTemplateResourceTypeSchemaVersion,
|
|
159
|
+
* });
|
|
160
|
+
* ```
|
|
161
|
+
*/
|
|
162
|
+
export declare function getDomainsIdentityProofingProviderTemplateOutput(args: GetDomainsIdentityProofingProviderTemplateOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetDomainsIdentityProofingProviderTemplateResult>;
|
|
163
|
+
/**
|
|
164
|
+
* A collection of arguments for invoking getDomainsIdentityProofingProviderTemplate.
|
|
165
|
+
*/
|
|
166
|
+
export interface GetDomainsIdentityProofingProviderTemplateOutputArgs {
|
|
167
|
+
/**
|
|
168
|
+
* A multi-valued list of strings indicating the return type of attribute definition. The specified set of attributes can be fetched by the return type of the attribute. One or more values can be given together to fetch more than one group of attributes. If 'attributes' query parameter is also available, union of the two is fetched. Valid values - all, always, never, request, default. Values are case-insensitive.
|
|
169
|
+
*/
|
|
170
|
+
attributeSets?: pulumi.Input<pulumi.Input<string>[]>;
|
|
171
|
+
/**
|
|
172
|
+
* A comma-delimited string that specifies the names of resource attributes that should be returned in the response. By default, a response that contains resource attributes contains only attributes that are defined in the schema for that resource type as returned=always or returned=default. An attribute that is defined as returned=request is returned in a response only if the request specifies its name in the value of this query parameter. If a request specifies this query parameter, the response contains the attributes that this query parameter specifies, as well as any attribute that is defined as returned=always.
|
|
173
|
+
*/
|
|
174
|
+
attributes?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
|
|
177
|
+
*/
|
|
178
|
+
authorization?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The basic endpoint for the identity domain
|
|
181
|
+
*/
|
|
182
|
+
idcsEndpoint: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* ID of the resource.
|
|
185
|
+
*/
|
|
186
|
+
identityProofingProviderTemplateId: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
|
|
189
|
+
*/
|
|
190
|
+
resourceTypeSchemaVersion?: pulumi.Input<string>;
|
|
191
|
+
}
|