@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.
Files changed (158) hide show
  1. package/.jsii +112042 -0
  2. package/LICENSE +355 -0
  3. package/README.md +94 -0
  4. package/lib/access-package/index.d.ts +151 -0
  5. package/lib/access-package/index.js +354 -0
  6. package/lib/access-package-assignment-policy/index.d.ts +1098 -0
  7. package/lib/access-package-assignment-policy/index.js +2711 -0
  8. package/lib/access-package-catalog/index.d.ts +152 -0
  9. package/lib/access-package-catalog/index.js +357 -0
  10. package/lib/access-package-catalog-role-assignment/index.d.ts +140 -0
  11. package/lib/access-package-catalog-role-assignment/index.js +333 -0
  12. package/lib/access-package-resource-catalog-association/index.d.ts +131 -0
  13. package/lib/access-package-resource-catalog-association/index.js +307 -0
  14. package/lib/access-package-resource-package-association/index.d.ts +132 -0
  15. package/lib/access-package-resource-package-association/index.js +310 -0
  16. package/lib/administrative-unit/index.d.ts +165 -0
  17. package/lib/administrative-unit/index.js +385 -0
  18. package/lib/administrative-unit-member/index.d.ts +123 -0
  19. package/lib/administrative-unit-member/index.js +295 -0
  20. package/lib/administrative-unit-role-member/index.d.ts +131 -0
  21. package/lib/administrative-unit-role-member/index.js +307 -0
  22. package/lib/app-role-assignment/index.d.ts +134 -0
  23. package/lib/app-role-assignment/index.js +319 -0
  24. package/lib/application/index.d.ts +1352 -0
  25. package/lib/application/index.js +3262 -0
  26. package/lib/application-api-access/index.d.ts +152 -0
  27. package/lib/application-api-access/index.js +357 -0
  28. package/lib/application-app-role/index.d.ts +171 -0
  29. package/lib/application-app-role/index.js +390 -0
  30. package/lib/application-certificate/index.d.ts +196 -0
  31. package/lib/application-certificate/index.js +441 -0
  32. package/lib/application-fallback-public-client/index.d.ts +122 -0
  33. package/lib/application-fallback-public-client/index.js +292 -0
  34. package/lib/application-federated-identity-credential/index.d.ts +172 -0
  35. package/lib/application-federated-identity-credential/index.js +394 -0
  36. package/lib/application-flexible-federated-identity-credential/index.d.ts +172 -0
  37. package/lib/application-flexible-federated-identity-credential/index.js +394 -0
  38. package/lib/application-from-template/index.d.ts +134 -0
  39. package/lib/application-from-template/index.js +334 -0
  40. package/lib/application-identifier-uri/index.d.ts +121 -0
  41. package/lib/application-identifier-uri/index.js +289 -0
  42. package/lib/application-known-clients/index.d.ts +130 -0
  43. package/lib/application-known-clients/index.js +315 -0
  44. package/lib/application-optional-claims/index.d.ts +381 -0
  45. package/lib/application-optional-claims/index.js +918 -0
  46. package/lib/application-owner/index.d.ts +121 -0
  47. package/lib/application-owner/index.js +289 -0
  48. package/lib/application-password/index.d.ts +185 -0
  49. package/lib/application-password/index.js +410 -0
  50. package/lib/application-permission-scope/index.d.ts +193 -0
  51. package/lib/application-permission-scope/index.js +432 -0
  52. package/lib/application-pre-authorized/index.d.ts +140 -0
  53. package/lib/application-pre-authorized/index.js +333 -0
  54. package/lib/application-redirect-uris/index.d.ts +140 -0
  55. package/lib/application-redirect-uris/index.js +333 -0
  56. package/lib/application-registration/index.d.ts +278 -0
  57. package/lib/application-registration/index.js +610 -0
  58. package/lib/authentication-strength-policy/index.d.ts +141 -0
  59. package/lib/authentication-strength-policy/index.js +336 -0
  60. package/lib/claims-mapping-policy/index.d.ts +130 -0
  61. package/lib/claims-mapping-policy/index.js +315 -0
  62. package/lib/conditional-access-policy/index.d.ts +959 -0
  63. package/lib/conditional-access-policy/index.js +2705 -0
  64. package/lib/custom-directory-role/index.d.ts +216 -0
  65. package/lib/custom-directory-role/index.js +505 -0
  66. package/lib/data-azuread-access-package/index.d.ts +118 -0
  67. package/lib/data-azuread-access-package/index.js +272 -0
  68. package/lib/data-azuread-access-package-catalog/index.d.ts +108 -0
  69. package/lib/data-azuread-access-package-catalog/index.js +258 -0
  70. package/lib/data-azuread-access-package-catalog-role/index.d.ts +107 -0
  71. package/lib/data-azuread-access-package-catalog-role/index.js +254 -0
  72. package/lib/data-azuread-administrative-unit/index.d.ts +135 -0
  73. package/lib/data-azuread-administrative-unit/index.js +336 -0
  74. package/lib/data-azuread-application/index.d.ts +654 -0
  75. package/lib/data-azuread-application/index.js +1606 -0
  76. package/lib/data-azuread-application-published-app-ids/index.d.ts +85 -0
  77. package/lib/data-azuread-application-published-app-ids/index.js +206 -0
  78. package/lib/data-azuread-application-template/index.d.ts +111 -0
  79. package/lib/data-azuread-application-template/index.js +270 -0
  80. package/lib/data-azuread-client-config/index.d.ts +86 -0
  81. package/lib/data-azuread-client-config/index.js +216 -0
  82. package/lib/data-azuread-directory-object/index.d.ts +94 -0
  83. package/lib/data-azuread-directory-object/index.js +223 -0
  84. package/lib/data-azuread-directory-role-templates/index.d.ts +120 -0
  85. package/lib/data-azuread-directory-role-templates/index.js +293 -0
  86. package/lib/data-azuread-directory-roles/index.d.ts +122 -0
  87. package/lib/data-azuread-directory-roles/index.js +301 -0
  88. package/lib/data-azuread-domains/index.d.ts +190 -0
  89. package/lib/data-azuread-domains/index.js +435 -0
  90. package/lib/data-azuread-group/index.d.ts +207 -0
  91. package/lib/data-azuread-group/index.js +506 -0
  92. package/lib/data-azuread-group-role-management-policy/index.d.ts +105 -0
  93. package/lib/data-azuread-group-role-management-policy/index.js +248 -0
  94. package/lib/data-azuread-groups/index.d.ts +160 -0
  95. package/lib/data-azuread-groups/index.js +348 -0
  96. package/lib/data-azuread-named-location/index.d.ts +163 -0
  97. package/lib/data-azuread-named-location/index.js +398 -0
  98. package/lib/data-azuread-service-principal/index.d.ts +325 -0
  99. package/lib/data-azuread-service-principal/index.js +817 -0
  100. package/lib/data-azuread-service-principals/index.d.ts +183 -0
  101. package/lib/data-azuread-service-principals/index.js +430 -0
  102. package/lib/data-azuread-user/index.d.ts +177 -0
  103. package/lib/data-azuread-user/index.js +465 -0
  104. package/lib/data-azuread-users/index.d.ts +204 -0
  105. package/lib/data-azuread-users/index.js +468 -0
  106. package/lib/directory-role/index.d.ts +125 -0
  107. package/lib/directory-role/index.js +306 -0
  108. package/lib/directory-role-assignment/index.d.ts +143 -0
  109. package/lib/directory-role-assignment/index.js +331 -0
  110. package/lib/directory-role-eligibility-schedule-request/index.d.ts +141 -0
  111. package/lib/directory-role-eligibility-schedule-request/index.js +325 -0
  112. package/lib/directory-role-member/index.d.ts +123 -0
  113. package/lib/directory-role-member/index.js +295 -0
  114. package/lib/group/index.d.ts +392 -0
  115. package/lib/group/index.js +872 -0
  116. package/lib/group-member/index.d.ts +121 -0
  117. package/lib/group-member/index.js +289 -0
  118. package/lib/group-role-management-policy/index.d.ts +1043 -0
  119. package/lib/group-role-management-policy/index.js +2775 -0
  120. package/lib/group-without-members/index.d.ts +381 -0
  121. package/lib/group-without-members/index.js +851 -0
  122. package/lib/index.d.ts +79 -0
  123. package/lib/index.js +85 -0
  124. package/lib/invitation/index.d.ts +203 -0
  125. package/lib/invitation/index.js +490 -0
  126. package/lib/lazy-index.d.ts +4 -0
  127. package/lib/lazy-index.js +82 -0
  128. package/lib/named-location/index.d.ts +212 -0
  129. package/lib/named-location/index.js +571 -0
  130. package/lib/privileged-access-group-assignment-schedule/index.d.ts +218 -0
  131. package/lib/privileged-access-group-assignment-schedule/index.js +484 -0
  132. package/lib/privileged-access-group-eligibility-schedule/index.d.ts +218 -0
  133. package/lib/privileged-access-group-eligibility-schedule/index.js +484 -0
  134. package/lib/provider/index.d.ts +289 -0
  135. package/lib/provider/index.js +549 -0
  136. package/lib/service-principal/index.d.ts +547 -0
  137. package/lib/service-principal/index.js +1305 -0
  138. package/lib/service-principal-certificate/index.d.ts +187 -0
  139. package/lib/service-principal-certificate/index.js +415 -0
  140. package/lib/service-principal-claims-mapping-policy-assignment/index.d.ts +121 -0
  141. package/lib/service-principal-claims-mapping-policy-assignment/index.js +289 -0
  142. package/lib/service-principal-delegated-permission-grant/index.d.ts +151 -0
  143. package/lib/service-principal-delegated-permission-grant/index.js +354 -0
  144. package/lib/service-principal-password/index.d.ts +176 -0
  145. package/lib/service-principal-password/index.js +384 -0
  146. package/lib/service-principal-token-signing-certificate/index.d.ts +137 -0
  147. package/lib/service-principal-token-signing-certificate/index.js +329 -0
  148. package/lib/synchronization-job/index.d.ts +177 -0
  149. package/lib/synchronization-job/index.js +424 -0
  150. package/lib/synchronization-job-provision-on-demand/index.d.ts +254 -0
  151. package/lib/synchronization-job-provision-on-demand/index.js +590 -0
  152. package/lib/synchronization-secret/index.d.ts +184 -0
  153. package/lib/synchronization-secret/index.js +449 -0
  154. package/lib/user/index.d.ts +517 -0
  155. package/lib/user/index.js +1084 -0
  156. package/lib/user-flow-attribute/index.d.ts +141 -0
  157. package/lib/user-flow-attribute/index.js +340 -0
  158. 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
+ }