@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,289 @@
|
|
|
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 AzureadProviderConfig {
|
|
8
|
+
/**
|
|
9
|
+
* The Azure DevOps Pipeline Service Connection ID.
|
|
10
|
+
*
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#ado_pipeline_service_connection_id AzureadProvider#ado_pipeline_service_connection_id}
|
|
12
|
+
*/
|
|
13
|
+
readonly adoPipelineServiceConnectionId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Base64 encoded PKCS#12 certificate bundle to use when authenticating as a Service Principal using a Client Certificate
|
|
16
|
+
*
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_certificate AzureadProvider#client_certificate}
|
|
18
|
+
*/
|
|
19
|
+
readonly clientCertificate?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The password to decrypt the Client Certificate. For use when authenticating as a Service Principal using a Client Certificate
|
|
22
|
+
*
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_certificate_password AzureadProvider#client_certificate_password}
|
|
24
|
+
*/
|
|
25
|
+
readonly clientCertificatePassword?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The path to the Client Certificate associated with the Service Principal for use when authenticating as a Service Principal using a Client Certificate
|
|
28
|
+
*
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_certificate_path AzureadProvider#client_certificate_path}
|
|
30
|
+
*/
|
|
31
|
+
readonly clientCertificatePath?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The Client ID which should be used for service principal authentication
|
|
34
|
+
*
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_id AzureadProvider#client_id}
|
|
36
|
+
*/
|
|
37
|
+
readonly clientId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The path to a file containing the Client ID which should be used for service principal authentication
|
|
40
|
+
*
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_id_file_path AzureadProvider#client_id_file_path}
|
|
42
|
+
*/
|
|
43
|
+
readonly clientIdFilePath?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The application password to use when authenticating as a Service Principal using a Client Secret
|
|
46
|
+
*
|
|
47
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_secret AzureadProvider#client_secret}
|
|
48
|
+
*/
|
|
49
|
+
readonly clientSecret?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The path to a file containing the application password to use when authenticating as a Service Principal using a Client Secret
|
|
52
|
+
*
|
|
53
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#client_secret_file_path AzureadProvider#client_secret_file_path}
|
|
54
|
+
*/
|
|
55
|
+
readonly clientSecretFilePath?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Disable the Terraform Partner ID, which is used if a custom `partner_id` isn't specified
|
|
58
|
+
*
|
|
59
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#disable_terraform_partner_id AzureadProvider#disable_terraform_partner_id}
|
|
60
|
+
*/
|
|
61
|
+
readonly disableTerraformPartnerId?: boolean | cdktn.IResolvable;
|
|
62
|
+
/**
|
|
63
|
+
* The cloud environment which should be used. Possible values are: `global` (also `public`), `usgovernmentl4` (also `usgovernment`), `usgovernmentl5` (also `dod`), and `china`. Defaults to `global`. Not used and should not be specified when `metadata_host` is specified.
|
|
64
|
+
*
|
|
65
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#environment AzureadProvider#environment}
|
|
66
|
+
*/
|
|
67
|
+
readonly environment?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The Hostname which should be used for the Azure Metadata Service.
|
|
70
|
+
*
|
|
71
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#metadata_host AzureadProvider#metadata_host}
|
|
72
|
+
*/
|
|
73
|
+
readonly metadataHost?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The path to a custom endpoint for Managed Identity - in most circumstances this should be detected automatically
|
|
76
|
+
*
|
|
77
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#msi_endpoint AzureadProvider#msi_endpoint}
|
|
78
|
+
*/
|
|
79
|
+
readonly msiEndpoint?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The bearer token for the request to the OIDC provider. For use when authenticating as a Service Principal using OpenID Connect.
|
|
82
|
+
*
|
|
83
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#oidc_request_token AzureadProvider#oidc_request_token}
|
|
84
|
+
*/
|
|
85
|
+
readonly oidcRequestToken?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The URL for the OIDC provider from which to request an ID token. For use when authenticating as a Service Principal using OpenID Connect.
|
|
88
|
+
*
|
|
89
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#oidc_request_url AzureadProvider#oidc_request_url}
|
|
90
|
+
*/
|
|
91
|
+
readonly oidcRequestUrl?: string;
|
|
92
|
+
/**
|
|
93
|
+
* The ID token for use when authenticating as a Service Principal using OpenID Connect.
|
|
94
|
+
*
|
|
95
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#oidc_token AzureadProvider#oidc_token}
|
|
96
|
+
*/
|
|
97
|
+
readonly oidcToken?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The path to a file containing an ID token for use when authenticating as a Service Principal using OpenID Connect.
|
|
100
|
+
*
|
|
101
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#oidc_token_file_path AzureadProvider#oidc_token_file_path}
|
|
102
|
+
*/
|
|
103
|
+
readonly oidcTokenFilePath?: string;
|
|
104
|
+
/**
|
|
105
|
+
* A GUID/UUID that is registered with Microsoft to facilitate partner resource usage attribution
|
|
106
|
+
*
|
|
107
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#partner_id AzureadProvider#partner_id}
|
|
108
|
+
*/
|
|
109
|
+
readonly partnerId?: string;
|
|
110
|
+
/**
|
|
111
|
+
* The Tenant ID which should be used. Works with all authentication methods except Managed Identity
|
|
112
|
+
*
|
|
113
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#tenant_id AzureadProvider#tenant_id}
|
|
114
|
+
*/
|
|
115
|
+
readonly tenantId?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Allow Azure AKS Workload Identity to be used for Authentication.
|
|
118
|
+
*
|
|
119
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#use_aks_workload_identity AzureadProvider#use_aks_workload_identity}
|
|
120
|
+
*/
|
|
121
|
+
readonly useAksWorkloadIdentity?: boolean | cdktn.IResolvable;
|
|
122
|
+
/**
|
|
123
|
+
* Allow Azure CLI to be used for Authentication
|
|
124
|
+
*
|
|
125
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#use_cli AzureadProvider#use_cli}
|
|
126
|
+
*/
|
|
127
|
+
readonly useCli?: boolean | cdktn.IResolvable;
|
|
128
|
+
/**
|
|
129
|
+
* Allow Managed Identity to be used for Authentication
|
|
130
|
+
*
|
|
131
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#use_msi AzureadProvider#use_msi}
|
|
132
|
+
*/
|
|
133
|
+
readonly useMsi?: boolean | cdktn.IResolvable;
|
|
134
|
+
/**
|
|
135
|
+
* Allow OpenID Connect to be used for authentication
|
|
136
|
+
*
|
|
137
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#use_oidc AzureadProvider#use_oidc}
|
|
138
|
+
*/
|
|
139
|
+
readonly useOidc?: boolean | cdktn.IResolvable;
|
|
140
|
+
/**
|
|
141
|
+
* Alias name
|
|
142
|
+
*
|
|
143
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#alias AzureadProvider#alias}
|
|
144
|
+
*/
|
|
145
|
+
readonly alias?: string;
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs azuread}
|
|
149
|
+
*/
|
|
150
|
+
export declare class AzureadProvider extends cdktn.TerraformProvider {
|
|
151
|
+
static readonly tfResourceType = "azuread";
|
|
152
|
+
/**
|
|
153
|
+
* Generates CDKTN code for importing a AzureadProvider resource upon running "cdktn plan <stack-name>"
|
|
154
|
+
* @param scope The scope in which to define this construct
|
|
155
|
+
* @param importToId The construct id used in the generated config for the AzureadProvider to import
|
|
156
|
+
* @param importFromId The id of the existing AzureadProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs#import import section} in the documentation of this resource for the id to use
|
|
157
|
+
* @param provider? Optional instance of the provider where the AzureadProvider to import is found
|
|
158
|
+
*/
|
|
159
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
160
|
+
/**
|
|
161
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs azuread} Resource
|
|
162
|
+
*
|
|
163
|
+
* @param scope The scope in which to define this construct
|
|
164
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
165
|
+
* @param options AzureadProviderConfig = {}
|
|
166
|
+
*/
|
|
167
|
+
constructor(scope: Construct, id: string, config?: AzureadProviderConfig);
|
|
168
|
+
private _adoPipelineServiceConnectionId?;
|
|
169
|
+
get adoPipelineServiceConnectionId(): string | undefined;
|
|
170
|
+
set adoPipelineServiceConnectionId(value: string | undefined);
|
|
171
|
+
resetAdoPipelineServiceConnectionId(): void;
|
|
172
|
+
get adoPipelineServiceConnectionIdInput(): string | undefined;
|
|
173
|
+
private _clientCertificate?;
|
|
174
|
+
get clientCertificate(): string | undefined;
|
|
175
|
+
set clientCertificate(value: string | undefined);
|
|
176
|
+
resetClientCertificate(): void;
|
|
177
|
+
get clientCertificateInput(): string | undefined;
|
|
178
|
+
private _clientCertificatePassword?;
|
|
179
|
+
get clientCertificatePassword(): string | undefined;
|
|
180
|
+
set clientCertificatePassword(value: string | undefined);
|
|
181
|
+
resetClientCertificatePassword(): void;
|
|
182
|
+
get clientCertificatePasswordInput(): string | undefined;
|
|
183
|
+
private _clientCertificatePath?;
|
|
184
|
+
get clientCertificatePath(): string | undefined;
|
|
185
|
+
set clientCertificatePath(value: string | undefined);
|
|
186
|
+
resetClientCertificatePath(): void;
|
|
187
|
+
get clientCertificatePathInput(): string | undefined;
|
|
188
|
+
private _clientId?;
|
|
189
|
+
get clientId(): string | undefined;
|
|
190
|
+
set clientId(value: string | undefined);
|
|
191
|
+
resetClientId(): void;
|
|
192
|
+
get clientIdInput(): string | undefined;
|
|
193
|
+
private _clientIdFilePath?;
|
|
194
|
+
get clientIdFilePath(): string | undefined;
|
|
195
|
+
set clientIdFilePath(value: string | undefined);
|
|
196
|
+
resetClientIdFilePath(): void;
|
|
197
|
+
get clientIdFilePathInput(): string | undefined;
|
|
198
|
+
private _clientSecret?;
|
|
199
|
+
get clientSecret(): string | undefined;
|
|
200
|
+
set clientSecret(value: string | undefined);
|
|
201
|
+
resetClientSecret(): void;
|
|
202
|
+
get clientSecretInput(): string | undefined;
|
|
203
|
+
private _clientSecretFilePath?;
|
|
204
|
+
get clientSecretFilePath(): string | undefined;
|
|
205
|
+
set clientSecretFilePath(value: string | undefined);
|
|
206
|
+
resetClientSecretFilePath(): void;
|
|
207
|
+
get clientSecretFilePathInput(): string | undefined;
|
|
208
|
+
private _disableTerraformPartnerId?;
|
|
209
|
+
get disableTerraformPartnerId(): boolean | cdktn.IResolvable | undefined;
|
|
210
|
+
set disableTerraformPartnerId(value: boolean | cdktn.IResolvable | undefined);
|
|
211
|
+
resetDisableTerraformPartnerId(): void;
|
|
212
|
+
get disableTerraformPartnerIdInput(): boolean | cdktn.IResolvable | undefined;
|
|
213
|
+
private _environment?;
|
|
214
|
+
get environment(): string | undefined;
|
|
215
|
+
set environment(value: string | undefined);
|
|
216
|
+
resetEnvironment(): void;
|
|
217
|
+
get environmentInput(): string | undefined;
|
|
218
|
+
private _metadataHost?;
|
|
219
|
+
get metadataHost(): string | undefined;
|
|
220
|
+
set metadataHost(value: string | undefined);
|
|
221
|
+
resetMetadataHost(): void;
|
|
222
|
+
get metadataHostInput(): string | undefined;
|
|
223
|
+
private _msiEndpoint?;
|
|
224
|
+
get msiEndpoint(): string | undefined;
|
|
225
|
+
set msiEndpoint(value: string | undefined);
|
|
226
|
+
resetMsiEndpoint(): void;
|
|
227
|
+
get msiEndpointInput(): string | undefined;
|
|
228
|
+
private _oidcRequestToken?;
|
|
229
|
+
get oidcRequestToken(): string | undefined;
|
|
230
|
+
set oidcRequestToken(value: string | undefined);
|
|
231
|
+
resetOidcRequestToken(): void;
|
|
232
|
+
get oidcRequestTokenInput(): string | undefined;
|
|
233
|
+
private _oidcRequestUrl?;
|
|
234
|
+
get oidcRequestUrl(): string | undefined;
|
|
235
|
+
set oidcRequestUrl(value: string | undefined);
|
|
236
|
+
resetOidcRequestUrl(): void;
|
|
237
|
+
get oidcRequestUrlInput(): string | undefined;
|
|
238
|
+
private _oidcToken?;
|
|
239
|
+
get oidcToken(): string | undefined;
|
|
240
|
+
set oidcToken(value: string | undefined);
|
|
241
|
+
resetOidcToken(): void;
|
|
242
|
+
get oidcTokenInput(): string | undefined;
|
|
243
|
+
private _oidcTokenFilePath?;
|
|
244
|
+
get oidcTokenFilePath(): string | undefined;
|
|
245
|
+
set oidcTokenFilePath(value: string | undefined);
|
|
246
|
+
resetOidcTokenFilePath(): void;
|
|
247
|
+
get oidcTokenFilePathInput(): string | undefined;
|
|
248
|
+
private _partnerId?;
|
|
249
|
+
get partnerId(): string | undefined;
|
|
250
|
+
set partnerId(value: string | undefined);
|
|
251
|
+
resetPartnerId(): void;
|
|
252
|
+
get partnerIdInput(): string | undefined;
|
|
253
|
+
private _tenantId?;
|
|
254
|
+
get tenantId(): string | undefined;
|
|
255
|
+
set tenantId(value: string | undefined);
|
|
256
|
+
resetTenantId(): void;
|
|
257
|
+
get tenantIdInput(): string | undefined;
|
|
258
|
+
private _useAksWorkloadIdentity?;
|
|
259
|
+
get useAksWorkloadIdentity(): boolean | cdktn.IResolvable | undefined;
|
|
260
|
+
set useAksWorkloadIdentity(value: boolean | cdktn.IResolvable | undefined);
|
|
261
|
+
resetUseAksWorkloadIdentity(): void;
|
|
262
|
+
get useAksWorkloadIdentityInput(): boolean | cdktn.IResolvable | undefined;
|
|
263
|
+
private _useCli?;
|
|
264
|
+
get useCli(): boolean | cdktn.IResolvable | undefined;
|
|
265
|
+
set useCli(value: boolean | cdktn.IResolvable | undefined);
|
|
266
|
+
resetUseCli(): void;
|
|
267
|
+
get useCliInput(): boolean | cdktn.IResolvable | undefined;
|
|
268
|
+
private _useMsi?;
|
|
269
|
+
get useMsi(): boolean | cdktn.IResolvable | undefined;
|
|
270
|
+
set useMsi(value: boolean | cdktn.IResolvable | undefined);
|
|
271
|
+
resetUseMsi(): void;
|
|
272
|
+
get useMsiInput(): boolean | cdktn.IResolvable | undefined;
|
|
273
|
+
private _useOidc?;
|
|
274
|
+
get useOidc(): boolean | cdktn.IResolvable | undefined;
|
|
275
|
+
set useOidc(value: boolean | cdktn.IResolvable | undefined);
|
|
276
|
+
resetUseOidc(): void;
|
|
277
|
+
get useOidcInput(): boolean | cdktn.IResolvable | undefined;
|
|
278
|
+
private _alias?;
|
|
279
|
+
get alias(): string | undefined;
|
|
280
|
+
set alias(value: string | undefined);
|
|
281
|
+
resetAlias(): void;
|
|
282
|
+
get aliasInput(): string | undefined;
|
|
283
|
+
protected synthesizeAttributes(): {
|
|
284
|
+
[name: string]: any;
|
|
285
|
+
};
|
|
286
|
+
protected synthesizeHclAttributes(): {
|
|
287
|
+
[name: string]: any;
|
|
288
|
+
};
|
|
289
|
+
}
|