@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,1098 @@
|
|
|
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 AccessPackageAssignmentPolicyConfig extends cdktn.TerraformMetaArguments {
|
|
8
|
+
/**
|
|
9
|
+
* The ID of the access package that will contain the policy
|
|
10
|
+
*
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#access_package_id AccessPackageAssignmentPolicy#access_package_id}
|
|
12
|
+
*/
|
|
13
|
+
readonly accessPackageId: string;
|
|
14
|
+
/**
|
|
15
|
+
* The description of the policy
|
|
16
|
+
*
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#description AccessPackageAssignmentPolicy#description}
|
|
18
|
+
*/
|
|
19
|
+
readonly description: string;
|
|
20
|
+
/**
|
|
21
|
+
* The display name of the policy
|
|
22
|
+
*
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#display_name AccessPackageAssignmentPolicy#display_name}
|
|
24
|
+
*/
|
|
25
|
+
readonly displayName: string;
|
|
26
|
+
/**
|
|
27
|
+
* How many days this assignment is valid for
|
|
28
|
+
*
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#duration_in_days AccessPackageAssignmentPolicy#duration_in_days}
|
|
30
|
+
*/
|
|
31
|
+
readonly durationInDays?: number;
|
|
32
|
+
/**
|
|
33
|
+
* The date that this assignment expires, formatted as an RFC3339 date string in UTC (e.g. 2018-01-01T01:02:03Z)
|
|
34
|
+
*
|
|
35
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#expiration_date AccessPackageAssignmentPolicy#expiration_date}
|
|
36
|
+
*/
|
|
37
|
+
readonly expirationDate?: string;
|
|
38
|
+
/**
|
|
39
|
+
* When enabled, users will be able to request extension of their access to this package before their access expires
|
|
40
|
+
*
|
|
41
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#extension_enabled AccessPackageAssignmentPolicy#extension_enabled}
|
|
42
|
+
*/
|
|
43
|
+
readonly extensionEnabled?: boolean | cdktn.IResolvable;
|
|
44
|
+
/**
|
|
45
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#id AccessPackageAssignmentPolicy#id}
|
|
46
|
+
*
|
|
47
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
48
|
+
* 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.
|
|
49
|
+
*/
|
|
50
|
+
readonly id?: string;
|
|
51
|
+
/**
|
|
52
|
+
* approval_settings block
|
|
53
|
+
*
|
|
54
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approval_settings AccessPackageAssignmentPolicy#approval_settings}
|
|
55
|
+
*/
|
|
56
|
+
readonly approvalSettings?: AccessPackageAssignmentPolicyApprovalSettings;
|
|
57
|
+
/**
|
|
58
|
+
* assignment_review_settings block
|
|
59
|
+
*
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#assignment_review_settings AccessPackageAssignmentPolicy#assignment_review_settings}
|
|
61
|
+
*/
|
|
62
|
+
readonly assignmentReviewSettings?: AccessPackageAssignmentPolicyAssignmentReviewSettings;
|
|
63
|
+
/**
|
|
64
|
+
* question block
|
|
65
|
+
*
|
|
66
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#question AccessPackageAssignmentPolicy#question}
|
|
67
|
+
*/
|
|
68
|
+
readonly question?: AccessPackageAssignmentPolicyQuestion[] | cdktn.IResolvable;
|
|
69
|
+
/**
|
|
70
|
+
* requestor_settings block
|
|
71
|
+
*
|
|
72
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#requestor_settings AccessPackageAssignmentPolicy#requestor_settings}
|
|
73
|
+
*/
|
|
74
|
+
readonly requestorSettings?: AccessPackageAssignmentPolicyRequestorSettings;
|
|
75
|
+
/**
|
|
76
|
+
* timeouts block
|
|
77
|
+
*
|
|
78
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#timeouts AccessPackageAssignmentPolicy#timeouts}
|
|
79
|
+
*/
|
|
80
|
+
readonly timeouts?: AccessPackageAssignmentPolicyTimeouts;
|
|
81
|
+
}
|
|
82
|
+
export interface AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover {
|
|
83
|
+
/**
|
|
84
|
+
* For a user in an approval stage, this property indicates whether the user is a backup fallback approver
|
|
85
|
+
*
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#backup AccessPackageAssignmentPolicy#backup}
|
|
87
|
+
*/
|
|
88
|
+
readonly backup?: boolean | cdktn.IResolvable;
|
|
89
|
+
/**
|
|
90
|
+
* The object ID of the subject
|
|
91
|
+
*
|
|
92
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#object_id AccessPackageAssignmentPolicy#object_id}
|
|
93
|
+
*/
|
|
94
|
+
readonly objectId?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Type of users
|
|
97
|
+
*
|
|
98
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#subject_type AccessPackageAssignmentPolicy#subject_type}
|
|
99
|
+
*/
|
|
100
|
+
readonly subjectType: string;
|
|
101
|
+
}
|
|
102
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverToTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover | cdktn.IResolvable): any;
|
|
103
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverToHclTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover | cdktn.IResolvable): any;
|
|
104
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverOutputReference extends cdktn.ComplexObject {
|
|
105
|
+
private isEmptyObject;
|
|
106
|
+
private resolvableValue?;
|
|
107
|
+
/**
|
|
108
|
+
* @param terraformResource The parent resource
|
|
109
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
110
|
+
* @param complexObjectIndex the index of this item in the list
|
|
111
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
112
|
+
*/
|
|
113
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
114
|
+
get internalValue(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover | cdktn.IResolvable | undefined;
|
|
115
|
+
set internalValue(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover | cdktn.IResolvable | undefined);
|
|
116
|
+
private _backup?;
|
|
117
|
+
get backup(): boolean | cdktn.IResolvable;
|
|
118
|
+
set backup(value: boolean | cdktn.IResolvable);
|
|
119
|
+
resetBackup(): void;
|
|
120
|
+
get backupInput(): boolean | cdktn.IResolvable | undefined;
|
|
121
|
+
private _objectId?;
|
|
122
|
+
get objectId(): string;
|
|
123
|
+
set objectId(value: string);
|
|
124
|
+
resetObjectId(): void;
|
|
125
|
+
get objectIdInput(): string | undefined;
|
|
126
|
+
private _subjectType?;
|
|
127
|
+
get subjectType(): string;
|
|
128
|
+
set subjectType(value: string);
|
|
129
|
+
get subjectTypeInput(): string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverList extends cdktn.ComplexList {
|
|
132
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
133
|
+
protected terraformAttribute: string;
|
|
134
|
+
protected wrapsSet: boolean;
|
|
135
|
+
internalValue?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover[] | cdktn.IResolvable;
|
|
136
|
+
/**
|
|
137
|
+
* @param terraformResource The parent resource
|
|
138
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
139
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
140
|
+
*/
|
|
141
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
142
|
+
/**
|
|
143
|
+
* @param index the index of the item to return
|
|
144
|
+
*/
|
|
145
|
+
get(index: number): AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverOutputReference;
|
|
146
|
+
}
|
|
147
|
+
export interface AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover {
|
|
148
|
+
/**
|
|
149
|
+
* For a user in an approval stage, this property indicates whether the user is a backup fallback approver
|
|
150
|
+
*
|
|
151
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#backup AccessPackageAssignmentPolicy#backup}
|
|
152
|
+
*/
|
|
153
|
+
readonly backup?: boolean | cdktn.IResolvable;
|
|
154
|
+
/**
|
|
155
|
+
* The object ID of the subject
|
|
156
|
+
*
|
|
157
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#object_id AccessPackageAssignmentPolicy#object_id}
|
|
158
|
+
*/
|
|
159
|
+
readonly objectId?: string;
|
|
160
|
+
/**
|
|
161
|
+
* Type of users
|
|
162
|
+
*
|
|
163
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#subject_type AccessPackageAssignmentPolicy#subject_type}
|
|
164
|
+
*/
|
|
165
|
+
readonly subjectType: string;
|
|
166
|
+
}
|
|
167
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverToTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover | cdktn.IResolvable): any;
|
|
168
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverToHclTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover | cdktn.IResolvable): any;
|
|
169
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverOutputReference extends cdktn.ComplexObject {
|
|
170
|
+
private isEmptyObject;
|
|
171
|
+
private resolvableValue?;
|
|
172
|
+
/**
|
|
173
|
+
* @param terraformResource The parent resource
|
|
174
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
175
|
+
* @param complexObjectIndex the index of this item in the list
|
|
176
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
177
|
+
*/
|
|
178
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
179
|
+
get internalValue(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover | cdktn.IResolvable | undefined;
|
|
180
|
+
set internalValue(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover | cdktn.IResolvable | undefined);
|
|
181
|
+
private _backup?;
|
|
182
|
+
get backup(): boolean | cdktn.IResolvable;
|
|
183
|
+
set backup(value: boolean | cdktn.IResolvable);
|
|
184
|
+
resetBackup(): void;
|
|
185
|
+
get backupInput(): boolean | cdktn.IResolvable | undefined;
|
|
186
|
+
private _objectId?;
|
|
187
|
+
get objectId(): string;
|
|
188
|
+
set objectId(value: string);
|
|
189
|
+
resetObjectId(): void;
|
|
190
|
+
get objectIdInput(): string | undefined;
|
|
191
|
+
private _subjectType?;
|
|
192
|
+
get subjectType(): string;
|
|
193
|
+
set subjectType(value: string);
|
|
194
|
+
get subjectTypeInput(): string | undefined;
|
|
195
|
+
}
|
|
196
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverList extends cdktn.ComplexList {
|
|
197
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
198
|
+
protected terraformAttribute: string;
|
|
199
|
+
protected wrapsSet: boolean;
|
|
200
|
+
internalValue?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover[] | cdktn.IResolvable;
|
|
201
|
+
/**
|
|
202
|
+
* @param terraformResource The parent resource
|
|
203
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
204
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
205
|
+
*/
|
|
206
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
207
|
+
/**
|
|
208
|
+
* @param index the index of the item to return
|
|
209
|
+
*/
|
|
210
|
+
get(index: number): AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverOutputReference;
|
|
211
|
+
}
|
|
212
|
+
export interface AccessPackageAssignmentPolicyApprovalSettingsApprovalStage {
|
|
213
|
+
/**
|
|
214
|
+
* If no action taken, forward to alternate approvers?
|
|
215
|
+
*
|
|
216
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#alternative_approval_enabled AccessPackageAssignmentPolicy#alternative_approval_enabled}
|
|
217
|
+
*/
|
|
218
|
+
readonly alternativeApprovalEnabled?: boolean | cdktn.IResolvable;
|
|
219
|
+
/**
|
|
220
|
+
* Decision must be made in how many days? If a request is not approved within this time period after it is made, it will be automatically rejected
|
|
221
|
+
*
|
|
222
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approval_timeout_in_days AccessPackageAssignmentPolicy#approval_timeout_in_days}
|
|
223
|
+
*/
|
|
224
|
+
readonly approvalTimeoutInDays: number;
|
|
225
|
+
/**
|
|
226
|
+
* Whether an approver must provide a justification for their decision. Justification is visible to other approvers and the requestor
|
|
227
|
+
*
|
|
228
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approver_justification_required AccessPackageAssignmentPolicy#approver_justification_required}
|
|
229
|
+
*/
|
|
230
|
+
readonly approverJustificationRequired?: boolean | cdktn.IResolvable;
|
|
231
|
+
/**
|
|
232
|
+
* Forward to alternate approver(s) after how many days?
|
|
233
|
+
*
|
|
234
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#enable_alternative_approval_in_days AccessPackageAssignmentPolicy#enable_alternative_approval_in_days}
|
|
235
|
+
*/
|
|
236
|
+
readonly enableAlternativeApprovalInDays?: number;
|
|
237
|
+
/**
|
|
238
|
+
* alternative_approver block
|
|
239
|
+
*
|
|
240
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#alternative_approver AccessPackageAssignmentPolicy#alternative_approver}
|
|
241
|
+
*/
|
|
242
|
+
readonly alternativeApprover?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover[] | cdktn.IResolvable;
|
|
243
|
+
/**
|
|
244
|
+
* primary_approver block
|
|
245
|
+
*
|
|
246
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#primary_approver AccessPackageAssignmentPolicy#primary_approver}
|
|
247
|
+
*/
|
|
248
|
+
readonly primaryApprover?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover[] | cdktn.IResolvable;
|
|
249
|
+
}
|
|
250
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStageToTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage | cdktn.IResolvable): any;
|
|
251
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsApprovalStageToHclTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage | cdktn.IResolvable): any;
|
|
252
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStageOutputReference extends cdktn.ComplexObject {
|
|
253
|
+
private isEmptyObject;
|
|
254
|
+
private resolvableValue?;
|
|
255
|
+
/**
|
|
256
|
+
* @param terraformResource The parent resource
|
|
257
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
258
|
+
* @param complexObjectIndex the index of this item in the list
|
|
259
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
260
|
+
*/
|
|
261
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
262
|
+
get internalValue(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStage | cdktn.IResolvable | undefined;
|
|
263
|
+
set internalValue(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage | cdktn.IResolvable | undefined);
|
|
264
|
+
private _alternativeApprovalEnabled?;
|
|
265
|
+
get alternativeApprovalEnabled(): boolean | cdktn.IResolvable;
|
|
266
|
+
set alternativeApprovalEnabled(value: boolean | cdktn.IResolvable);
|
|
267
|
+
resetAlternativeApprovalEnabled(): void;
|
|
268
|
+
get alternativeApprovalEnabledInput(): boolean | cdktn.IResolvable | undefined;
|
|
269
|
+
private _approvalTimeoutInDays?;
|
|
270
|
+
get approvalTimeoutInDays(): number;
|
|
271
|
+
set approvalTimeoutInDays(value: number);
|
|
272
|
+
get approvalTimeoutInDaysInput(): number | undefined;
|
|
273
|
+
private _approverJustificationRequired?;
|
|
274
|
+
get approverJustificationRequired(): boolean | cdktn.IResolvable;
|
|
275
|
+
set approverJustificationRequired(value: boolean | cdktn.IResolvable);
|
|
276
|
+
resetApproverJustificationRequired(): void;
|
|
277
|
+
get approverJustificationRequiredInput(): boolean | cdktn.IResolvable | undefined;
|
|
278
|
+
private _enableAlternativeApprovalInDays?;
|
|
279
|
+
get enableAlternativeApprovalInDays(): number;
|
|
280
|
+
set enableAlternativeApprovalInDays(value: number);
|
|
281
|
+
resetEnableAlternativeApprovalInDays(): void;
|
|
282
|
+
get enableAlternativeApprovalInDaysInput(): number | undefined;
|
|
283
|
+
private _alternativeApprover;
|
|
284
|
+
get alternativeApprover(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApproverList;
|
|
285
|
+
putAlternativeApprover(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover[] | cdktn.IResolvable): void;
|
|
286
|
+
resetAlternativeApprover(): void;
|
|
287
|
+
get alternativeApproverInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyApprovalSettingsApprovalStageAlternativeApprover[] | undefined;
|
|
288
|
+
private _primaryApprover;
|
|
289
|
+
get primaryApprover(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApproverList;
|
|
290
|
+
putPrimaryApprover(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover[] | cdktn.IResolvable): void;
|
|
291
|
+
resetPrimaryApprover(): void;
|
|
292
|
+
get primaryApproverInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyApprovalSettingsApprovalStagePrimaryApprover[] | undefined;
|
|
293
|
+
}
|
|
294
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsApprovalStageList extends cdktn.ComplexList {
|
|
295
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
296
|
+
protected terraformAttribute: string;
|
|
297
|
+
protected wrapsSet: boolean;
|
|
298
|
+
internalValue?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage[] | cdktn.IResolvable;
|
|
299
|
+
/**
|
|
300
|
+
* @param terraformResource The parent resource
|
|
301
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
302
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
303
|
+
*/
|
|
304
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
305
|
+
/**
|
|
306
|
+
* @param index the index of the item to return
|
|
307
|
+
*/
|
|
308
|
+
get(index: number): AccessPackageAssignmentPolicyApprovalSettingsApprovalStageOutputReference;
|
|
309
|
+
}
|
|
310
|
+
export interface AccessPackageAssignmentPolicyApprovalSettings {
|
|
311
|
+
/**
|
|
312
|
+
* Whether an approval is required
|
|
313
|
+
*
|
|
314
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approval_required AccessPackageAssignmentPolicy#approval_required}
|
|
315
|
+
*/
|
|
316
|
+
readonly approvalRequired?: boolean | cdktn.IResolvable;
|
|
317
|
+
/**
|
|
318
|
+
* Whether an approval is required to grant extension. Same approval settings used to approve initial access will apply
|
|
319
|
+
*
|
|
320
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approval_required_for_extension AccessPackageAssignmentPolicy#approval_required_for_extension}
|
|
321
|
+
*/
|
|
322
|
+
readonly approvalRequiredForExtension?: boolean | cdktn.IResolvable;
|
|
323
|
+
/**
|
|
324
|
+
* Whether requestor are required to provide a justification to request an access package. Justification is visible to other approvers and the requestor
|
|
325
|
+
*
|
|
326
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#requestor_justification_required AccessPackageAssignmentPolicy#requestor_justification_required}
|
|
327
|
+
*/
|
|
328
|
+
readonly requestorJustificationRequired?: boolean | cdktn.IResolvable;
|
|
329
|
+
/**
|
|
330
|
+
* approval_stage block
|
|
331
|
+
*
|
|
332
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approval_stage AccessPackageAssignmentPolicy#approval_stage}
|
|
333
|
+
*/
|
|
334
|
+
readonly approvalStage?: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage[] | cdktn.IResolvable;
|
|
335
|
+
}
|
|
336
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsToTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsOutputReference | AccessPackageAssignmentPolicyApprovalSettings): any;
|
|
337
|
+
export declare function accessPackageAssignmentPolicyApprovalSettingsToHclTerraform(struct?: AccessPackageAssignmentPolicyApprovalSettingsOutputReference | AccessPackageAssignmentPolicyApprovalSettings): any;
|
|
338
|
+
export declare class AccessPackageAssignmentPolicyApprovalSettingsOutputReference extends cdktn.ComplexObject {
|
|
339
|
+
private isEmptyObject;
|
|
340
|
+
/**
|
|
341
|
+
* @param terraformResource The parent resource
|
|
342
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
343
|
+
*/
|
|
344
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
345
|
+
get internalValue(): AccessPackageAssignmentPolicyApprovalSettings | undefined;
|
|
346
|
+
set internalValue(value: AccessPackageAssignmentPolicyApprovalSettings | undefined);
|
|
347
|
+
private _approvalRequired?;
|
|
348
|
+
get approvalRequired(): boolean | cdktn.IResolvable;
|
|
349
|
+
set approvalRequired(value: boolean | cdktn.IResolvable);
|
|
350
|
+
resetApprovalRequired(): void;
|
|
351
|
+
get approvalRequiredInput(): boolean | cdktn.IResolvable | undefined;
|
|
352
|
+
private _approvalRequiredForExtension?;
|
|
353
|
+
get approvalRequiredForExtension(): boolean | cdktn.IResolvable;
|
|
354
|
+
set approvalRequiredForExtension(value: boolean | cdktn.IResolvable);
|
|
355
|
+
resetApprovalRequiredForExtension(): void;
|
|
356
|
+
get approvalRequiredForExtensionInput(): boolean | cdktn.IResolvable | undefined;
|
|
357
|
+
private _requestorJustificationRequired?;
|
|
358
|
+
get requestorJustificationRequired(): boolean | cdktn.IResolvable;
|
|
359
|
+
set requestorJustificationRequired(value: boolean | cdktn.IResolvable);
|
|
360
|
+
resetRequestorJustificationRequired(): void;
|
|
361
|
+
get requestorJustificationRequiredInput(): boolean | cdktn.IResolvable | undefined;
|
|
362
|
+
private _approvalStage;
|
|
363
|
+
get approvalStage(): AccessPackageAssignmentPolicyApprovalSettingsApprovalStageList;
|
|
364
|
+
putApprovalStage(value: AccessPackageAssignmentPolicyApprovalSettingsApprovalStage[] | cdktn.IResolvable): void;
|
|
365
|
+
resetApprovalStage(): void;
|
|
366
|
+
get approvalStageInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyApprovalSettingsApprovalStage[] | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer {
|
|
369
|
+
/**
|
|
370
|
+
* For a user in an approval stage, this property indicates whether the user is a backup fallback approver
|
|
371
|
+
*
|
|
372
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#backup AccessPackageAssignmentPolicy#backup}
|
|
373
|
+
*/
|
|
374
|
+
readonly backup?: boolean | cdktn.IResolvable;
|
|
375
|
+
/**
|
|
376
|
+
* The object ID of the subject
|
|
377
|
+
*
|
|
378
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#object_id AccessPackageAssignmentPolicy#object_id}
|
|
379
|
+
*/
|
|
380
|
+
readonly objectId?: string;
|
|
381
|
+
/**
|
|
382
|
+
* Type of users
|
|
383
|
+
*
|
|
384
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#subject_type AccessPackageAssignmentPolicy#subject_type}
|
|
385
|
+
*/
|
|
386
|
+
readonly subjectType: string;
|
|
387
|
+
}
|
|
388
|
+
export declare function accessPackageAssignmentPolicyAssignmentReviewSettingsReviewerToTerraform(struct?: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer | cdktn.IResolvable): any;
|
|
389
|
+
export declare function accessPackageAssignmentPolicyAssignmentReviewSettingsReviewerToHclTerraform(struct?: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer | cdktn.IResolvable): any;
|
|
390
|
+
export declare class AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewerOutputReference extends cdktn.ComplexObject {
|
|
391
|
+
private isEmptyObject;
|
|
392
|
+
private resolvableValue?;
|
|
393
|
+
/**
|
|
394
|
+
* @param terraformResource The parent resource
|
|
395
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
396
|
+
* @param complexObjectIndex the index of this item in the list
|
|
397
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
398
|
+
*/
|
|
399
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
400
|
+
get internalValue(): AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer | cdktn.IResolvable | undefined;
|
|
401
|
+
set internalValue(value: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer | cdktn.IResolvable | undefined);
|
|
402
|
+
private _backup?;
|
|
403
|
+
get backup(): boolean | cdktn.IResolvable;
|
|
404
|
+
set backup(value: boolean | cdktn.IResolvable);
|
|
405
|
+
resetBackup(): void;
|
|
406
|
+
get backupInput(): boolean | cdktn.IResolvable | undefined;
|
|
407
|
+
private _objectId?;
|
|
408
|
+
get objectId(): string;
|
|
409
|
+
set objectId(value: string);
|
|
410
|
+
resetObjectId(): void;
|
|
411
|
+
get objectIdInput(): string | undefined;
|
|
412
|
+
private _subjectType?;
|
|
413
|
+
get subjectType(): string;
|
|
414
|
+
set subjectType(value: string);
|
|
415
|
+
get subjectTypeInput(): string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export declare class AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewerList extends cdktn.ComplexList {
|
|
418
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
419
|
+
protected terraformAttribute: string;
|
|
420
|
+
protected wrapsSet: boolean;
|
|
421
|
+
internalValue?: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer[] | cdktn.IResolvable;
|
|
422
|
+
/**
|
|
423
|
+
* @param terraformResource The parent resource
|
|
424
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
425
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
426
|
+
*/
|
|
427
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
428
|
+
/**
|
|
429
|
+
* @param index the index of the item to return
|
|
430
|
+
*/
|
|
431
|
+
get(index: number): AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewerOutputReference;
|
|
432
|
+
}
|
|
433
|
+
export interface AccessPackageAssignmentPolicyAssignmentReviewSettings {
|
|
434
|
+
/**
|
|
435
|
+
* Whether to show Show reviewer decision helpers. If enabled, system recommendations based on users' access information will be shown to the reviewers. The reviewer will be recommended to approve the review if the user has signed-in at least once during the last 30 days. The reviewer will be recommended to deny the review if the user has not signed-in during the last 30 days
|
|
436
|
+
*
|
|
437
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#access_recommendation_enabled AccessPackageAssignmentPolicy#access_recommendation_enabled}
|
|
438
|
+
*/
|
|
439
|
+
readonly accessRecommendationEnabled?: boolean | cdktn.IResolvable;
|
|
440
|
+
/**
|
|
441
|
+
* What actions the system takes if reviewers don't respond in time
|
|
442
|
+
*
|
|
443
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#access_review_timeout_behavior AccessPackageAssignmentPolicy#access_review_timeout_behavior}
|
|
444
|
+
*/
|
|
445
|
+
readonly accessReviewTimeoutBehavior?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Whether a reviewer need provide a justification for their decision. Justification is visible to other reviewers and the requestor
|
|
448
|
+
*
|
|
449
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#approver_justification_required AccessPackageAssignmentPolicy#approver_justification_required}
|
|
450
|
+
*/
|
|
451
|
+
readonly approverJustificationRequired?: boolean | cdktn.IResolvable;
|
|
452
|
+
/**
|
|
453
|
+
* How many days each occurrence of the access review series will run
|
|
454
|
+
*
|
|
455
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#duration_in_days AccessPackageAssignmentPolicy#duration_in_days}
|
|
456
|
+
*/
|
|
457
|
+
readonly durationInDays?: number;
|
|
458
|
+
/**
|
|
459
|
+
* Whether to enable assignment review
|
|
460
|
+
*
|
|
461
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#enabled AccessPackageAssignmentPolicy#enabled}
|
|
462
|
+
*/
|
|
463
|
+
readonly enabled?: boolean | cdktn.IResolvable;
|
|
464
|
+
/**
|
|
465
|
+
* This will determine how often the access review campaign runs
|
|
466
|
+
*
|
|
467
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#review_frequency AccessPackageAssignmentPolicy#review_frequency}
|
|
468
|
+
*/
|
|
469
|
+
readonly reviewFrequency?: string;
|
|
470
|
+
/**
|
|
471
|
+
* Self review or specific reviewers
|
|
472
|
+
*
|
|
473
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#review_type AccessPackageAssignmentPolicy#review_type}
|
|
474
|
+
*/
|
|
475
|
+
readonly reviewType?: string;
|
|
476
|
+
/**
|
|
477
|
+
* This is the date the access review campaign will start on, formatted as an RFC3339 date string in UTC(e.g. 2018-01-01T01:02:03Z), default is now. Once an access review has been created, you cannot update its start date
|
|
478
|
+
*
|
|
479
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#starting_on AccessPackageAssignmentPolicy#starting_on}
|
|
480
|
+
*/
|
|
481
|
+
readonly startingOn?: string;
|
|
482
|
+
/**
|
|
483
|
+
* reviewer block
|
|
484
|
+
*
|
|
485
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#reviewer AccessPackageAssignmentPolicy#reviewer}
|
|
486
|
+
*/
|
|
487
|
+
readonly reviewer?: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer[] | cdktn.IResolvable;
|
|
488
|
+
}
|
|
489
|
+
export declare function accessPackageAssignmentPolicyAssignmentReviewSettingsToTerraform(struct?: AccessPackageAssignmentPolicyAssignmentReviewSettingsOutputReference | AccessPackageAssignmentPolicyAssignmentReviewSettings): any;
|
|
490
|
+
export declare function accessPackageAssignmentPolicyAssignmentReviewSettingsToHclTerraform(struct?: AccessPackageAssignmentPolicyAssignmentReviewSettingsOutputReference | AccessPackageAssignmentPolicyAssignmentReviewSettings): any;
|
|
491
|
+
export declare class AccessPackageAssignmentPolicyAssignmentReviewSettingsOutputReference extends cdktn.ComplexObject {
|
|
492
|
+
private isEmptyObject;
|
|
493
|
+
/**
|
|
494
|
+
* @param terraformResource The parent resource
|
|
495
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
496
|
+
*/
|
|
497
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
498
|
+
get internalValue(): AccessPackageAssignmentPolicyAssignmentReviewSettings | undefined;
|
|
499
|
+
set internalValue(value: AccessPackageAssignmentPolicyAssignmentReviewSettings | undefined);
|
|
500
|
+
private _accessRecommendationEnabled?;
|
|
501
|
+
get accessRecommendationEnabled(): boolean | cdktn.IResolvable;
|
|
502
|
+
set accessRecommendationEnabled(value: boolean | cdktn.IResolvable);
|
|
503
|
+
resetAccessRecommendationEnabled(): void;
|
|
504
|
+
get accessRecommendationEnabledInput(): boolean | cdktn.IResolvable | undefined;
|
|
505
|
+
private _accessReviewTimeoutBehavior?;
|
|
506
|
+
get accessReviewTimeoutBehavior(): string;
|
|
507
|
+
set accessReviewTimeoutBehavior(value: string);
|
|
508
|
+
resetAccessReviewTimeoutBehavior(): void;
|
|
509
|
+
get accessReviewTimeoutBehaviorInput(): string | undefined;
|
|
510
|
+
private _approverJustificationRequired?;
|
|
511
|
+
get approverJustificationRequired(): boolean | cdktn.IResolvable;
|
|
512
|
+
set approverJustificationRequired(value: boolean | cdktn.IResolvable);
|
|
513
|
+
resetApproverJustificationRequired(): void;
|
|
514
|
+
get approverJustificationRequiredInput(): boolean | cdktn.IResolvable | undefined;
|
|
515
|
+
private _durationInDays?;
|
|
516
|
+
get durationInDays(): number;
|
|
517
|
+
set durationInDays(value: number);
|
|
518
|
+
resetDurationInDays(): void;
|
|
519
|
+
get durationInDaysInput(): number | undefined;
|
|
520
|
+
private _enabled?;
|
|
521
|
+
get enabled(): boolean | cdktn.IResolvable;
|
|
522
|
+
set enabled(value: boolean | cdktn.IResolvable);
|
|
523
|
+
resetEnabled(): void;
|
|
524
|
+
get enabledInput(): boolean | cdktn.IResolvable | undefined;
|
|
525
|
+
private _reviewFrequency?;
|
|
526
|
+
get reviewFrequency(): string;
|
|
527
|
+
set reviewFrequency(value: string);
|
|
528
|
+
resetReviewFrequency(): void;
|
|
529
|
+
get reviewFrequencyInput(): string | undefined;
|
|
530
|
+
private _reviewType?;
|
|
531
|
+
get reviewType(): string;
|
|
532
|
+
set reviewType(value: string);
|
|
533
|
+
resetReviewType(): void;
|
|
534
|
+
get reviewTypeInput(): string | undefined;
|
|
535
|
+
private _startingOn?;
|
|
536
|
+
get startingOn(): string;
|
|
537
|
+
set startingOn(value: string);
|
|
538
|
+
resetStartingOn(): void;
|
|
539
|
+
get startingOnInput(): string | undefined;
|
|
540
|
+
private _reviewer;
|
|
541
|
+
get reviewer(): AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewerList;
|
|
542
|
+
putReviewer(value: AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer[] | cdktn.IResolvable): void;
|
|
543
|
+
resetReviewer(): void;
|
|
544
|
+
get reviewerInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyAssignmentReviewSettingsReviewer[] | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText {
|
|
547
|
+
/**
|
|
548
|
+
* The localized content of this question
|
|
549
|
+
*
|
|
550
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#content AccessPackageAssignmentPolicy#content}
|
|
551
|
+
*/
|
|
552
|
+
readonly content: string;
|
|
553
|
+
/**
|
|
554
|
+
* The language code of this question content
|
|
555
|
+
*
|
|
556
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#language_code AccessPackageAssignmentPolicy#language_code}
|
|
557
|
+
*/
|
|
558
|
+
readonly languageCode: string;
|
|
559
|
+
}
|
|
560
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextToTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText | cdktn.IResolvable): any;
|
|
561
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText | cdktn.IResolvable): any;
|
|
562
|
+
export declare class AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextOutputReference extends cdktn.ComplexObject {
|
|
563
|
+
private isEmptyObject;
|
|
564
|
+
private resolvableValue?;
|
|
565
|
+
/**
|
|
566
|
+
* @param terraformResource The parent resource
|
|
567
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
568
|
+
* @param complexObjectIndex the index of this item in the list
|
|
569
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
570
|
+
*/
|
|
571
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
572
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText | cdktn.IResolvable | undefined;
|
|
573
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText | cdktn.IResolvable | undefined);
|
|
574
|
+
private _content?;
|
|
575
|
+
get content(): string;
|
|
576
|
+
set content(value: string);
|
|
577
|
+
get contentInput(): string | undefined;
|
|
578
|
+
private _languageCode?;
|
|
579
|
+
get languageCode(): string;
|
|
580
|
+
set languageCode(value: string);
|
|
581
|
+
get languageCodeInput(): string | undefined;
|
|
582
|
+
}
|
|
583
|
+
export declare class AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextList extends cdktn.ComplexList {
|
|
584
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
585
|
+
protected terraformAttribute: string;
|
|
586
|
+
protected wrapsSet: boolean;
|
|
587
|
+
internalValue?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText[] | cdktn.IResolvable;
|
|
588
|
+
/**
|
|
589
|
+
* @param terraformResource The parent resource
|
|
590
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
591
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
592
|
+
*/
|
|
593
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
594
|
+
/**
|
|
595
|
+
* @param index the index of the item to return
|
|
596
|
+
*/
|
|
597
|
+
get(index: number): AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextOutputReference;
|
|
598
|
+
}
|
|
599
|
+
export interface AccessPackageAssignmentPolicyQuestionChoiceDisplayValue {
|
|
600
|
+
/**
|
|
601
|
+
* The default text of this question
|
|
602
|
+
*
|
|
603
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#default_text AccessPackageAssignmentPolicy#default_text}
|
|
604
|
+
*/
|
|
605
|
+
readonly defaultText: string;
|
|
606
|
+
/**
|
|
607
|
+
* localized_text block
|
|
608
|
+
*
|
|
609
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#localized_text AccessPackageAssignmentPolicy#localized_text}
|
|
610
|
+
*/
|
|
611
|
+
readonly localizedText?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText[] | cdktn.IResolvable;
|
|
612
|
+
}
|
|
613
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceDisplayValueToTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueOutputReference | AccessPackageAssignmentPolicyQuestionChoiceDisplayValue): any;
|
|
614
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceDisplayValueToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueOutputReference | AccessPackageAssignmentPolicyQuestionChoiceDisplayValue): any;
|
|
615
|
+
export declare class AccessPackageAssignmentPolicyQuestionChoiceDisplayValueOutputReference extends cdktn.ComplexObject {
|
|
616
|
+
private isEmptyObject;
|
|
617
|
+
/**
|
|
618
|
+
* @param terraformResource The parent resource
|
|
619
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
620
|
+
*/
|
|
621
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
622
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestionChoiceDisplayValue | undefined;
|
|
623
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestionChoiceDisplayValue | undefined);
|
|
624
|
+
private _defaultText?;
|
|
625
|
+
get defaultText(): string;
|
|
626
|
+
set defaultText(value: string);
|
|
627
|
+
get defaultTextInput(): string | undefined;
|
|
628
|
+
private _localizedText;
|
|
629
|
+
get localizedText(): AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedTextList;
|
|
630
|
+
putLocalizedText(value: AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText[] | cdktn.IResolvable): void;
|
|
631
|
+
resetLocalizedText(): void;
|
|
632
|
+
get localizedTextInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyQuestionChoiceDisplayValueLocalizedText[] | undefined;
|
|
633
|
+
}
|
|
634
|
+
export interface AccessPackageAssignmentPolicyQuestionChoice {
|
|
635
|
+
/**
|
|
636
|
+
* The actual value of this choice
|
|
637
|
+
*
|
|
638
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#actual_value AccessPackageAssignmentPolicy#actual_value}
|
|
639
|
+
*/
|
|
640
|
+
readonly actualValue: string;
|
|
641
|
+
/**
|
|
642
|
+
* display_value block
|
|
643
|
+
*
|
|
644
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#display_value AccessPackageAssignmentPolicy#display_value}
|
|
645
|
+
*/
|
|
646
|
+
readonly displayValue: AccessPackageAssignmentPolicyQuestionChoiceDisplayValue;
|
|
647
|
+
}
|
|
648
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceToTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoice | cdktn.IResolvable): any;
|
|
649
|
+
export declare function accessPackageAssignmentPolicyQuestionChoiceToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestionChoice | cdktn.IResolvable): any;
|
|
650
|
+
export declare class AccessPackageAssignmentPolicyQuestionChoiceOutputReference extends cdktn.ComplexObject {
|
|
651
|
+
private isEmptyObject;
|
|
652
|
+
private resolvableValue?;
|
|
653
|
+
/**
|
|
654
|
+
* @param terraformResource The parent resource
|
|
655
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
656
|
+
* @param complexObjectIndex the index of this item in the list
|
|
657
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
658
|
+
*/
|
|
659
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
660
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestionChoice | cdktn.IResolvable | undefined;
|
|
661
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestionChoice | cdktn.IResolvable | undefined);
|
|
662
|
+
private _actualValue?;
|
|
663
|
+
get actualValue(): string;
|
|
664
|
+
set actualValue(value: string);
|
|
665
|
+
get actualValueInput(): string | undefined;
|
|
666
|
+
private _displayValue;
|
|
667
|
+
get displayValue(): AccessPackageAssignmentPolicyQuestionChoiceDisplayValueOutputReference;
|
|
668
|
+
putDisplayValue(value: AccessPackageAssignmentPolicyQuestionChoiceDisplayValue): void;
|
|
669
|
+
get displayValueInput(): AccessPackageAssignmentPolicyQuestionChoiceDisplayValue | undefined;
|
|
670
|
+
}
|
|
671
|
+
export declare class AccessPackageAssignmentPolicyQuestionChoiceList extends cdktn.ComplexList {
|
|
672
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
673
|
+
protected terraformAttribute: string;
|
|
674
|
+
protected wrapsSet: boolean;
|
|
675
|
+
internalValue?: AccessPackageAssignmentPolicyQuestionChoice[] | cdktn.IResolvable;
|
|
676
|
+
/**
|
|
677
|
+
* @param terraformResource The parent resource
|
|
678
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
679
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
680
|
+
*/
|
|
681
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
682
|
+
/**
|
|
683
|
+
* @param index the index of the item to return
|
|
684
|
+
*/
|
|
685
|
+
get(index: number): AccessPackageAssignmentPolicyQuestionChoiceOutputReference;
|
|
686
|
+
}
|
|
687
|
+
export interface AccessPackageAssignmentPolicyQuestionTextLocalizedText {
|
|
688
|
+
/**
|
|
689
|
+
* The localized content of this question
|
|
690
|
+
*
|
|
691
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#content AccessPackageAssignmentPolicy#content}
|
|
692
|
+
*/
|
|
693
|
+
readonly content: string;
|
|
694
|
+
/**
|
|
695
|
+
* The language code of this question content
|
|
696
|
+
*
|
|
697
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#language_code AccessPackageAssignmentPolicy#language_code}
|
|
698
|
+
*/
|
|
699
|
+
readonly languageCode: string;
|
|
700
|
+
}
|
|
701
|
+
export declare function accessPackageAssignmentPolicyQuestionTextLocalizedTextToTerraform(struct?: AccessPackageAssignmentPolicyQuestionTextLocalizedText | cdktn.IResolvable): any;
|
|
702
|
+
export declare function accessPackageAssignmentPolicyQuestionTextLocalizedTextToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestionTextLocalizedText | cdktn.IResolvable): any;
|
|
703
|
+
export declare class AccessPackageAssignmentPolicyQuestionTextLocalizedTextOutputReference extends cdktn.ComplexObject {
|
|
704
|
+
private isEmptyObject;
|
|
705
|
+
private resolvableValue?;
|
|
706
|
+
/**
|
|
707
|
+
* @param terraformResource The parent resource
|
|
708
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
709
|
+
* @param complexObjectIndex the index of this item in the list
|
|
710
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
711
|
+
*/
|
|
712
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
713
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestionTextLocalizedText | cdktn.IResolvable | undefined;
|
|
714
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestionTextLocalizedText | cdktn.IResolvable | undefined);
|
|
715
|
+
private _content?;
|
|
716
|
+
get content(): string;
|
|
717
|
+
set content(value: string);
|
|
718
|
+
get contentInput(): string | undefined;
|
|
719
|
+
private _languageCode?;
|
|
720
|
+
get languageCode(): string;
|
|
721
|
+
set languageCode(value: string);
|
|
722
|
+
get languageCodeInput(): string | undefined;
|
|
723
|
+
}
|
|
724
|
+
export declare class AccessPackageAssignmentPolicyQuestionTextLocalizedTextList extends cdktn.ComplexList {
|
|
725
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
726
|
+
protected terraformAttribute: string;
|
|
727
|
+
protected wrapsSet: boolean;
|
|
728
|
+
internalValue?: AccessPackageAssignmentPolicyQuestionTextLocalizedText[] | cdktn.IResolvable;
|
|
729
|
+
/**
|
|
730
|
+
* @param terraformResource The parent resource
|
|
731
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
732
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
733
|
+
*/
|
|
734
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
735
|
+
/**
|
|
736
|
+
* @param index the index of the item to return
|
|
737
|
+
*/
|
|
738
|
+
get(index: number): AccessPackageAssignmentPolicyQuestionTextLocalizedTextOutputReference;
|
|
739
|
+
}
|
|
740
|
+
export interface AccessPackageAssignmentPolicyQuestionText {
|
|
741
|
+
/**
|
|
742
|
+
* The default text of this question
|
|
743
|
+
*
|
|
744
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#default_text AccessPackageAssignmentPolicy#default_text}
|
|
745
|
+
*/
|
|
746
|
+
readonly defaultText: string;
|
|
747
|
+
/**
|
|
748
|
+
* localized_text block
|
|
749
|
+
*
|
|
750
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#localized_text AccessPackageAssignmentPolicy#localized_text}
|
|
751
|
+
*/
|
|
752
|
+
readonly localizedText?: AccessPackageAssignmentPolicyQuestionTextLocalizedText[] | cdktn.IResolvable;
|
|
753
|
+
}
|
|
754
|
+
export declare function accessPackageAssignmentPolicyQuestionTextToTerraform(struct?: AccessPackageAssignmentPolicyQuestionTextOutputReference | AccessPackageAssignmentPolicyQuestionText): any;
|
|
755
|
+
export declare function accessPackageAssignmentPolicyQuestionTextToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestionTextOutputReference | AccessPackageAssignmentPolicyQuestionText): any;
|
|
756
|
+
export declare class AccessPackageAssignmentPolicyQuestionTextOutputReference extends cdktn.ComplexObject {
|
|
757
|
+
private isEmptyObject;
|
|
758
|
+
/**
|
|
759
|
+
* @param terraformResource The parent resource
|
|
760
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
761
|
+
*/
|
|
762
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
763
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestionText | undefined;
|
|
764
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestionText | undefined);
|
|
765
|
+
private _defaultText?;
|
|
766
|
+
get defaultText(): string;
|
|
767
|
+
set defaultText(value: string);
|
|
768
|
+
get defaultTextInput(): string | undefined;
|
|
769
|
+
private _localizedText;
|
|
770
|
+
get localizedText(): AccessPackageAssignmentPolicyQuestionTextLocalizedTextList;
|
|
771
|
+
putLocalizedText(value: AccessPackageAssignmentPolicyQuestionTextLocalizedText[] | cdktn.IResolvable): void;
|
|
772
|
+
resetLocalizedText(): void;
|
|
773
|
+
get localizedTextInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyQuestionTextLocalizedText[] | undefined;
|
|
774
|
+
}
|
|
775
|
+
export interface AccessPackageAssignmentPolicyQuestion {
|
|
776
|
+
/**
|
|
777
|
+
* Whether this question is required
|
|
778
|
+
*
|
|
779
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#required AccessPackageAssignmentPolicy#required}
|
|
780
|
+
*/
|
|
781
|
+
readonly required?: boolean | cdktn.IResolvable;
|
|
782
|
+
/**
|
|
783
|
+
* The sequence number of this question
|
|
784
|
+
*
|
|
785
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#sequence AccessPackageAssignmentPolicy#sequence}
|
|
786
|
+
*/
|
|
787
|
+
readonly sequence?: number;
|
|
788
|
+
/**
|
|
789
|
+
* choice block
|
|
790
|
+
*
|
|
791
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#choice AccessPackageAssignmentPolicy#choice}
|
|
792
|
+
*/
|
|
793
|
+
readonly choice?: AccessPackageAssignmentPolicyQuestionChoice[] | cdktn.IResolvable;
|
|
794
|
+
/**
|
|
795
|
+
* text block
|
|
796
|
+
*
|
|
797
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#text AccessPackageAssignmentPolicy#text}
|
|
798
|
+
*/
|
|
799
|
+
readonly text: AccessPackageAssignmentPolicyQuestionText;
|
|
800
|
+
}
|
|
801
|
+
export declare function accessPackageAssignmentPolicyQuestionToTerraform(struct?: AccessPackageAssignmentPolicyQuestion | cdktn.IResolvable): any;
|
|
802
|
+
export declare function accessPackageAssignmentPolicyQuestionToHclTerraform(struct?: AccessPackageAssignmentPolicyQuestion | cdktn.IResolvable): any;
|
|
803
|
+
export declare class AccessPackageAssignmentPolicyQuestionOutputReference extends cdktn.ComplexObject {
|
|
804
|
+
private isEmptyObject;
|
|
805
|
+
private resolvableValue?;
|
|
806
|
+
/**
|
|
807
|
+
* @param terraformResource The parent resource
|
|
808
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
809
|
+
* @param complexObjectIndex the index of this item in the list
|
|
810
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
811
|
+
*/
|
|
812
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
813
|
+
get internalValue(): AccessPackageAssignmentPolicyQuestion | cdktn.IResolvable | undefined;
|
|
814
|
+
set internalValue(value: AccessPackageAssignmentPolicyQuestion | cdktn.IResolvable | undefined);
|
|
815
|
+
private _required?;
|
|
816
|
+
get required(): boolean | cdktn.IResolvable;
|
|
817
|
+
set required(value: boolean | cdktn.IResolvable);
|
|
818
|
+
resetRequired(): void;
|
|
819
|
+
get requiredInput(): boolean | cdktn.IResolvable | undefined;
|
|
820
|
+
private _sequence?;
|
|
821
|
+
get sequence(): number;
|
|
822
|
+
set sequence(value: number);
|
|
823
|
+
resetSequence(): void;
|
|
824
|
+
get sequenceInput(): number | undefined;
|
|
825
|
+
private _choice;
|
|
826
|
+
get choice(): AccessPackageAssignmentPolicyQuestionChoiceList;
|
|
827
|
+
putChoice(value: AccessPackageAssignmentPolicyQuestionChoice[] | cdktn.IResolvable): void;
|
|
828
|
+
resetChoice(): void;
|
|
829
|
+
get choiceInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyQuestionChoice[] | undefined;
|
|
830
|
+
private _text;
|
|
831
|
+
get text(): AccessPackageAssignmentPolicyQuestionTextOutputReference;
|
|
832
|
+
putText(value: AccessPackageAssignmentPolicyQuestionText): void;
|
|
833
|
+
get textInput(): AccessPackageAssignmentPolicyQuestionText | undefined;
|
|
834
|
+
}
|
|
835
|
+
export declare class AccessPackageAssignmentPolicyQuestionList extends cdktn.ComplexList {
|
|
836
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
837
|
+
protected terraformAttribute: string;
|
|
838
|
+
protected wrapsSet: boolean;
|
|
839
|
+
internalValue?: AccessPackageAssignmentPolicyQuestion[] | cdktn.IResolvable;
|
|
840
|
+
/**
|
|
841
|
+
* @param terraformResource The parent resource
|
|
842
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
843
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
844
|
+
*/
|
|
845
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
846
|
+
/**
|
|
847
|
+
* @param index the index of the item to return
|
|
848
|
+
*/
|
|
849
|
+
get(index: number): AccessPackageAssignmentPolicyQuestionOutputReference;
|
|
850
|
+
}
|
|
851
|
+
export interface AccessPackageAssignmentPolicyRequestorSettingsRequestor {
|
|
852
|
+
/**
|
|
853
|
+
* For a user in an approval stage, this property indicates whether the user is a backup fallback approver
|
|
854
|
+
*
|
|
855
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#backup AccessPackageAssignmentPolicy#backup}
|
|
856
|
+
*/
|
|
857
|
+
readonly backup?: boolean | cdktn.IResolvable;
|
|
858
|
+
/**
|
|
859
|
+
* The object ID of the subject
|
|
860
|
+
*
|
|
861
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#object_id AccessPackageAssignmentPolicy#object_id}
|
|
862
|
+
*/
|
|
863
|
+
readonly objectId?: string;
|
|
864
|
+
/**
|
|
865
|
+
* Type of users
|
|
866
|
+
*
|
|
867
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#subject_type AccessPackageAssignmentPolicy#subject_type}
|
|
868
|
+
*/
|
|
869
|
+
readonly subjectType: string;
|
|
870
|
+
}
|
|
871
|
+
export declare function accessPackageAssignmentPolicyRequestorSettingsRequestorToTerraform(struct?: AccessPackageAssignmentPolicyRequestorSettingsRequestor | cdktn.IResolvable): any;
|
|
872
|
+
export declare function accessPackageAssignmentPolicyRequestorSettingsRequestorToHclTerraform(struct?: AccessPackageAssignmentPolicyRequestorSettingsRequestor | cdktn.IResolvable): any;
|
|
873
|
+
export declare class AccessPackageAssignmentPolicyRequestorSettingsRequestorOutputReference extends cdktn.ComplexObject {
|
|
874
|
+
private isEmptyObject;
|
|
875
|
+
private resolvableValue?;
|
|
876
|
+
/**
|
|
877
|
+
* @param terraformResource The parent resource
|
|
878
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
879
|
+
* @param complexObjectIndex the index of this item in the list
|
|
880
|
+
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
881
|
+
*/
|
|
882
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
|
|
883
|
+
get internalValue(): AccessPackageAssignmentPolicyRequestorSettingsRequestor | cdktn.IResolvable | undefined;
|
|
884
|
+
set internalValue(value: AccessPackageAssignmentPolicyRequestorSettingsRequestor | cdktn.IResolvable | undefined);
|
|
885
|
+
private _backup?;
|
|
886
|
+
get backup(): boolean | cdktn.IResolvable;
|
|
887
|
+
set backup(value: boolean | cdktn.IResolvable);
|
|
888
|
+
resetBackup(): void;
|
|
889
|
+
get backupInput(): boolean | cdktn.IResolvable | undefined;
|
|
890
|
+
private _objectId?;
|
|
891
|
+
get objectId(): string;
|
|
892
|
+
set objectId(value: string);
|
|
893
|
+
resetObjectId(): void;
|
|
894
|
+
get objectIdInput(): string | undefined;
|
|
895
|
+
private _subjectType?;
|
|
896
|
+
get subjectType(): string;
|
|
897
|
+
set subjectType(value: string);
|
|
898
|
+
get subjectTypeInput(): string | undefined;
|
|
899
|
+
}
|
|
900
|
+
export declare class AccessPackageAssignmentPolicyRequestorSettingsRequestorList extends cdktn.ComplexList {
|
|
901
|
+
protected terraformResource: cdktn.IInterpolatingParent;
|
|
902
|
+
protected terraformAttribute: string;
|
|
903
|
+
protected wrapsSet: boolean;
|
|
904
|
+
internalValue?: AccessPackageAssignmentPolicyRequestorSettingsRequestor[] | cdktn.IResolvable;
|
|
905
|
+
/**
|
|
906
|
+
* @param terraformResource The parent resource
|
|
907
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
908
|
+
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
|
|
909
|
+
*/
|
|
910
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
|
|
911
|
+
/**
|
|
912
|
+
* @param index the index of the item to return
|
|
913
|
+
*/
|
|
914
|
+
get(index: number): AccessPackageAssignmentPolicyRequestorSettingsRequestorOutputReference;
|
|
915
|
+
}
|
|
916
|
+
export interface AccessPackageAssignmentPolicyRequestorSettings {
|
|
917
|
+
/**
|
|
918
|
+
* Whether to accept requests now, when disabled, no new requests can be made using this policy
|
|
919
|
+
*
|
|
920
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#requests_accepted AccessPackageAssignmentPolicy#requests_accepted}
|
|
921
|
+
*/
|
|
922
|
+
readonly requestsAccepted?: boolean | cdktn.IResolvable;
|
|
923
|
+
/**
|
|
924
|
+
* Specify the scopes of the requestors
|
|
925
|
+
*
|
|
926
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#scope_type AccessPackageAssignmentPolicy#scope_type}
|
|
927
|
+
*/
|
|
928
|
+
readonly scopeType?: string;
|
|
929
|
+
/**
|
|
930
|
+
* requestor block
|
|
931
|
+
*
|
|
932
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#requestor AccessPackageAssignmentPolicy#requestor}
|
|
933
|
+
*/
|
|
934
|
+
readonly requestor?: AccessPackageAssignmentPolicyRequestorSettingsRequestor[] | cdktn.IResolvable;
|
|
935
|
+
}
|
|
936
|
+
export declare function accessPackageAssignmentPolicyRequestorSettingsToTerraform(struct?: AccessPackageAssignmentPolicyRequestorSettingsOutputReference | AccessPackageAssignmentPolicyRequestorSettings): any;
|
|
937
|
+
export declare function accessPackageAssignmentPolicyRequestorSettingsToHclTerraform(struct?: AccessPackageAssignmentPolicyRequestorSettingsOutputReference | AccessPackageAssignmentPolicyRequestorSettings): any;
|
|
938
|
+
export declare class AccessPackageAssignmentPolicyRequestorSettingsOutputReference extends cdktn.ComplexObject {
|
|
939
|
+
private isEmptyObject;
|
|
940
|
+
/**
|
|
941
|
+
* @param terraformResource The parent resource
|
|
942
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
943
|
+
*/
|
|
944
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
945
|
+
get internalValue(): AccessPackageAssignmentPolicyRequestorSettings | undefined;
|
|
946
|
+
set internalValue(value: AccessPackageAssignmentPolicyRequestorSettings | undefined);
|
|
947
|
+
private _requestsAccepted?;
|
|
948
|
+
get requestsAccepted(): boolean | cdktn.IResolvable;
|
|
949
|
+
set requestsAccepted(value: boolean | cdktn.IResolvable);
|
|
950
|
+
resetRequestsAccepted(): void;
|
|
951
|
+
get requestsAcceptedInput(): boolean | cdktn.IResolvable | undefined;
|
|
952
|
+
private _scopeType?;
|
|
953
|
+
get scopeType(): string;
|
|
954
|
+
set scopeType(value: string);
|
|
955
|
+
resetScopeType(): void;
|
|
956
|
+
get scopeTypeInput(): string | undefined;
|
|
957
|
+
private _requestor;
|
|
958
|
+
get requestor(): AccessPackageAssignmentPolicyRequestorSettingsRequestorList;
|
|
959
|
+
putRequestor(value: AccessPackageAssignmentPolicyRequestorSettingsRequestor[] | cdktn.IResolvable): void;
|
|
960
|
+
resetRequestor(): void;
|
|
961
|
+
get requestorInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyRequestorSettingsRequestor[] | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface AccessPackageAssignmentPolicyTimeouts {
|
|
964
|
+
/**
|
|
965
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#create AccessPackageAssignmentPolicy#create}
|
|
966
|
+
*/
|
|
967
|
+
readonly create?: string;
|
|
968
|
+
/**
|
|
969
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#delete AccessPackageAssignmentPolicy#delete}
|
|
970
|
+
*/
|
|
971
|
+
readonly delete?: string;
|
|
972
|
+
/**
|
|
973
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#read AccessPackageAssignmentPolicy#read}
|
|
974
|
+
*/
|
|
975
|
+
readonly read?: string;
|
|
976
|
+
/**
|
|
977
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#update AccessPackageAssignmentPolicy#update}
|
|
978
|
+
*/
|
|
979
|
+
readonly update?: string;
|
|
980
|
+
}
|
|
981
|
+
export declare function accessPackageAssignmentPolicyTimeoutsToTerraform(struct?: AccessPackageAssignmentPolicyTimeouts | cdktn.IResolvable): any;
|
|
982
|
+
export declare function accessPackageAssignmentPolicyTimeoutsToHclTerraform(struct?: AccessPackageAssignmentPolicyTimeouts | cdktn.IResolvable): any;
|
|
983
|
+
export declare class AccessPackageAssignmentPolicyTimeoutsOutputReference extends cdktn.ComplexObject {
|
|
984
|
+
private isEmptyObject;
|
|
985
|
+
private resolvableValue?;
|
|
986
|
+
/**
|
|
987
|
+
* @param terraformResource The parent resource
|
|
988
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
989
|
+
*/
|
|
990
|
+
constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
|
|
991
|
+
get internalValue(): AccessPackageAssignmentPolicyTimeouts | cdktn.IResolvable | undefined;
|
|
992
|
+
set internalValue(value: AccessPackageAssignmentPolicyTimeouts | cdktn.IResolvable | undefined);
|
|
993
|
+
private _create?;
|
|
994
|
+
get create(): string;
|
|
995
|
+
set create(value: string);
|
|
996
|
+
resetCreate(): void;
|
|
997
|
+
get createInput(): string | undefined;
|
|
998
|
+
private _delete?;
|
|
999
|
+
get delete(): string;
|
|
1000
|
+
set delete(value: string);
|
|
1001
|
+
resetDelete(): void;
|
|
1002
|
+
get deleteInput(): string | undefined;
|
|
1003
|
+
private _read?;
|
|
1004
|
+
get read(): string;
|
|
1005
|
+
set read(value: string);
|
|
1006
|
+
resetRead(): void;
|
|
1007
|
+
get readInput(): string | undefined;
|
|
1008
|
+
private _update?;
|
|
1009
|
+
get update(): string;
|
|
1010
|
+
set update(value: string);
|
|
1011
|
+
resetUpdate(): void;
|
|
1012
|
+
get updateInput(): string | undefined;
|
|
1013
|
+
}
|
|
1014
|
+
/**
|
|
1015
|
+
* Represents a {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy azuread_access_package_assignment_policy}
|
|
1016
|
+
*/
|
|
1017
|
+
export declare class AccessPackageAssignmentPolicy extends cdktn.TerraformResource {
|
|
1018
|
+
static readonly tfResourceType = "azuread_access_package_assignment_policy";
|
|
1019
|
+
/**
|
|
1020
|
+
* Generates CDKTN code for importing a AccessPackageAssignmentPolicy resource upon running "cdktn plan <stack-name>"
|
|
1021
|
+
* @param scope The scope in which to define this construct
|
|
1022
|
+
* @param importToId The construct id used in the generated config for the AccessPackageAssignmentPolicy to import
|
|
1023
|
+
* @param importFromId The id of the existing AccessPackageAssignmentPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy#import import section} in the documentation of this resource for the id to use
|
|
1024
|
+
* @param provider? Optional instance of the provider where the AccessPackageAssignmentPolicy to import is found
|
|
1025
|
+
*/
|
|
1026
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
1027
|
+
/**
|
|
1028
|
+
* Create a new {@link https://registry.terraform.io/providers/hashicorp/azuread/3.7.0/docs/resources/access_package_assignment_policy azuread_access_package_assignment_policy} Resource
|
|
1029
|
+
*
|
|
1030
|
+
* @param scope The scope in which to define this construct
|
|
1031
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
1032
|
+
* @param options AccessPackageAssignmentPolicyConfig
|
|
1033
|
+
*/
|
|
1034
|
+
constructor(scope: Construct, id: string, config: AccessPackageAssignmentPolicyConfig);
|
|
1035
|
+
private _accessPackageId?;
|
|
1036
|
+
get accessPackageId(): string;
|
|
1037
|
+
set accessPackageId(value: string);
|
|
1038
|
+
get accessPackageIdInput(): string | undefined;
|
|
1039
|
+
private _description?;
|
|
1040
|
+
get description(): string;
|
|
1041
|
+
set description(value: string);
|
|
1042
|
+
get descriptionInput(): string | undefined;
|
|
1043
|
+
private _displayName?;
|
|
1044
|
+
get displayName(): string;
|
|
1045
|
+
set displayName(value: string);
|
|
1046
|
+
get displayNameInput(): string | undefined;
|
|
1047
|
+
private _durationInDays?;
|
|
1048
|
+
get durationInDays(): number;
|
|
1049
|
+
set durationInDays(value: number);
|
|
1050
|
+
resetDurationInDays(): void;
|
|
1051
|
+
get durationInDaysInput(): number | undefined;
|
|
1052
|
+
private _expirationDate?;
|
|
1053
|
+
get expirationDate(): string;
|
|
1054
|
+
set expirationDate(value: string);
|
|
1055
|
+
resetExpirationDate(): void;
|
|
1056
|
+
get expirationDateInput(): string | undefined;
|
|
1057
|
+
private _extensionEnabled?;
|
|
1058
|
+
get extensionEnabled(): boolean | cdktn.IResolvable;
|
|
1059
|
+
set extensionEnabled(value: boolean | cdktn.IResolvable);
|
|
1060
|
+
resetExtensionEnabled(): void;
|
|
1061
|
+
get extensionEnabledInput(): boolean | cdktn.IResolvable | undefined;
|
|
1062
|
+
private _id?;
|
|
1063
|
+
get id(): string;
|
|
1064
|
+
set id(value: string);
|
|
1065
|
+
resetId(): void;
|
|
1066
|
+
get idInput(): string | undefined;
|
|
1067
|
+
private _approvalSettings;
|
|
1068
|
+
get approvalSettings(): AccessPackageAssignmentPolicyApprovalSettingsOutputReference;
|
|
1069
|
+
putApprovalSettings(value: AccessPackageAssignmentPolicyApprovalSettings): void;
|
|
1070
|
+
resetApprovalSettings(): void;
|
|
1071
|
+
get approvalSettingsInput(): AccessPackageAssignmentPolicyApprovalSettings | undefined;
|
|
1072
|
+
private _assignmentReviewSettings;
|
|
1073
|
+
get assignmentReviewSettings(): AccessPackageAssignmentPolicyAssignmentReviewSettingsOutputReference;
|
|
1074
|
+
putAssignmentReviewSettings(value: AccessPackageAssignmentPolicyAssignmentReviewSettings): void;
|
|
1075
|
+
resetAssignmentReviewSettings(): void;
|
|
1076
|
+
get assignmentReviewSettingsInput(): AccessPackageAssignmentPolicyAssignmentReviewSettings | undefined;
|
|
1077
|
+
private _question;
|
|
1078
|
+
get question(): AccessPackageAssignmentPolicyQuestionList;
|
|
1079
|
+
putQuestion(value: AccessPackageAssignmentPolicyQuestion[] | cdktn.IResolvable): void;
|
|
1080
|
+
resetQuestion(): void;
|
|
1081
|
+
get questionInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyQuestion[] | undefined;
|
|
1082
|
+
private _requestorSettings;
|
|
1083
|
+
get requestorSettings(): AccessPackageAssignmentPolicyRequestorSettingsOutputReference;
|
|
1084
|
+
putRequestorSettings(value: AccessPackageAssignmentPolicyRequestorSettings): void;
|
|
1085
|
+
resetRequestorSettings(): void;
|
|
1086
|
+
get requestorSettingsInput(): AccessPackageAssignmentPolicyRequestorSettings | undefined;
|
|
1087
|
+
private _timeouts;
|
|
1088
|
+
get timeouts(): AccessPackageAssignmentPolicyTimeoutsOutputReference;
|
|
1089
|
+
putTimeouts(value: AccessPackageAssignmentPolicyTimeouts): void;
|
|
1090
|
+
resetTimeouts(): void;
|
|
1091
|
+
get timeoutsInput(): cdktn.IResolvable | AccessPackageAssignmentPolicyTimeouts | undefined;
|
|
1092
|
+
protected synthesizeAttributes(): {
|
|
1093
|
+
[name: string]: any;
|
|
1094
|
+
};
|
|
1095
|
+
protected synthesizeHclAttributes(): {
|
|
1096
|
+
[name: string]: any;
|
|
1097
|
+
};
|
|
1098
|
+
}
|