pulumi-azure-native 2.87.0a1739193742__py3-none-any.whl → 2.87.0a1739200739__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (36) hide show
  1. pulumi_azure_native/__init__.py +5 -0
  2. pulumi_azure_native/authorization/__init__.py +2 -0
  3. pulumi_azure_native/authorization/_enums.py +88 -0
  4. pulumi_azure_native/authorization/_inputs.py +1431 -43
  5. pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
  6. pulumi_azure_native/authorization/outputs.py +312 -0
  7. pulumi_azure_native/authorization/role_management_policy.py +332 -0
  8. pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
  9. pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
  10. pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
  11. pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
  12. pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
  13. pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
  14. pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
  15. pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
  16. pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
  17. pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
  18. pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
  19. pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
  20. pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
  21. pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
  22. pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
  23. pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
  24. pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
  25. pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
  26. pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
  27. pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
  28. pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
  29. pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
  30. pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
  31. pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
  32. pulumi_azure_native/pulumi-plugin.json +1 -1
  33. {pulumi_azure_native-2.87.0a1739193742.dist-info → pulumi_azure_native-2.87.0a1739200739.dist-info}/METADATA +1 -1
  34. {pulumi_azure_native-2.87.0a1739193742.dist-info → pulumi_azure_native-2.87.0a1739200739.dist-info}/RECORD +36 -18
  35. {pulumi_azure_native-2.87.0a1739193742.dist-info → pulumi_azure_native-2.87.0a1739200739.dist-info}/WHEEL +0 -0
  36. {pulumi_azure_native-2.87.0a1739193742.dist-info → pulumi_azure_native-2.87.0a1739200739.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,332 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['RoleManagementPolicyArgs', 'RoleManagementPolicy']
21
+
22
+ @pulumi.input_type
23
+ class RoleManagementPolicyArgs:
24
+ def __init__(__self__, *,
25
+ scope: pulumi.Input[str],
26
+ description: Optional[pulumi.Input[str]] = None,
27
+ display_name: Optional[pulumi.Input[str]] = None,
28
+ is_organization_default: Optional[pulumi.Input[bool]] = None,
29
+ role_management_policy_name: Optional[pulumi.Input[str]] = None,
30
+ rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgs']]]]] = None):
31
+ """
32
+ The set of arguments for constructing a RoleManagementPolicy resource.
33
+ :param pulumi.Input[str] scope: The role management policy scope.
34
+ :param pulumi.Input[str] description: The role management policy description.
35
+ :param pulumi.Input[str] display_name: The role management policy display name.
36
+ :param pulumi.Input[bool] is_organization_default: The role management policy is default policy.
37
+ :param pulumi.Input[str] role_management_policy_name: The name (guid) of the role management policy to upsert.
38
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgs']]]] rules: The rule applied to the policy.
39
+ """
40
+ pulumi.set(__self__, "scope", scope)
41
+ if description is not None:
42
+ pulumi.set(__self__, "description", description)
43
+ if display_name is not None:
44
+ pulumi.set(__self__, "display_name", display_name)
45
+ if is_organization_default is not None:
46
+ pulumi.set(__self__, "is_organization_default", is_organization_default)
47
+ if role_management_policy_name is not None:
48
+ pulumi.set(__self__, "role_management_policy_name", role_management_policy_name)
49
+ if rules is not None:
50
+ pulumi.set(__self__, "rules", rules)
51
+
52
+ @property
53
+ @pulumi.getter
54
+ def scope(self) -> pulumi.Input[str]:
55
+ """
56
+ The role management policy scope.
57
+ """
58
+ return pulumi.get(self, "scope")
59
+
60
+ @scope.setter
61
+ def scope(self, value: pulumi.Input[str]):
62
+ pulumi.set(self, "scope", value)
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def description(self) -> Optional[pulumi.Input[str]]:
67
+ """
68
+ The role management policy description.
69
+ """
70
+ return pulumi.get(self, "description")
71
+
72
+ @description.setter
73
+ def description(self, value: Optional[pulumi.Input[str]]):
74
+ pulumi.set(self, "description", value)
75
+
76
+ @property
77
+ @pulumi.getter(name="displayName")
78
+ def display_name(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ The role management policy display name.
81
+ """
82
+ return pulumi.get(self, "display_name")
83
+
84
+ @display_name.setter
85
+ def display_name(self, value: Optional[pulumi.Input[str]]):
86
+ pulumi.set(self, "display_name", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="isOrganizationDefault")
90
+ def is_organization_default(self) -> Optional[pulumi.Input[bool]]:
91
+ """
92
+ The role management policy is default policy.
93
+ """
94
+ return pulumi.get(self, "is_organization_default")
95
+
96
+ @is_organization_default.setter
97
+ def is_organization_default(self, value: Optional[pulumi.Input[bool]]):
98
+ pulumi.set(self, "is_organization_default", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="roleManagementPolicyName")
102
+ def role_management_policy_name(self) -> Optional[pulumi.Input[str]]:
103
+ """
104
+ The name (guid) of the role management policy to upsert.
105
+ """
106
+ return pulumi.get(self, "role_management_policy_name")
107
+
108
+ @role_management_policy_name.setter
109
+ def role_management_policy_name(self, value: Optional[pulumi.Input[str]]):
110
+ pulumi.set(self, "role_management_policy_name", value)
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgs']]]]]:
115
+ """
116
+ The rule applied to the policy.
117
+ """
118
+ return pulumi.get(self, "rules")
119
+
120
+ @rules.setter
121
+ def rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgs']]]]]):
122
+ pulumi.set(self, "rules", value)
123
+
124
+
125
+ class RoleManagementPolicy(pulumi.CustomResource):
126
+ @overload
127
+ def __init__(__self__,
128
+ resource_name: str,
129
+ opts: Optional[pulumi.ResourceOptions] = None,
130
+ description: Optional[pulumi.Input[str]] = None,
131
+ display_name: Optional[pulumi.Input[str]] = None,
132
+ is_organization_default: Optional[pulumi.Input[bool]] = None,
133
+ role_management_policy_name: Optional[pulumi.Input[str]] = None,
134
+ rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyApprovalRuleArgsDict'], Union['RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgsDict'], Union['RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyEnablementRuleArgsDict'], Union['RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyExpirationRuleArgsDict'], Union['RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyNotificationRuleArgsDict'], Union['RoleManagementPolicyPimOnlyModeRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgsDict']]]]]] = None,
135
+ scope: Optional[pulumi.Input[str]] = None,
136
+ __props__=None):
137
+ """
138
+ Role management policy
139
+ Azure REST API version: 2024-09-01-preview.
140
+
141
+ Other available API versions: 2020-10-01, 2020-10-01-preview, 2024-02-01-preview.
142
+
143
+ :param str resource_name: The name of the resource.
144
+ :param pulumi.ResourceOptions opts: Options for the resource.
145
+ :param pulumi.Input[str] description: The role management policy description.
146
+ :param pulumi.Input[str] display_name: The role management policy display name.
147
+ :param pulumi.Input[bool] is_organization_default: The role management policy is default policy.
148
+ :param pulumi.Input[str] role_management_policy_name: The name (guid) of the role management policy to upsert.
149
+ :param pulumi.Input[Sequence[pulumi.Input[Union[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyApprovalRuleArgsDict'], Union['RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgsDict'], Union['RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyEnablementRuleArgsDict'], Union['RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyExpirationRuleArgsDict'], Union['RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyNotificationRuleArgsDict'], Union['RoleManagementPolicyPimOnlyModeRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgsDict']]]]] rules: The rule applied to the policy.
150
+ :param pulumi.Input[str] scope: The role management policy scope.
151
+ """
152
+ ...
153
+ @overload
154
+ def __init__(__self__,
155
+ resource_name: str,
156
+ args: RoleManagementPolicyArgs,
157
+ opts: Optional[pulumi.ResourceOptions] = None):
158
+ """
159
+ Role management policy
160
+ Azure REST API version: 2024-09-01-preview.
161
+
162
+ Other available API versions: 2020-10-01, 2020-10-01-preview, 2024-02-01-preview.
163
+
164
+ :param str resource_name: The name of the resource.
165
+ :param RoleManagementPolicyArgs args: The arguments to use to populate this resource's properties.
166
+ :param pulumi.ResourceOptions opts: Options for the resource.
167
+ """
168
+ ...
169
+ def __init__(__self__, resource_name: str, *args, **kwargs):
170
+ resource_args, opts = _utilities.get_resource_args_opts(RoleManagementPolicyArgs, pulumi.ResourceOptions, *args, **kwargs)
171
+ if resource_args is not None:
172
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
173
+ else:
174
+ __self__._internal_init(resource_name, *args, **kwargs)
175
+
176
+ def _internal_init(__self__,
177
+ resource_name: str,
178
+ opts: Optional[pulumi.ResourceOptions] = None,
179
+ description: Optional[pulumi.Input[str]] = None,
180
+ display_name: Optional[pulumi.Input[str]] = None,
181
+ is_organization_default: Optional[pulumi.Input[bool]] = None,
182
+ role_management_policy_name: Optional[pulumi.Input[str]] = None,
183
+ rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union[Union['RoleManagementPolicyApprovalRuleArgs', 'RoleManagementPolicyApprovalRuleArgsDict'], Union['RoleManagementPolicyAuthenticationContextRuleArgs', 'RoleManagementPolicyAuthenticationContextRuleArgsDict'], Union['RoleManagementPolicyEnablementRuleArgs', 'RoleManagementPolicyEnablementRuleArgsDict'], Union['RoleManagementPolicyExpirationRuleArgs', 'RoleManagementPolicyExpirationRuleArgsDict'], Union['RoleManagementPolicyNotificationRuleArgs', 'RoleManagementPolicyNotificationRuleArgsDict'], Union['RoleManagementPolicyPimOnlyModeRuleArgs', 'RoleManagementPolicyPimOnlyModeRuleArgsDict']]]]]] = None,
184
+ scope: Optional[pulumi.Input[str]] = None,
185
+ __props__=None):
186
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
187
+ if not isinstance(opts, pulumi.ResourceOptions):
188
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
189
+ if opts.id is None:
190
+ if __props__ is not None:
191
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
192
+ __props__ = RoleManagementPolicyArgs.__new__(RoleManagementPolicyArgs)
193
+
194
+ __props__.__dict__["description"] = description
195
+ __props__.__dict__["display_name"] = display_name
196
+ __props__.__dict__["is_organization_default"] = is_organization_default
197
+ __props__.__dict__["role_management_policy_name"] = role_management_policy_name
198
+ __props__.__dict__["rules"] = rules
199
+ if scope is None and not opts.urn:
200
+ raise TypeError("Missing required property 'scope'")
201
+ __props__.__dict__["scope"] = scope
202
+ __props__.__dict__["effective_rules"] = None
203
+ __props__.__dict__["last_modified_by"] = None
204
+ __props__.__dict__["last_modified_date_time"] = None
205
+ __props__.__dict__["name"] = None
206
+ __props__.__dict__["policy_properties"] = None
207
+ __props__.__dict__["type"] = None
208
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:authorization/v20201001:RoleManagementPolicy"), pulumi.Alias(type_="azure-native:authorization/v20201001preview:RoleManagementPolicy"), pulumi.Alias(type_="azure-native:authorization/v20240201preview:RoleManagementPolicy"), pulumi.Alias(type_="azure-native:authorization/v20240901preview:RoleManagementPolicy")])
209
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
210
+ super(RoleManagementPolicy, __self__).__init__(
211
+ 'azure-native:authorization:RoleManagementPolicy',
212
+ resource_name,
213
+ __props__,
214
+ opts)
215
+
216
+ @staticmethod
217
+ def get(resource_name: str,
218
+ id: pulumi.Input[str],
219
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'RoleManagementPolicy':
220
+ """
221
+ Get an existing RoleManagementPolicy resource's state with the given name, id, and optional extra
222
+ properties used to qualify the lookup.
223
+
224
+ :param str resource_name: The unique name of the resulting resource.
225
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
226
+ :param pulumi.ResourceOptions opts: Options for the resource.
227
+ """
228
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
229
+
230
+ __props__ = RoleManagementPolicyArgs.__new__(RoleManagementPolicyArgs)
231
+
232
+ __props__.__dict__["description"] = None
233
+ __props__.__dict__["display_name"] = None
234
+ __props__.__dict__["effective_rules"] = None
235
+ __props__.__dict__["is_organization_default"] = None
236
+ __props__.__dict__["last_modified_by"] = None
237
+ __props__.__dict__["last_modified_date_time"] = None
238
+ __props__.__dict__["name"] = None
239
+ __props__.__dict__["policy_properties"] = None
240
+ __props__.__dict__["rules"] = None
241
+ __props__.__dict__["scope"] = None
242
+ __props__.__dict__["type"] = None
243
+ return RoleManagementPolicy(resource_name, opts=opts, __props__=__props__)
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def description(self) -> pulumi.Output[Optional[str]]:
248
+ """
249
+ The role management policy description.
250
+ """
251
+ return pulumi.get(self, "description")
252
+
253
+ @property
254
+ @pulumi.getter(name="displayName")
255
+ def display_name(self) -> pulumi.Output[Optional[str]]:
256
+ """
257
+ The role management policy display name.
258
+ """
259
+ return pulumi.get(self, "display_name")
260
+
261
+ @property
262
+ @pulumi.getter(name="effectiveRules")
263
+ def effective_rules(self) -> pulumi.Output[Sequence[Any]]:
264
+ """
265
+ The readonly computed rule applied to the policy.
266
+ """
267
+ return pulumi.get(self, "effective_rules")
268
+
269
+ @property
270
+ @pulumi.getter(name="isOrganizationDefault")
271
+ def is_organization_default(self) -> pulumi.Output[Optional[bool]]:
272
+ """
273
+ The role management policy is default policy.
274
+ """
275
+ return pulumi.get(self, "is_organization_default")
276
+
277
+ @property
278
+ @pulumi.getter(name="lastModifiedBy")
279
+ def last_modified_by(self) -> pulumi.Output['outputs.PrincipalResponse']:
280
+ """
281
+ The name of the entity last modified it
282
+ """
283
+ return pulumi.get(self, "last_modified_by")
284
+
285
+ @property
286
+ @pulumi.getter(name="lastModifiedDateTime")
287
+ def last_modified_date_time(self) -> pulumi.Output[str]:
288
+ """
289
+ The last modified date time.
290
+ """
291
+ return pulumi.get(self, "last_modified_date_time")
292
+
293
+ @property
294
+ @pulumi.getter
295
+ def name(self) -> pulumi.Output[str]:
296
+ """
297
+ The role management policy name.
298
+ """
299
+ return pulumi.get(self, "name")
300
+
301
+ @property
302
+ @pulumi.getter(name="policyProperties")
303
+ def policy_properties(self) -> pulumi.Output['outputs.PolicyPropertiesResponse']:
304
+ """
305
+ Additional properties of scope
306
+ """
307
+ return pulumi.get(self, "policy_properties")
308
+
309
+ @property
310
+ @pulumi.getter
311
+ def rules(self) -> pulumi.Output[Optional[Sequence[Any]]]:
312
+ """
313
+ The rule applied to the policy.
314
+ """
315
+ return pulumi.get(self, "rules")
316
+
317
+ @property
318
+ @pulumi.getter
319
+ def scope(self) -> pulumi.Output[Optional[str]]:
320
+ """
321
+ The role management policy scope.
322
+ """
323
+ return pulumi.get(self, "scope")
324
+
325
+ @property
326
+ @pulumi.getter
327
+ def type(self) -> pulumi.Output[str]:
328
+ """
329
+ The role management policy type.
330
+ """
331
+ return pulumi.get(self, "type")
332
+
@@ -5,6 +5,10 @@
5
5
  from ... import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from ._enums import *
9
+ from .get_role_management_policy import *
8
10
  from .get_role_management_policy_assignment import *
11
+ from .role_management_policy import *
9
12
  from .role_management_policy_assignment import *
13
+ from ._inputs import *
10
14
  from . import outputs
@@ -0,0 +1,78 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'ApprovalMode',
9
+ 'EnablementRules',
10
+ 'NotificationDeliveryMechanism',
11
+ 'NotificationLevel',
12
+ 'RecipientType',
13
+ 'RoleManagementPolicyRuleType',
14
+ 'UserType',
15
+ ]
16
+
17
+
18
+ class ApprovalMode(str, Enum):
19
+ """
20
+ The type of rule
21
+ """
22
+ SINGLE_STAGE = "SingleStage"
23
+ SERIAL = "Serial"
24
+ PARALLEL = "Parallel"
25
+ NO_APPROVAL = "NoApproval"
26
+
27
+
28
+ class EnablementRules(str, Enum):
29
+ """
30
+ The type of enablement rule
31
+ """
32
+ MULTI_FACTOR_AUTHENTICATION = "MultiFactorAuthentication"
33
+ JUSTIFICATION = "Justification"
34
+ TICKETING = "Ticketing"
35
+
36
+
37
+ class NotificationDeliveryMechanism(str, Enum):
38
+ """
39
+ The type of notification.
40
+ """
41
+ EMAIL = "Email"
42
+
43
+
44
+ class NotificationLevel(str, Enum):
45
+ """
46
+ The notification level.
47
+ """
48
+ NONE = "None"
49
+ CRITICAL = "Critical"
50
+ ALL = "All"
51
+
52
+
53
+ class RecipientType(str, Enum):
54
+ """
55
+ The recipient type.
56
+ """
57
+ REQUESTOR = "Requestor"
58
+ APPROVER = "Approver"
59
+ ADMIN = "Admin"
60
+
61
+
62
+ class RoleManagementPolicyRuleType(str, Enum):
63
+ """
64
+ The type of rule
65
+ """
66
+ ROLE_MANAGEMENT_POLICY_APPROVAL_RULE = "RoleManagementPolicyApprovalRule"
67
+ ROLE_MANAGEMENT_POLICY_AUTHENTICATION_CONTEXT_RULE = "RoleManagementPolicyAuthenticationContextRule"
68
+ ROLE_MANAGEMENT_POLICY_ENABLEMENT_RULE = "RoleManagementPolicyEnablementRule"
69
+ ROLE_MANAGEMENT_POLICY_EXPIRATION_RULE = "RoleManagementPolicyExpirationRule"
70
+ ROLE_MANAGEMENT_POLICY_NOTIFICATION_RULE = "RoleManagementPolicyNotificationRule"
71
+
72
+
73
+ class UserType(str, Enum):
74
+ """
75
+ The type of user.
76
+ """
77
+ USER = "User"
78
+ GROUP = "Group"