@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,183 @@
|
|
|
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 DataAzureadServicePrincipalsConfig extends cdktn.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* The client IDs of the applications associated with the service principals
|
|
10
|
+
*
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#client_ids DataAzureadServicePrincipals#client_ids}
|
|
12
|
+
*/
|
|
13
|
+
readonly clientIds?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* The display names of the applications associated with the service principals
|
|
16
|
+
*
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#display_names DataAzureadServicePrincipals#display_names}
|
|
18
|
+
*/
|
|
19
|
+
readonly displayNames?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#id DataAzureadServicePrincipals#id}
|
|
22
|
+
*
|
|
23
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
24
|
+
* 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.
|
|
25
|
+
*/
|
|
26
|
+
readonly id?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Ignore missing service principals and return the service principals that were found. The data source will still fail if no service principals are found
|
|
29
|
+
*
|
|
30
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#ignore_missing DataAzureadServicePrincipals#ignore_missing}
|
|
31
|
+
*/
|
|
32
|
+
readonly ignoreMissing?: boolean | cdktn.IResolvable;
|
|
33
|
+
/**
|
|
34
|
+
* The object IDs of the service principals
|
|
35
|
+
*
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#object_ids DataAzureadServicePrincipals#object_ids}
|
|
37
|
+
*/
|
|
38
|
+
readonly objectIds?: string[];
|
|
39
|
+
/**
|
|
40
|
+
* Fetch all service principals with no filter and return all that were found. The data source will still fail if no service principals are found.
|
|
41
|
+
*
|
|
42
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#return_all DataAzureadServicePrincipals#return_all}
|
|
43
|
+
*/
|
|
44
|
+
readonly returnAll?: boolean | cdktn.IResolvable;
|
|
45
|
+
/**
|
|
46
|
+
* timeouts block
|
|
47
|
+
*
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#timeouts DataAzureadServicePrincipals#timeouts}
|
|
49
|
+
*/
|
|
50
|
+
readonly timeouts?: DataAzureadServicePrincipalsTimeouts;
|
|
51
|
+
}
|
|
52
|
+
export interface DataAzureadServicePrincipalsServicePrincipals {
|
|
53
|
+
}
|
|
54
|
+
export declare function dataAzureadServicePrincipalsServicePrincipalsToTerraform(struct?: DataAzureadServicePrincipalsServicePrincipals): any;
|
|
55
|
+
export declare function dataAzureadServicePrincipalsServicePrincipalsToHclTerraform(struct?: DataAzureadServicePrincipalsServicePrincipals): any;
|
|
56
|
+
export declare class DataAzureadServicePrincipalsServicePrincipalsOutputReference extends cdktn.ComplexObject {
|
|
57
|
+
private isEmptyObject;
|
|
58
|
+
/**
|
|
59
|
+
* @param terraformResource The parent resource
|
|
60
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
61
|
+
* @param complexObjectIndex the index of this item in the list
|
|
62
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
63
|
+
*/
|
|
64
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
65
|
+
get internalValue(): DataAzureadServicePrincipalsServicePrincipals | undefined;
|
|
66
|
+
set internalValue(value: DataAzureadServicePrincipalsServicePrincipals | undefined);
|
|
67
|
+
get accountEnabled(): cdktn.IResolvable;
|
|
68
|
+
get appRoleAssignmentRequired(): cdktn.IResolvable;
|
|
69
|
+
get applicationTenantId(): string;
|
|
70
|
+
get clientId(): string;
|
|
71
|
+
get displayName(): string;
|
|
72
|
+
get objectId(): string;
|
|
73
|
+
get preferredSingleSignOnMode(): string;
|
|
74
|
+
get samlMetadataUrl(): string;
|
|
75
|
+
get servicePrincipalNames(): string[];
|
|
76
|
+
get signInAudience(): string;
|
|
77
|
+
get tags(): string[];
|
|
78
|
+
get type(): string;
|
|
79
|
+
}
|
|
80
|
+
export declare class DataAzureadServicePrincipalsServicePrincipalsList extends cdktn.ComplexList {
|
|
81
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
82
|
+
protected terraformAttribute: string;
|
|
83
|
+
protected wrapsSet: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* @param terraformResource The parent resource
|
|
86
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
87
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
88
|
+
*/
|
|
89
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
90
|
+
/**
|
|
91
|
+
* @param index the index of the item to return
|
|
92
|
+
*/
|
|
93
|
+
get(index: number): DataAzureadServicePrincipalsServicePrincipalsOutputReference;
|
|
94
|
+
}
|
|
95
|
+
export interface DataAzureadServicePrincipalsTimeouts {
|
|
96
|
+
/**
|
|
97
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#read DataAzureadServicePrincipals#read}
|
|
98
|
+
*/
|
|
99
|
+
readonly read?: string;
|
|
100
|
+
}
|
|
101
|
+
export declare function dataAzureadServicePrincipalsTimeoutsToTerraform(struct?: DataAzureadServicePrincipalsTimeouts | cdktn.IResolvable): any;
|
|
102
|
+
export declare function dataAzureadServicePrincipalsTimeoutsToHclTerraform(struct?: DataAzureadServicePrincipalsTimeouts | cdktn.IResolvable): any;
|
|
103
|
+
export declare class DataAzureadServicePrincipalsTimeoutsOutputReference extends cdktn.ComplexObject {
|
|
104
|
+
private isEmptyObject;
|
|
105
|
+
private resolvableValue?;
|
|
106
|
+
/**
|
|
107
|
+
* @param terraformResource The parent resource
|
|
108
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
109
|
+
*/
|
|
110
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
111
|
+
get internalValue(): DataAzureadServicePrincipalsTimeouts | cdktn.IResolvable | undefined;
|
|
112
|
+
set internalValue(value: DataAzureadServicePrincipalsTimeouts | cdktn.IResolvable | undefined);
|
|
113
|
+
private _read?;
|
|
114
|
+
get read(): string;
|
|
115
|
+
set read(value: string);
|
|
116
|
+
resetRead(): void;
|
|
117
|
+
get readInput(): string | undefined;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals azuread_service_principals}
|
|
121
|
+
*/
|
|
122
|
+
export declare class DataAzureadServicePrincipals extends cdktn.TerraformDataSource {
|
|
123
|
+
static readonly tfResourceType = "azuread_service_principals";
|
|
124
|
+
/**
|
|
125
|
+
* Generates CDKTN code for importing a DataAzureadServicePrincipals resource upon running "cdktn plan <stack-name>"
|
|
126
|
+
* @param scope The scope in which to define this construct
|
|
127
|
+
* @param importToId The construct id used in the generated config for the DataAzureadServicePrincipals to import
|
|
128
|
+
* @param importFromId The id of the existing DataAzureadServicePrincipals that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals#import import section} in the documentation of this resource for the id to use
|
|
129
|
+
* @param provider? Optional instance of the provider where the DataAzureadServicePrincipals to import is found
|
|
130
|
+
*/
|
|
131
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
132
|
+
/**
|
|
133
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/data-sources/service_principals azuread_service_principals} Data Source
|
|
134
|
+
*
|
|
135
|
+
* @param scope The scope in which to define this construct
|
|
136
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
137
|
+
* @param options DataAzureadServicePrincipalsConfig = {}
|
|
138
|
+
*/
|
|
139
|
+
constructor(scope: Construct, id: string, config?: DataAzureadServicePrincipalsConfig);
|
|
140
|
+
private _clientIds?;
|
|
141
|
+
get clientIds(): string[];
|
|
142
|
+
set clientIds(value: string[]);
|
|
143
|
+
resetClientIds(): void;
|
|
144
|
+
get clientIdsInput(): string[] | undefined;
|
|
145
|
+
private _displayNames?;
|
|
146
|
+
get displayNames(): string[];
|
|
147
|
+
set displayNames(value: string[]);
|
|
148
|
+
resetDisplayNames(): void;
|
|
149
|
+
get displayNamesInput(): string[] | undefined;
|
|
150
|
+
private _id?;
|
|
151
|
+
get id(): string;
|
|
152
|
+
set id(value: string);
|
|
153
|
+
resetId(): void;
|
|
154
|
+
get idInput(): string | undefined;
|
|
155
|
+
private _ignoreMissing?;
|
|
156
|
+
get ignoreMissing(): boolean | cdktn.IResolvable;
|
|
157
|
+
set ignoreMissing(value: boolean | cdktn.IResolvable);
|
|
158
|
+
resetIgnoreMissing(): void;
|
|
159
|
+
get ignoreMissingInput(): boolean | cdktn.IResolvable | undefined;
|
|
160
|
+
private _objectIds?;
|
|
161
|
+
get objectIds(): string[];
|
|
162
|
+
set objectIds(value: string[]);
|
|
163
|
+
resetObjectIds(): void;
|
|
164
|
+
get objectIdsInput(): string[] | undefined;
|
|
165
|
+
private _returnAll?;
|
|
166
|
+
get returnAll(): boolean | cdktn.IResolvable;
|
|
167
|
+
set returnAll(value: boolean | cdktn.IResolvable);
|
|
168
|
+
resetReturnAll(): void;
|
|
169
|
+
get returnAllInput(): boolean | cdktn.IResolvable | undefined;
|
|
170
|
+
private _servicePrincipals;
|
|
171
|
+
get servicePrincipals(): DataAzureadServicePrincipalsServicePrincipalsList;
|
|
172
|
+
private _timeouts;
|
|
173
|
+
get timeouts(): DataAzureadServicePrincipalsTimeoutsOutputReference;
|
|
174
|
+
putTimeouts(value: DataAzureadServicePrincipalsTimeouts): void;
|
|
175
|
+
resetTimeouts(): void;
|
|
176
|
+
get timeoutsInput(): cdktn.IResolvable | DataAzureadServicePrincipalsTimeouts | undefined;
|
|
177
|
+
protected synthesizeAttributes(): {
|
|
178
|
+
[name: string]: any;
|
|
179
|
+
};
|
|
180
|
+
protected synthesizeHclAttributes(): {
|
|
181
|
+
[name: string]: any;
|
|
182
|
+
};
|
|
183
|
+
}
|