pulumi-azure-native 2.68.0a1729176987__py3-none-any.whl → 2.68.0a1729519840__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 (41) hide show
  1. pulumi_azure_native/__init__.py +29 -0
  2. pulumi_azure_native/kubernetes/__init__.py +3 -0
  3. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  4. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  5. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  6. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  7. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  8. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  9. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  10. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  11. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
  12. pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +1 -1
  13. pulumi_azure_native/kubernetes/v20240715preview/connected_cluster.py +1 -1
  14. pulumi_azure_native/kubernetes/v20241201preview/__init__.py +13 -0
  15. pulumi_azure_native/kubernetes/v20241201preview/_enums.py +77 -0
  16. pulumi_azure_native/kubernetes/v20241201preview/_inputs.py +559 -0
  17. pulumi_azure_native/kubernetes/v20241201preview/connected_cluster.py +793 -0
  18. pulumi_azure_native/kubernetes/v20241201preview/get_connected_cluster.py +507 -0
  19. pulumi_azure_native/kubernetes/v20241201preview/list_connected_cluster_user_credential.py +114 -0
  20. pulumi_azure_native/kubernetes/v20241201preview/outputs.py +854 -0
  21. pulumi_azure_native/pulumi-plugin.json +1 -1
  22. pulumi_azure_native/secretsynccontroller/__init__.py +22 -0
  23. pulumi_azure_native/secretsynccontroller/_enums.py +38 -0
  24. pulumi_azure_native/secretsynccontroller/_inputs.py +134 -0
  25. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +389 -0
  26. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +243 -0
  27. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +271 -0
  28. pulumi_azure_native/secretsynccontroller/outputs.py +367 -0
  29. pulumi_azure_native/secretsynccontroller/secret_sync.py +429 -0
  30. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +14 -0
  31. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +38 -0
  32. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +134 -0
  33. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +387 -0
  34. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +241 -0
  35. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +269 -0
  36. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +367 -0
  37. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +427 -0
  38. {pulumi_azure_native-2.68.0a1729176987.dist-info → pulumi_azure_native-2.68.0a1729519840.dist-info}/METADATA +1 -1
  39. {pulumi_azure_native-2.68.0a1729176987.dist-info → pulumi_azure_native-2.68.0a1729519840.dist-info}/RECORD +41 -18
  40. {pulumi_azure_native-2.68.0a1729176987.dist-info → pulumi_azure_native-2.68.0a1729519840.dist-info}/WHEEL +0 -0
  41. {pulumi_azure_native-2.68.0a1729176987.dist-info → pulumi_azure_native-2.68.0a1729519840.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,854 @@
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
+
19
+ __all__ = [
20
+ 'AadProfileResponse',
21
+ 'AgentErrorResponse',
22
+ 'ArcAgentProfileResponse',
23
+ 'ArcAgentryConfigurationsResponse',
24
+ 'ConnectedClusterIdentityResponse',
25
+ 'CredentialResultResponse',
26
+ 'GatewayResponse',
27
+ 'HybridConnectionConfigResponse',
28
+ 'OidcIssuerProfileResponse',
29
+ 'SecurityProfileResponse',
30
+ 'SecurityProfileResponseWorkloadIdentity',
31
+ 'SystemComponentResponse',
32
+ 'SystemDataResponse',
33
+ ]
34
+
35
+ @pulumi.output_type
36
+ class AadProfileResponse(dict):
37
+ """
38
+ AAD Profile specifies attributes for Azure Active Directory integration.
39
+ """
40
+ @staticmethod
41
+ def __key_warning(key: str):
42
+ suggest = None
43
+ if key == "adminGroupObjectIDs":
44
+ suggest = "admin_group_object_ids"
45
+ elif key == "enableAzureRBAC":
46
+ suggest = "enable_azure_rbac"
47
+ elif key == "tenantID":
48
+ suggest = "tenant_id"
49
+
50
+ if suggest:
51
+ pulumi.log.warn(f"Key '{key}' not found in AadProfileResponse. Access the value via the '{suggest}' property getter instead.")
52
+
53
+ def __getitem__(self, key: str) -> Any:
54
+ AadProfileResponse.__key_warning(key)
55
+ return super().__getitem__(key)
56
+
57
+ def get(self, key: str, default = None) -> Any:
58
+ AadProfileResponse.__key_warning(key)
59
+ return super().get(key, default)
60
+
61
+ def __init__(__self__, *,
62
+ admin_group_object_ids: Optional[Sequence[str]] = None,
63
+ enable_azure_rbac: Optional[bool] = None,
64
+ tenant_id: Optional[str] = None):
65
+ """
66
+ AAD Profile specifies attributes for Azure Active Directory integration.
67
+ :param Sequence[str] admin_group_object_ids: The list of AAD group object IDs that will have admin role of the cluster.
68
+ :param bool enable_azure_rbac: Whether to enable Azure RBAC for Kubernetes authorization.
69
+ :param str tenant_id: The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
70
+ """
71
+ if admin_group_object_ids is not None:
72
+ pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
73
+ if enable_azure_rbac is not None:
74
+ pulumi.set(__self__, "enable_azure_rbac", enable_azure_rbac)
75
+ if tenant_id is not None:
76
+ pulumi.set(__self__, "tenant_id", tenant_id)
77
+
78
+ @property
79
+ @pulumi.getter(name="adminGroupObjectIDs")
80
+ def admin_group_object_ids(self) -> Optional[Sequence[str]]:
81
+ """
82
+ The list of AAD group object IDs that will have admin role of the cluster.
83
+ """
84
+ return pulumi.get(self, "admin_group_object_ids")
85
+
86
+ @property
87
+ @pulumi.getter(name="enableAzureRBAC")
88
+ def enable_azure_rbac(self) -> Optional[bool]:
89
+ """
90
+ Whether to enable Azure RBAC for Kubernetes authorization.
91
+ """
92
+ return pulumi.get(self, "enable_azure_rbac")
93
+
94
+ @property
95
+ @pulumi.getter(name="tenantID")
96
+ def tenant_id(self) -> Optional[str]:
97
+ """
98
+ The AAD tenant ID to use for authentication. If not specified, will use the tenant of the deployment subscription.
99
+ """
100
+ return pulumi.get(self, "tenant_id")
101
+
102
+
103
+ @pulumi.output_type
104
+ class AgentErrorResponse(dict):
105
+ """
106
+ Agent Errors if any during agent or system component upgrade.
107
+ """
108
+ def __init__(__self__, *,
109
+ component: str,
110
+ message: str,
111
+ severity: str,
112
+ time: str):
113
+ """
114
+ Agent Errors if any during agent or system component upgrade.
115
+ :param str component: Agent component where error message occured.
116
+ :param str message: Agent error message.
117
+ :param str severity: Severity of the error message.
118
+ :param str time: The timestamp of error occured (UTC).
119
+ """
120
+ pulumi.set(__self__, "component", component)
121
+ pulumi.set(__self__, "message", message)
122
+ pulumi.set(__self__, "severity", severity)
123
+ pulumi.set(__self__, "time", time)
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def component(self) -> str:
128
+ """
129
+ Agent component where error message occured.
130
+ """
131
+ return pulumi.get(self, "component")
132
+
133
+ @property
134
+ @pulumi.getter
135
+ def message(self) -> str:
136
+ """
137
+ Agent error message.
138
+ """
139
+ return pulumi.get(self, "message")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def severity(self) -> str:
144
+ """
145
+ Severity of the error message.
146
+ """
147
+ return pulumi.get(self, "severity")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def time(self) -> str:
152
+ """
153
+ The timestamp of error occured (UTC).
154
+ """
155
+ return pulumi.get(self, "time")
156
+
157
+
158
+ @pulumi.output_type
159
+ class ArcAgentProfileResponse(dict):
160
+ """
161
+ Defines the Arc Agent properties for the clusters.
162
+ """
163
+ @staticmethod
164
+ def __key_warning(key: str):
165
+ suggest = None
166
+ if key == "agentState":
167
+ suggest = "agent_state"
168
+ elif key == "agentAutoUpgrade":
169
+ suggest = "agent_auto_upgrade"
170
+ elif key == "agentErrors":
171
+ suggest = "agent_errors"
172
+ elif key == "desiredAgentVersion":
173
+ suggest = "desired_agent_version"
174
+ elif key == "systemComponents":
175
+ suggest = "system_components"
176
+
177
+ if suggest:
178
+ pulumi.log.warn(f"Key '{key}' not found in ArcAgentProfileResponse. Access the value via the '{suggest}' property getter instead.")
179
+
180
+ def __getitem__(self, key: str) -> Any:
181
+ ArcAgentProfileResponse.__key_warning(key)
182
+ return super().__getitem__(key)
183
+
184
+ def get(self, key: str, default = None) -> Any:
185
+ ArcAgentProfileResponse.__key_warning(key)
186
+ return super().get(key, default)
187
+
188
+ def __init__(__self__, *,
189
+ agent_state: str,
190
+ agent_auto_upgrade: Optional[str] = None,
191
+ agent_errors: Optional[Sequence['outputs.AgentErrorResponse']] = None,
192
+ desired_agent_version: Optional[str] = None,
193
+ system_components: Optional[Sequence['outputs.SystemComponentResponse']] = None):
194
+ """
195
+ Defines the Arc Agent properties for the clusters.
196
+ :param str agent_state: Represents the current state of the Arc agentry and its dependent components.
197
+ :param str agent_auto_upgrade: Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
198
+ :param Sequence['AgentErrorResponse'] agent_errors: List of arc agentry and system components errors on the cluster resource.
199
+ :param str desired_agent_version: Version of the Arc agents to be installed on the cluster resource
200
+ :param Sequence['SystemComponentResponse'] system_components: List of system extensions that are installed on the cluster resource.
201
+ """
202
+ pulumi.set(__self__, "agent_state", agent_state)
203
+ if agent_auto_upgrade is None:
204
+ agent_auto_upgrade = 'Enabled'
205
+ if agent_auto_upgrade is not None:
206
+ pulumi.set(__self__, "agent_auto_upgrade", agent_auto_upgrade)
207
+ if agent_errors is not None:
208
+ pulumi.set(__self__, "agent_errors", agent_errors)
209
+ if desired_agent_version is not None:
210
+ pulumi.set(__self__, "desired_agent_version", desired_agent_version)
211
+ if system_components is not None:
212
+ pulumi.set(__self__, "system_components", system_components)
213
+
214
+ @property
215
+ @pulumi.getter(name="agentState")
216
+ def agent_state(self) -> str:
217
+ """
218
+ Represents the current state of the Arc agentry and its dependent components.
219
+ """
220
+ return pulumi.get(self, "agent_state")
221
+
222
+ @property
223
+ @pulumi.getter(name="agentAutoUpgrade")
224
+ def agent_auto_upgrade(self) -> Optional[str]:
225
+ """
226
+ Indicates whether the Arc agents on the be upgraded automatically to the latest version. Defaults to Enabled.
227
+ """
228
+ return pulumi.get(self, "agent_auto_upgrade")
229
+
230
+ @property
231
+ @pulumi.getter(name="agentErrors")
232
+ def agent_errors(self) -> Optional[Sequence['outputs.AgentErrorResponse']]:
233
+ """
234
+ List of arc agentry and system components errors on the cluster resource.
235
+ """
236
+ return pulumi.get(self, "agent_errors")
237
+
238
+ @property
239
+ @pulumi.getter(name="desiredAgentVersion")
240
+ def desired_agent_version(self) -> Optional[str]:
241
+ """
242
+ Version of the Arc agents to be installed on the cluster resource
243
+ """
244
+ return pulumi.get(self, "desired_agent_version")
245
+
246
+ @property
247
+ @pulumi.getter(name="systemComponents")
248
+ def system_components(self) -> Optional[Sequence['outputs.SystemComponentResponse']]:
249
+ """
250
+ List of system extensions that are installed on the cluster resource.
251
+ """
252
+ return pulumi.get(self, "system_components")
253
+
254
+
255
+ @pulumi.output_type
256
+ class ArcAgentryConfigurationsResponse(dict):
257
+ @staticmethod
258
+ def __key_warning(key: str):
259
+ suggest = None
260
+ if key == "protectedSettings":
261
+ suggest = "protected_settings"
262
+
263
+ if suggest:
264
+ pulumi.log.warn(f"Key '{key}' not found in ArcAgentryConfigurationsResponse. Access the value via the '{suggest}' property getter instead.")
265
+
266
+ def __getitem__(self, key: str) -> Any:
267
+ ArcAgentryConfigurationsResponse.__key_warning(key)
268
+ return super().__getitem__(key)
269
+
270
+ def get(self, key: str, default = None) -> Any:
271
+ ArcAgentryConfigurationsResponse.__key_warning(key)
272
+ return super().get(key, default)
273
+
274
+ def __init__(__self__, *,
275
+ feature: Optional[str] = None,
276
+ protected_settings: Optional[Mapping[str, str]] = None,
277
+ settings: Optional[Mapping[str, str]] = None):
278
+ """
279
+ :param str feature: Specifies the name of the feature for the configuration setting.
280
+ :param Mapping[str, str] protected_settings: The configuration settings for the feature that contain any sensitive or secret information.
281
+ :param Mapping[str, str] settings: The configuration settings for the feature that do not contain any sensitive or secret information.
282
+ """
283
+ if feature is not None:
284
+ pulumi.set(__self__, "feature", feature)
285
+ if protected_settings is not None:
286
+ pulumi.set(__self__, "protected_settings", protected_settings)
287
+ if settings is not None:
288
+ pulumi.set(__self__, "settings", settings)
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def feature(self) -> Optional[str]:
293
+ """
294
+ Specifies the name of the feature for the configuration setting.
295
+ """
296
+ return pulumi.get(self, "feature")
297
+
298
+ @property
299
+ @pulumi.getter(name="protectedSettings")
300
+ def protected_settings(self) -> Optional[Mapping[str, str]]:
301
+ """
302
+ The configuration settings for the feature that contain any sensitive or secret information.
303
+ """
304
+ return pulumi.get(self, "protected_settings")
305
+
306
+ @property
307
+ @pulumi.getter
308
+ def settings(self) -> Optional[Mapping[str, str]]:
309
+ """
310
+ The configuration settings for the feature that do not contain any sensitive or secret information.
311
+ """
312
+ return pulumi.get(self, "settings")
313
+
314
+
315
+ @pulumi.output_type
316
+ class ConnectedClusterIdentityResponse(dict):
317
+ """
318
+ Identity for the connected cluster.
319
+ """
320
+ @staticmethod
321
+ def __key_warning(key: str):
322
+ suggest = None
323
+ if key == "principalId":
324
+ suggest = "principal_id"
325
+ elif key == "tenantId":
326
+ suggest = "tenant_id"
327
+
328
+ if suggest:
329
+ pulumi.log.warn(f"Key '{key}' not found in ConnectedClusterIdentityResponse. Access the value via the '{suggest}' property getter instead.")
330
+
331
+ def __getitem__(self, key: str) -> Any:
332
+ ConnectedClusterIdentityResponse.__key_warning(key)
333
+ return super().__getitem__(key)
334
+
335
+ def get(self, key: str, default = None) -> Any:
336
+ ConnectedClusterIdentityResponse.__key_warning(key)
337
+ return super().get(key, default)
338
+
339
+ def __init__(__self__, *,
340
+ principal_id: str,
341
+ tenant_id: str,
342
+ type: Optional[str] = None):
343
+ """
344
+ Identity for the connected cluster.
345
+ :param str principal_id: The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
346
+ :param str tenant_id: The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
347
+ :param str type: The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
348
+ """
349
+ pulumi.set(__self__, "principal_id", principal_id)
350
+ pulumi.set(__self__, "tenant_id", tenant_id)
351
+ if type is None:
352
+ type = 'SystemAssigned'
353
+ pulumi.set(__self__, "type", type)
354
+
355
+ @property
356
+ @pulumi.getter(name="principalId")
357
+ def principal_id(self) -> str:
358
+ """
359
+ The principal id of connected cluster identity. This property will only be provided for a system assigned identity.
360
+ """
361
+ return pulumi.get(self, "principal_id")
362
+
363
+ @property
364
+ @pulumi.getter(name="tenantId")
365
+ def tenant_id(self) -> str:
366
+ """
367
+ The tenant id associated with the connected cluster. This property will only be provided for a system assigned identity.
368
+ """
369
+ return pulumi.get(self, "tenant_id")
370
+
371
+ @property
372
+ @pulumi.getter
373
+ def type(self) -> str:
374
+ """
375
+ The type of identity used for the connected cluster. The type 'SystemAssigned, includes a system created identity. The type 'None' means no identity is assigned to the connected cluster.
376
+ """
377
+ return pulumi.get(self, "type")
378
+
379
+
380
+ @pulumi.output_type
381
+ class CredentialResultResponse(dict):
382
+ """
383
+ The credential result response.
384
+ """
385
+ def __init__(__self__, *,
386
+ name: str,
387
+ value: str):
388
+ """
389
+ The credential result response.
390
+ :param str name: The name of the credential.
391
+ :param str value: Base64-encoded Kubernetes configuration file.
392
+ """
393
+ pulumi.set(__self__, "name", name)
394
+ pulumi.set(__self__, "value", value)
395
+
396
+ @property
397
+ @pulumi.getter
398
+ def name(self) -> str:
399
+ """
400
+ The name of the credential.
401
+ """
402
+ return pulumi.get(self, "name")
403
+
404
+ @property
405
+ @pulumi.getter
406
+ def value(self) -> str:
407
+ """
408
+ Base64-encoded Kubernetes configuration file.
409
+ """
410
+ return pulumi.get(self, "value")
411
+
412
+
413
+ @pulumi.output_type
414
+ class GatewayResponse(dict):
415
+ @staticmethod
416
+ def __key_warning(key: str):
417
+ suggest = None
418
+ if key == "resourceId":
419
+ suggest = "resource_id"
420
+
421
+ if suggest:
422
+ pulumi.log.warn(f"Key '{key}' not found in GatewayResponse. Access the value via the '{suggest}' property getter instead.")
423
+
424
+ def __getitem__(self, key: str) -> Any:
425
+ GatewayResponse.__key_warning(key)
426
+ return super().__getitem__(key)
427
+
428
+ def get(self, key: str, default = None) -> Any:
429
+ GatewayResponse.__key_warning(key)
430
+ return super().get(key, default)
431
+
432
+ def __init__(__self__, *,
433
+ enabled: Optional[bool] = None,
434
+ resource_id: Optional[str] = None):
435
+ """
436
+ :param bool enabled: Indicates whether the gateway for arc router connectivity is enabled.
437
+ :param str resource_id: The resource ID of the gateway used for the Arc router feature.
438
+ """
439
+ if enabled is not None:
440
+ pulumi.set(__self__, "enabled", enabled)
441
+ if resource_id is not None:
442
+ pulumi.set(__self__, "resource_id", resource_id)
443
+
444
+ @property
445
+ @pulumi.getter
446
+ def enabled(self) -> Optional[bool]:
447
+ """
448
+ Indicates whether the gateway for arc router connectivity is enabled.
449
+ """
450
+ return pulumi.get(self, "enabled")
451
+
452
+ @property
453
+ @pulumi.getter(name="resourceId")
454
+ def resource_id(self) -> Optional[str]:
455
+ """
456
+ The resource ID of the gateway used for the Arc router feature.
457
+ """
458
+ return pulumi.get(self, "resource_id")
459
+
460
+
461
+ @pulumi.output_type
462
+ class HybridConnectionConfigResponse(dict):
463
+ """
464
+ Contains the REP (rendezvous endpoint) and “Sender” access token.
465
+ """
466
+ def __init__(__self__, *,
467
+ expiration_time: float,
468
+ hybrid_connection_name: str,
469
+ relay: str,
470
+ relay_tid: str,
471
+ relay_type: str,
472
+ token: str):
473
+ """
474
+ Contains the REP (rendezvous endpoint) and “Sender” access token.
475
+ :param float expiration_time: Timestamp when this token will be expired.
476
+ :param str hybrid_connection_name: Name of the connection
477
+ :param str relay: Name of the relay.
478
+ :param str relay_tid: TenantID of the relay
479
+ :param str relay_type: Type of relay
480
+ :param str token: Sender access token
481
+ """
482
+ pulumi.set(__self__, "expiration_time", expiration_time)
483
+ pulumi.set(__self__, "hybrid_connection_name", hybrid_connection_name)
484
+ pulumi.set(__self__, "relay", relay)
485
+ pulumi.set(__self__, "relay_tid", relay_tid)
486
+ pulumi.set(__self__, "relay_type", relay_type)
487
+ pulumi.set(__self__, "token", token)
488
+
489
+ @property
490
+ @pulumi.getter(name="expirationTime")
491
+ def expiration_time(self) -> float:
492
+ """
493
+ Timestamp when this token will be expired.
494
+ """
495
+ return pulumi.get(self, "expiration_time")
496
+
497
+ @property
498
+ @pulumi.getter(name="hybridConnectionName")
499
+ def hybrid_connection_name(self) -> str:
500
+ """
501
+ Name of the connection
502
+ """
503
+ return pulumi.get(self, "hybrid_connection_name")
504
+
505
+ @property
506
+ @pulumi.getter
507
+ def relay(self) -> str:
508
+ """
509
+ Name of the relay.
510
+ """
511
+ return pulumi.get(self, "relay")
512
+
513
+ @property
514
+ @pulumi.getter(name="relayTid")
515
+ def relay_tid(self) -> str:
516
+ """
517
+ TenantID of the relay
518
+ """
519
+ return pulumi.get(self, "relay_tid")
520
+
521
+ @property
522
+ @pulumi.getter(name="relayType")
523
+ def relay_type(self) -> str:
524
+ """
525
+ Type of relay
526
+ """
527
+ return pulumi.get(self, "relay_type")
528
+
529
+ @property
530
+ @pulumi.getter
531
+ def token(self) -> str:
532
+ """
533
+ Sender access token
534
+ """
535
+ return pulumi.get(self, "token")
536
+
537
+
538
+ @pulumi.output_type
539
+ class OidcIssuerProfileResponse(dict):
540
+ """
541
+ OIDC Issuer Profile specifies attributes for workload identity integration.
542
+ """
543
+ @staticmethod
544
+ def __key_warning(key: str):
545
+ suggest = None
546
+ if key == "issuerUrl":
547
+ suggest = "issuer_url"
548
+ elif key == "selfHostedIssuerUrl":
549
+ suggest = "self_hosted_issuer_url"
550
+
551
+ if suggest:
552
+ pulumi.log.warn(f"Key '{key}' not found in OidcIssuerProfileResponse. Access the value via the '{suggest}' property getter instead.")
553
+
554
+ def __getitem__(self, key: str) -> Any:
555
+ OidcIssuerProfileResponse.__key_warning(key)
556
+ return super().__getitem__(key)
557
+
558
+ def get(self, key: str, default = None) -> Any:
559
+ OidcIssuerProfileResponse.__key_warning(key)
560
+ return super().get(key, default)
561
+
562
+ def __init__(__self__, *,
563
+ issuer_url: str,
564
+ enabled: Optional[bool] = None,
565
+ self_hosted_issuer_url: Optional[str] = None):
566
+ """
567
+ OIDC Issuer Profile specifies attributes for workload identity integration.
568
+ :param str issuer_url: The issuer url for hybrid clusters connected to Arc used for the workload identity feature.
569
+ :param bool enabled: Whether to enable oidc issuer for workload identity integration.
570
+ :param str self_hosted_issuer_url: The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.
571
+ """
572
+ pulumi.set(__self__, "issuer_url", issuer_url)
573
+ if enabled is not None:
574
+ pulumi.set(__self__, "enabled", enabled)
575
+ if self_hosted_issuer_url is not None:
576
+ pulumi.set(__self__, "self_hosted_issuer_url", self_hosted_issuer_url)
577
+
578
+ @property
579
+ @pulumi.getter(name="issuerUrl")
580
+ def issuer_url(self) -> str:
581
+ """
582
+ The issuer url for hybrid clusters connected to Arc used for the workload identity feature.
583
+ """
584
+ return pulumi.get(self, "issuer_url")
585
+
586
+ @property
587
+ @pulumi.getter
588
+ def enabled(self) -> Optional[bool]:
589
+ """
590
+ Whether to enable oidc issuer for workload identity integration.
591
+ """
592
+ return pulumi.get(self, "enabled")
593
+
594
+ @property
595
+ @pulumi.getter(name="selfHostedIssuerUrl")
596
+ def self_hosted_issuer_url(self) -> Optional[str]:
597
+ """
598
+ The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.
599
+ """
600
+ return pulumi.get(self, "self_hosted_issuer_url")
601
+
602
+
603
+ @pulumi.output_type
604
+ class SecurityProfileResponse(dict):
605
+ """
606
+ Security Profile specifies attributes for cluster security features.
607
+ """
608
+ @staticmethod
609
+ def __key_warning(key: str):
610
+ suggest = None
611
+ if key == "workloadIdentity":
612
+ suggest = "workload_identity"
613
+
614
+ if suggest:
615
+ pulumi.log.warn(f"Key '{key}' not found in SecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
616
+
617
+ def __getitem__(self, key: str) -> Any:
618
+ SecurityProfileResponse.__key_warning(key)
619
+ return super().__getitem__(key)
620
+
621
+ def get(self, key: str, default = None) -> Any:
622
+ SecurityProfileResponse.__key_warning(key)
623
+ return super().get(key, default)
624
+
625
+ def __init__(__self__, *,
626
+ workload_identity: Optional['outputs.SecurityProfileResponseWorkloadIdentity'] = None):
627
+ """
628
+ Security Profile specifies attributes for cluster security features.
629
+ :param 'SecurityProfileResponseWorkloadIdentity' workload_identity: The workload identity feature webhook.
630
+ """
631
+ if workload_identity is not None:
632
+ pulumi.set(__self__, "workload_identity", workload_identity)
633
+
634
+ @property
635
+ @pulumi.getter(name="workloadIdentity")
636
+ def workload_identity(self) -> Optional['outputs.SecurityProfileResponseWorkloadIdentity']:
637
+ """
638
+ The workload identity feature webhook.
639
+ """
640
+ return pulumi.get(self, "workload_identity")
641
+
642
+
643
+ @pulumi.output_type
644
+ class SecurityProfileResponseWorkloadIdentity(dict):
645
+ """
646
+ The workload identity feature webhook.
647
+ """
648
+ def __init__(__self__, *,
649
+ enabled: Optional[bool] = None):
650
+ """
651
+ The workload identity feature webhook.
652
+ :param bool enabled: Whether to enable or disable the workload identity Webhook
653
+ """
654
+ if enabled is not None:
655
+ pulumi.set(__self__, "enabled", enabled)
656
+
657
+ @property
658
+ @pulumi.getter
659
+ def enabled(self) -> Optional[bool]:
660
+ """
661
+ Whether to enable or disable the workload identity Webhook
662
+ """
663
+ return pulumi.get(self, "enabled")
664
+
665
+
666
+ @pulumi.output_type
667
+ class SystemComponentResponse(dict):
668
+ """
669
+ System extensions and its current versions installed on the cluster resource.
670
+ """
671
+ @staticmethod
672
+ def __key_warning(key: str):
673
+ suggest = None
674
+ if key == "currentVersion":
675
+ suggest = "current_version"
676
+ elif key == "majorVersion":
677
+ suggest = "major_version"
678
+ elif key == "userSpecifiedVersion":
679
+ suggest = "user_specified_version"
680
+
681
+ if suggest:
682
+ pulumi.log.warn(f"Key '{key}' not found in SystemComponentResponse. Access the value via the '{suggest}' property getter instead.")
683
+
684
+ def __getitem__(self, key: str) -> Any:
685
+ SystemComponentResponse.__key_warning(key)
686
+ return super().__getitem__(key)
687
+
688
+ def get(self, key: str, default = None) -> Any:
689
+ SystemComponentResponse.__key_warning(key)
690
+ return super().get(key, default)
691
+
692
+ def __init__(__self__, *,
693
+ current_version: str,
694
+ major_version: Optional[int] = None,
695
+ type: Optional[str] = None,
696
+ user_specified_version: Optional[str] = None):
697
+ """
698
+ System extensions and its current versions installed on the cluster resource.
699
+ :param str current_version: Version of the system extension that is currently installed on the cluster resource.
700
+ :param int major_version: Major Version of the system extension that is currently installed on the cluster resource.
701
+ :param str type: Type of the system extension
702
+ :param str user_specified_version: Version of the system extension to be installed on the cluster resource.
703
+ """
704
+ pulumi.set(__self__, "current_version", current_version)
705
+ if major_version is not None:
706
+ pulumi.set(__self__, "major_version", major_version)
707
+ if type is not None:
708
+ pulumi.set(__self__, "type", type)
709
+ if user_specified_version is not None:
710
+ pulumi.set(__self__, "user_specified_version", user_specified_version)
711
+
712
+ @property
713
+ @pulumi.getter(name="currentVersion")
714
+ def current_version(self) -> str:
715
+ """
716
+ Version of the system extension that is currently installed on the cluster resource.
717
+ """
718
+ return pulumi.get(self, "current_version")
719
+
720
+ @property
721
+ @pulumi.getter(name="majorVersion")
722
+ def major_version(self) -> Optional[int]:
723
+ """
724
+ Major Version of the system extension that is currently installed on the cluster resource.
725
+ """
726
+ return pulumi.get(self, "major_version")
727
+
728
+ @property
729
+ @pulumi.getter
730
+ def type(self) -> Optional[str]:
731
+ """
732
+ Type of the system extension
733
+ """
734
+ return pulumi.get(self, "type")
735
+
736
+ @property
737
+ @pulumi.getter(name="userSpecifiedVersion")
738
+ def user_specified_version(self) -> Optional[str]:
739
+ """
740
+ Version of the system extension to be installed on the cluster resource.
741
+ """
742
+ return pulumi.get(self, "user_specified_version")
743
+
744
+
745
+ @pulumi.output_type
746
+ class SystemDataResponse(dict):
747
+ """
748
+ Metadata pertaining to creation and last modification of the resource.
749
+ """
750
+ @staticmethod
751
+ def __key_warning(key: str):
752
+ suggest = None
753
+ if key == "createdAt":
754
+ suggest = "created_at"
755
+ elif key == "createdBy":
756
+ suggest = "created_by"
757
+ elif key == "createdByType":
758
+ suggest = "created_by_type"
759
+ elif key == "lastModifiedAt":
760
+ suggest = "last_modified_at"
761
+ elif key == "lastModifiedBy":
762
+ suggest = "last_modified_by"
763
+ elif key == "lastModifiedByType":
764
+ suggest = "last_modified_by_type"
765
+
766
+ if suggest:
767
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
768
+
769
+ def __getitem__(self, key: str) -> Any:
770
+ SystemDataResponse.__key_warning(key)
771
+ return super().__getitem__(key)
772
+
773
+ def get(self, key: str, default = None) -> Any:
774
+ SystemDataResponse.__key_warning(key)
775
+ return super().get(key, default)
776
+
777
+ def __init__(__self__, *,
778
+ created_at: Optional[str] = None,
779
+ created_by: Optional[str] = None,
780
+ created_by_type: Optional[str] = None,
781
+ last_modified_at: Optional[str] = None,
782
+ last_modified_by: Optional[str] = None,
783
+ last_modified_by_type: Optional[str] = None):
784
+ """
785
+ Metadata pertaining to creation and last modification of the resource.
786
+ :param str created_at: The timestamp of resource creation (UTC).
787
+ :param str created_by: The identity that created the resource.
788
+ :param str created_by_type: The type of identity that created the resource.
789
+ :param str last_modified_at: The timestamp of resource modification (UTC).
790
+ :param str last_modified_by: The identity that last modified the resource.
791
+ :param str last_modified_by_type: The type of identity that last modified the resource.
792
+ """
793
+ if created_at is not None:
794
+ pulumi.set(__self__, "created_at", created_at)
795
+ if created_by is not None:
796
+ pulumi.set(__self__, "created_by", created_by)
797
+ if created_by_type is not None:
798
+ pulumi.set(__self__, "created_by_type", created_by_type)
799
+ if last_modified_at is not None:
800
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
801
+ if last_modified_by is not None:
802
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
803
+ if last_modified_by_type is not None:
804
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
805
+
806
+ @property
807
+ @pulumi.getter(name="createdAt")
808
+ def created_at(self) -> Optional[str]:
809
+ """
810
+ The timestamp of resource creation (UTC).
811
+ """
812
+ return pulumi.get(self, "created_at")
813
+
814
+ @property
815
+ @pulumi.getter(name="createdBy")
816
+ def created_by(self) -> Optional[str]:
817
+ """
818
+ The identity that created the resource.
819
+ """
820
+ return pulumi.get(self, "created_by")
821
+
822
+ @property
823
+ @pulumi.getter(name="createdByType")
824
+ def created_by_type(self) -> Optional[str]:
825
+ """
826
+ The type of identity that created the resource.
827
+ """
828
+ return pulumi.get(self, "created_by_type")
829
+
830
+ @property
831
+ @pulumi.getter(name="lastModifiedAt")
832
+ def last_modified_at(self) -> Optional[str]:
833
+ """
834
+ The timestamp of resource modification (UTC).
835
+ """
836
+ return pulumi.get(self, "last_modified_at")
837
+
838
+ @property
839
+ @pulumi.getter(name="lastModifiedBy")
840
+ def last_modified_by(self) -> Optional[str]:
841
+ """
842
+ The identity that last modified the resource.
843
+ """
844
+ return pulumi.get(self, "last_modified_by")
845
+
846
+ @property
847
+ @pulumi.getter(name="lastModifiedByType")
848
+ def last_modified_by_type(self) -> Optional[str]:
849
+ """
850
+ The type of identity that last modified the resource.
851
+ """
852
+ return pulumi.get(self, "last_modified_by_type")
853
+
854
+