@cdktn/provider-azuread 15.0.0
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/.jsii +112042 -0
- package/LICENSE +355 -0
- package/README.md +94 -0
- package/lib/access-package/index.d.ts +151 -0
- package/lib/access-package/index.js +354 -0
- package/lib/access-package-assignment-policy/index.d.ts +1098 -0
- package/lib/access-package-assignment-policy/index.js +2711 -0
- package/lib/access-package-catalog/index.d.ts +152 -0
- package/lib/access-package-catalog/index.js +357 -0
- package/lib/access-package-catalog-role-assignment/index.d.ts +140 -0
- package/lib/access-package-catalog-role-assignment/index.js +333 -0
- package/lib/access-package-resource-catalog-association/index.d.ts +131 -0
- package/lib/access-package-resource-catalog-association/index.js +307 -0
- package/lib/access-package-resource-package-association/index.d.ts +132 -0
- package/lib/access-package-resource-package-association/index.js +310 -0
- package/lib/administrative-unit/index.d.ts +165 -0
- package/lib/administrative-unit/index.js +385 -0
- package/lib/administrative-unit-member/index.d.ts +123 -0
- package/lib/administrative-unit-member/index.js +295 -0
- package/lib/administrative-unit-role-member/index.d.ts +131 -0
- package/lib/administrative-unit-role-member/index.js +307 -0
- package/lib/app-role-assignment/index.d.ts +134 -0
- package/lib/app-role-assignment/index.js +319 -0
- package/lib/application/index.d.ts +1352 -0
- package/lib/application/index.js +3262 -0
- package/lib/application-api-access/index.d.ts +152 -0
- package/lib/application-api-access/index.js +357 -0
- package/lib/application-app-role/index.d.ts +171 -0
- package/lib/application-app-role/index.js +390 -0
- package/lib/application-certificate/index.d.ts +196 -0
- package/lib/application-certificate/index.js +441 -0
- package/lib/application-fallback-public-client/index.d.ts +122 -0
- package/lib/application-fallback-public-client/index.js +292 -0
- package/lib/application-federated-identity-credential/index.d.ts +172 -0
- package/lib/application-federated-identity-credential/index.js +394 -0
- package/lib/application-flexible-federated-identity-credential/index.d.ts +172 -0
- package/lib/application-flexible-federated-identity-credential/index.js +394 -0
- package/lib/application-from-template/index.d.ts +134 -0
- package/lib/application-from-template/index.js +334 -0
- package/lib/application-identifier-uri/index.d.ts +121 -0
- package/lib/application-identifier-uri/index.js +289 -0
- package/lib/application-known-clients/index.d.ts +130 -0
- package/lib/application-known-clients/index.js +315 -0
- package/lib/application-optional-claims/index.d.ts +381 -0
- package/lib/application-optional-claims/index.js +918 -0
- package/lib/application-owner/index.d.ts +121 -0
- package/lib/application-owner/index.js +289 -0
- package/lib/application-password/index.d.ts +185 -0
- package/lib/application-password/index.js +410 -0
- package/lib/application-permission-scope/index.d.ts +193 -0
- package/lib/application-permission-scope/index.js +432 -0
- package/lib/application-pre-authorized/index.d.ts +140 -0
- package/lib/application-pre-authorized/index.js +333 -0
- package/lib/application-redirect-uris/index.d.ts +140 -0
- package/lib/application-redirect-uris/index.js +333 -0
- package/lib/application-registration/index.d.ts +278 -0
- package/lib/application-registration/index.js +610 -0
- package/lib/authentication-strength-policy/index.d.ts +141 -0
- package/lib/authentication-strength-policy/index.js +336 -0
- package/lib/claims-mapping-policy/index.d.ts +130 -0
- package/lib/claims-mapping-policy/index.js +315 -0
- package/lib/conditional-access-policy/index.d.ts +959 -0
- package/lib/conditional-access-policy/index.js +2705 -0
- package/lib/custom-directory-role/index.d.ts +216 -0
- package/lib/custom-directory-role/index.js +505 -0
- package/lib/data-azuread-access-package/index.d.ts +118 -0
- package/lib/data-azuread-access-package/index.js +272 -0
- package/lib/data-azuread-access-package-catalog/index.d.ts +108 -0
- package/lib/data-azuread-access-package-catalog/index.js +258 -0
- package/lib/data-azuread-access-package-catalog-role/index.d.ts +107 -0
- package/lib/data-azuread-access-package-catalog-role/index.js +254 -0
- package/lib/data-azuread-administrative-unit/index.d.ts +135 -0
- package/lib/data-azuread-administrative-unit/index.js +336 -0
- package/lib/data-azuread-application/index.d.ts +654 -0
- package/lib/data-azuread-application/index.js +1606 -0
- package/lib/data-azuread-application-published-app-ids/index.d.ts +85 -0
- package/lib/data-azuread-application-published-app-ids/index.js +206 -0
- package/lib/data-azuread-application-template/index.d.ts +111 -0
- package/lib/data-azuread-application-template/index.js +270 -0
- package/lib/data-azuread-client-config/index.d.ts +86 -0
- package/lib/data-azuread-client-config/index.js +216 -0
- package/lib/data-azuread-directory-object/index.d.ts +94 -0
- package/lib/data-azuread-directory-object/index.js +223 -0
- package/lib/data-azuread-directory-role-templates/index.d.ts +120 -0
- package/lib/data-azuread-directory-role-templates/index.js +293 -0
- package/lib/data-azuread-directory-roles/index.d.ts +122 -0
- package/lib/data-azuread-directory-roles/index.js +301 -0
- package/lib/data-azuread-domains/index.d.ts +190 -0
- package/lib/data-azuread-domains/index.js +435 -0
- package/lib/data-azuread-group/index.d.ts +207 -0
- package/lib/data-azuread-group/index.js +506 -0
- package/lib/data-azuread-group-role-management-policy/index.d.ts +105 -0
- package/lib/data-azuread-group-role-management-policy/index.js +248 -0
- package/lib/data-azuread-groups/index.d.ts +160 -0
- package/lib/data-azuread-groups/index.js +348 -0
- package/lib/data-azuread-named-location/index.d.ts +163 -0
- package/lib/data-azuread-named-location/index.js +398 -0
- package/lib/data-azuread-service-principal/index.d.ts +325 -0
- package/lib/data-azuread-service-principal/index.js +817 -0
- package/lib/data-azuread-service-principals/index.d.ts +183 -0
- package/lib/data-azuread-service-principals/index.js +430 -0
- package/lib/data-azuread-user/index.d.ts +177 -0
- package/lib/data-azuread-user/index.js +465 -0
- package/lib/data-azuread-users/index.d.ts +204 -0
- package/lib/data-azuread-users/index.js +468 -0
- package/lib/directory-role/index.d.ts +125 -0
- package/lib/directory-role/index.js +306 -0
- package/lib/directory-role-assignment/index.d.ts +143 -0
- package/lib/directory-role-assignment/index.js +331 -0
- package/lib/directory-role-eligibility-schedule-request/index.d.ts +141 -0
- package/lib/directory-role-eligibility-schedule-request/index.js +325 -0
- package/lib/directory-role-member/index.d.ts +123 -0
- package/lib/directory-role-member/index.js +295 -0
- package/lib/group/index.d.ts +392 -0
- package/lib/group/index.js +872 -0
- package/lib/group-member/index.d.ts +121 -0
- package/lib/group-member/index.js +289 -0
- package/lib/group-role-management-policy/index.d.ts +1043 -0
- package/lib/group-role-management-policy/index.js +2775 -0
- package/lib/group-without-members/index.d.ts +381 -0
- package/lib/group-without-members/index.js +851 -0
- package/lib/index.d.ts +79 -0
- package/lib/index.js +85 -0
- package/lib/invitation/index.d.ts +203 -0
- package/lib/invitation/index.js +490 -0
- package/lib/lazy-index.d.ts +4 -0
- package/lib/lazy-index.js +82 -0
- package/lib/named-location/index.d.ts +212 -0
- package/lib/named-location/index.js +571 -0
- package/lib/privileged-access-group-assignment-schedule/index.d.ts +218 -0
- package/lib/privileged-access-group-assignment-schedule/index.js +484 -0
- package/lib/privileged-access-group-eligibility-schedule/index.d.ts +218 -0
- package/lib/privileged-access-group-eligibility-schedule/index.js +484 -0
- package/lib/provider/index.d.ts +289 -0
- package/lib/provider/index.js +549 -0
- package/lib/service-principal/index.d.ts +547 -0
- package/lib/service-principal/index.js +1305 -0
- package/lib/service-principal-certificate/index.d.ts +187 -0
- package/lib/service-principal-certificate/index.js +415 -0
- package/lib/service-principal-claims-mapping-policy-assignment/index.d.ts +121 -0
- package/lib/service-principal-claims-mapping-policy-assignment/index.js +289 -0
- package/lib/service-principal-delegated-permission-grant/index.d.ts +151 -0
- package/lib/service-principal-delegated-permission-grant/index.js +354 -0
- package/lib/service-principal-password/index.d.ts +176 -0
- package/lib/service-principal-password/index.js +384 -0
- package/lib/service-principal-token-signing-certificate/index.d.ts +137 -0
- package/lib/service-principal-token-signing-certificate/index.js +329 -0
- package/lib/synchronization-job/index.d.ts +177 -0
- package/lib/synchronization-job/index.js +424 -0
- package/lib/synchronization-job-provision-on-demand/index.d.ts +254 -0
- package/lib/synchronization-job-provision-on-demand/index.js +590 -0
- package/lib/synchronization-secret/index.d.ts +184 -0
- package/lib/synchronization-secret/index.js +449 -0
- package/lib/user/index.d.ts +517 -0
- package/lib/user/index.js +1084 -0
- package/lib/user-flow-attribute/index.d.ts +141 -0
- package/lib/user-flow-attribute/index.js +340 -0
- package/package.json +155 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2021, 2026
|
|
3
|
+
* SPDX-License-Identifier: MPL-2.0
|
|
4
|
+
*/
|
|
5
|
+
import { Construct } from 'constructs';
|
|
6
|
+
import * as cdktn from 'cdktn';
|
|
7
|
+
export interface SynchronizationSecretConfig extends cdktn.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#id SynchronizationSecret#id}
|
|
10
|
+
*
|
|
11
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
12
|
+
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
13
|
+
*/
|
|
14
|
+
readonly id?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The object ID of the service principal for which this synchronization secret should be created
|
|
17
|
+
*
|
|
18
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#service_principal_id SynchronizationSecret#service_principal_id}
|
|
19
|
+
*/
|
|
20
|
+
readonly servicePrincipalId: string;
|
|
21
|
+
/**
|
|
22
|
+
* credential block
|
|
23
|
+
*
|
|
24
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#credential SynchronizationSecret#credential}
|
|
25
|
+
*/
|
|
26
|
+
readonly credential?: SynchronizationSecretCredential[] | cdktn.IResolvable;
|
|
27
|
+
/**
|
|
28
|
+
* timeouts block
|
|
29
|
+
*
|
|
30
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#timeouts SynchronizationSecret#timeouts}
|
|
31
|
+
*/
|
|
32
|
+
readonly timeouts?: SynchronizationSecretTimeouts;
|
|
33
|
+
}
|
|
34
|
+
export interface SynchronizationSecretCredential {
|
|
35
|
+
/**
|
|
36
|
+
* Name for this key-value pair.
|
|
37
|
+
*
|
|
38
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#key SynchronizationSecret#key}
|
|
39
|
+
*/
|
|
40
|
+
readonly key: string;
|
|
41
|
+
/**
|
|
42
|
+
* Value for this key-value pair.
|
|
43
|
+
*
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#value SynchronizationSecret#value}
|
|
45
|
+
*/
|
|
46
|
+
readonly value: string;
|
|
47
|
+
}
|
|
48
|
+
export declare function synchronizationSecretCredentialToTerraform(struct?: SynchronizationSecretCredential | cdktn.IResolvable): any;
|
|
49
|
+
export declare function synchronizationSecretCredentialToHclTerraform(struct?: SynchronizationSecretCredential | cdktn.IResolvable): any;
|
|
50
|
+
export declare class SynchronizationSecretCredentialOutputReference extends cdktn.ComplexObject {
|
|
51
|
+
private isEmptyObject;
|
|
52
|
+
private resolvableValue?;
|
|
53
|
+
/**
|
|
54
|
+
* @param terraformResource The parent resource
|
|
55
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
56
|
+
* @param complexObjectIndex the index of this item in the list
|
|
57
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
58
|
+
*/
|
|
59
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
60
|
+
get internalValue(): SynchronizationSecretCredential | cdktn.IResolvable | undefined;
|
|
61
|
+
set internalValue(value: SynchronizationSecretCredential | cdktn.IResolvable | undefined);
|
|
62
|
+
private _key?;
|
|
63
|
+
get key(): string;
|
|
64
|
+
set key(value: string);
|
|
65
|
+
get keyInput(): string | undefined;
|
|
66
|
+
private _value?;
|
|
67
|
+
get value(): string;
|
|
68
|
+
set value(value: string);
|
|
69
|
+
get valueInput(): string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export declare class SynchronizationSecretCredentialList extends cdktn.ComplexList {
|
|
72
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
73
|
+
protected terraformAttribute: string;
|
|
74
|
+
protected wrapsSet: boolean;
|
|
75
|
+
internalValue?: SynchronizationSecretCredential[] | cdktn.IResolvable;
|
|
76
|
+
/**
|
|
77
|
+
* @param terraformResource The parent resource
|
|
78
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
79
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
80
|
+
*/
|
|
81
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
82
|
+
/**
|
|
83
|
+
* @param index the index of the item to return
|
|
84
|
+
*/
|
|
85
|
+
get(index: number): SynchronizationSecretCredentialOutputReference;
|
|
86
|
+
}
|
|
87
|
+
export interface SynchronizationSecretTimeouts {
|
|
88
|
+
/**
|
|
89
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#create SynchronizationSecret#create}
|
|
90
|
+
*/
|
|
91
|
+
readonly create?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#delete SynchronizationSecret#delete}
|
|
94
|
+
*/
|
|
95
|
+
readonly delete?: string;
|
|
96
|
+
/**
|
|
97
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#read SynchronizationSecret#read}
|
|
98
|
+
*/
|
|
99
|
+
readonly read?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#update SynchronizationSecret#update}
|
|
102
|
+
*/
|
|
103
|
+
readonly update?: string;
|
|
104
|
+
}
|
|
105
|
+
export declare function synchronizationSecretTimeoutsToTerraform(struct?: SynchronizationSecretTimeouts | cdktn.IResolvable): any;
|
|
106
|
+
export declare function synchronizationSecretTimeoutsToHclTerraform(struct?: SynchronizationSecretTimeouts | cdktn.IResolvable): any;
|
|
107
|
+
export declare class SynchronizationSecretTimeoutsOutputReference extends cdktn.ComplexObject {
|
|
108
|
+
private isEmptyObject;
|
|
109
|
+
private resolvableValue?;
|
|
110
|
+
/**
|
|
111
|
+
* @param terraformResource The parent resource
|
|
112
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
113
|
+
*/
|
|
114
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
115
|
+
get internalValue(): SynchronizationSecretTimeouts | cdktn.IResolvable | undefined;
|
|
116
|
+
set internalValue(value: SynchronizationSecretTimeouts | cdktn.IResolvable | undefined);
|
|
117
|
+
private _create?;
|
|
118
|
+
get create(): string;
|
|
119
|
+
set create(value: string);
|
|
120
|
+
resetCreate(): void;
|
|
121
|
+
get createInput(): string | undefined;
|
|
122
|
+
private _delete?;
|
|
123
|
+
get delete(): string;
|
|
124
|
+
set delete(value: string);
|
|
125
|
+
resetDelete(): void;
|
|
126
|
+
get deleteInput(): string | undefined;
|
|
127
|
+
private _read?;
|
|
128
|
+
get read(): string;
|
|
129
|
+
set read(value: string);
|
|
130
|
+
resetRead(): void;
|
|
131
|
+
get readInput(): string | undefined;
|
|
132
|
+
private _update?;
|
|
133
|
+
get update(): string;
|
|
134
|
+
set update(value: string);
|
|
135
|
+
resetUpdate(): void;
|
|
136
|
+
get updateInput(): string | undefined;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret azuread_synchronization_secret}
|
|
140
|
+
*/
|
|
141
|
+
export declare class SynchronizationSecret extends cdktn.TerraformResource {
|
|
142
|
+
static readonly tfResourceType = "azuread_synchronization_secret";
|
|
143
|
+
/**
|
|
144
|
+
* Generates CDKTN code for importing a SynchronizationSecret resource upon running "cdktn plan <stack-name>"
|
|
145
|
+
* @param scope The scope in which to define this construct
|
|
146
|
+
* @param importToId The construct id used in the generated config for the SynchronizationSecret to import
|
|
147
|
+
* @param importFromId The id of the existing SynchronizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret#import import section} in the documentation of this resource for the id to use
|
|
148
|
+
* @param provider? Optional instance of the provider where the SynchronizationSecret to import is found
|
|
149
|
+
*/
|
|
150
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
151
|
+
/**
|
|
152
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/synchronization_secret azuread_synchronization_secret} Resource
|
|
153
|
+
*
|
|
154
|
+
* @param scope The scope in which to define this construct
|
|
155
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
156
|
+
* @param options SynchronizationSecretConfig
|
|
157
|
+
*/
|
|
158
|
+
constructor(scope: Construct, id: string, config: SynchronizationSecretConfig);
|
|
159
|
+
private _id?;
|
|
160
|
+
get id(): string;
|
|
161
|
+
set id(value: string);
|
|
162
|
+
resetId(): void;
|
|
163
|
+
get idInput(): string | undefined;
|
|
164
|
+
private _servicePrincipalId?;
|
|
165
|
+
get servicePrincipalId(): string;
|
|
166
|
+
set servicePrincipalId(value: string);
|
|
167
|
+
get servicePrincipalIdInput(): string | undefined;
|
|
168
|
+
private _credential;
|
|
169
|
+
get credential(): SynchronizationSecretCredentialList;
|
|
170
|
+
putCredential(value: SynchronizationSecretCredential[] | cdktn.IResolvable): void;
|
|
171
|
+
resetCredential(): void;
|
|
172
|
+
get credentialInput(): cdktn.IResolvable | SynchronizationSecretCredential[] | undefined;
|
|
173
|
+
private _timeouts;
|
|
174
|
+
get timeouts(): SynchronizationSecretTimeoutsOutputReference;
|
|
175
|
+
putTimeouts(value: SynchronizationSecretTimeouts): void;
|
|
176
|
+
resetTimeouts(): void;
|
|
177
|
+
get timeoutsInput(): cdktn.IResolvable | SynchronizationSecretTimeouts | undefined;
|
|
178
|
+
protected synthesizeAttributes(): {
|
|
179
|
+
[name: string]: any;
|
|
180
|
+
};
|
|
181
|
+
protected synthesizeHclAttributes(): {
|
|
182
|
+
[name: string]: any;
|
|
183
|
+
};
|
|
184
|
+
}
|