pulumi-azure-native 2.44.0a1717427766__py3-none-any.whl → 2.44.0a1717490530__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.
- pulumi_azure_native/__init__.py +69 -5
- pulumi_azure_native/appcomplianceautomation/__init__.py +14 -0
- pulumi_azure_native/appcomplianceautomation/_enums.py +125 -0
- pulumi_azure_native/appcomplianceautomation/_inputs.py +40 -0
- pulumi_azure_native/appcomplianceautomation/evidence.py +363 -0
- pulumi_azure_native/appcomplianceautomation/get_evidence.py +198 -0
- pulumi_azure_native/appcomplianceautomation/get_provider_action_collection_count.py +75 -0
- pulumi_azure_native/appcomplianceautomation/get_provider_action_overview_status.py +76 -0
- pulumi_azure_native/appcomplianceautomation/get_report.py +4 -0
- pulumi_azure_native/appcomplianceautomation/get_report_scoping_questions.py +76 -0
- pulumi_azure_native/appcomplianceautomation/get_scoping_configuration.py +146 -0
- pulumi_azure_native/appcomplianceautomation/get_webhook.py +289 -0
- pulumi_azure_native/appcomplianceautomation/list_provider_action_in_use_storage_accounts.py +76 -0
- pulumi_azure_native/appcomplianceautomation/outputs.py +226 -0
- pulumi_azure_native/appcomplianceautomation/report.py +5 -1
- pulumi_azure_native/appcomplianceautomation/scoping_configuration.py +206 -0
- pulumi_azure_native/appcomplianceautomation/v20221116preview/report.py +1 -1
- pulumi_azure_native/appcomplianceautomation/v20240627/__init__.py +22 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/_enums.py +144 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/_inputs.py +215 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/evidence.py +361 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_evidence.py +196 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_collection_count.py +73 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_provider_action_overview_status.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report.py +296 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_report_scoping_questions.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_scoping_configuration.py +144 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/get_webhook.py +287 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/list_provider_action_in_use_storage_accounts.py +74 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/outputs.py +720 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/report.py +387 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/scoping_configuration.py +204 -0
- pulumi_azure_native/appcomplianceautomation/v20240627/webhook.py +447 -0
- pulumi_azure_native/appcomplianceautomation/webhook.py +449 -0
- pulumi_azure_native/authorization/__init__.py +0 -2
- pulumi_azure_native/authorization/_enums.py +0 -70
- pulumi_azure_native/authorization/_inputs.py +0 -838
- pulumi_azure_native/authorization/outputs.py +0 -88
- pulumi_azure_native/authorization/v20201001/__init__.py +0 -4
- pulumi_azure_native/authorization/v20201001/outputs.py +0 -89
- pulumi_azure_native/authorization/v20201001preview/__init__.py +0 -4
- pulumi_azure_native/authorization/v20201001preview/outputs.py +0 -959
- pulumi_azure_native/devhub/__init__.py +5 -0
- pulumi_azure_native/devhub/_inputs.py +190 -0
- pulumi_azure_native/devhub/get_git_hub_o_auth.py +2 -2
- pulumi_azure_native/devhub/get_iac_profile.py +322 -0
- pulumi_azure_native/devhub/get_workflow.py +2 -2
- pulumi_azure_native/devhub/iac_profile.py +539 -0
- pulumi_azure_native/devhub/outputs.py +229 -0
- pulumi_azure_native/devhub/v20221011preview/workflow.py +1 -1
- pulumi_azure_native/devhub/v20230801/workflow.py +1 -1
- pulumi_azure_native/devhub/v20240501preview/__init__.py +15 -0
- pulumi_azure_native/devhub/v20240501preview/_enums.py +146 -0
- pulumi_azure_native/devhub/v20240501preview/_inputs.py +427 -0
- pulumi_azure_native/devhub/v20240501preview/get_git_hub_o_auth.py +91 -0
- pulumi_azure_native/devhub/v20240501preview/get_iac_profile.py +320 -0
- pulumi_azure_native/devhub/v20240501preview/get_workflow.py +489 -0
- pulumi_azure_native/devhub/v20240501preview/iac_profile.py +537 -0
- pulumi_azure_native/devhub/v20240501preview/outputs.py +654 -0
- pulumi_azure_native/devhub/v20240501preview/workflow.py +915 -0
- pulumi_azure_native/devhub/workflow.py +3 -3
- pulumi_azure_native/hybridcompute/__init__.py +3 -0
- pulumi_azure_native/hybridcompute/gateway.py +5 -1
- pulumi_azure_native/hybridcompute/get_gateway.py +4 -0
- pulumi_azure_native/hybridcompute/get_license.py +2 -2
- pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
- pulumi_azure_native/hybridcompute/get_machine_run_command.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
- pulumi_azure_native/hybridcompute/license.py +3 -3
- pulumi_azure_native/hybridcompute/license_profile.py +3 -3
- pulumi_azure_native/hybridcompute/machine.py +3 -3
- pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
- pulumi_azure_native/hybridcompute/machine_run_command.py +3 -3
- pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
- pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
- pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
- pulumi_azure_native/hybridcompute/v20240520preview/__init__.py +26 -0
- pulumi_azure_native/hybridcompute/v20240520preview/_enums.py +172 -0
- pulumi_azure_native/hybridcompute/v20240520preview/_inputs.py +1408 -0
- pulumi_azure_native/hybridcompute/v20240520preview/gateway.py +311 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_gateway.py +209 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_license.py +196 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_license_profile.py +357 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine.py +591 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_extension.py +162 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_machine_run_command.py +318 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_endpoint_connection.py +136 -0
- pulumi_azure_native/hybridcompute/v20240520preview/get_private_link_scope.py +157 -0
- pulumi_azure_native/hybridcompute/v20240520preview/license.py +321 -0
- pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +500 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine.py +850 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +274 -0
- pulumi_azure_native/hybridcompute/v20240520preview/machine_run_command.py +587 -0
- pulumi_azure_native/hybridcompute/v20240520preview/outputs.py +3204 -0
- pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +215 -0
- pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +253 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
- pulumi_azure_native/scvmm/get_vm_instance_guest_agent.py +0 -4
- pulumi_azure_native/scvmm/guest_agent.py +2 -2
- pulumi_azure_native/scvmm/v20231007/__init__.py +2 -2
- pulumi_azure_native/scvmm/v20231007/_enums.py +49 -4
- pulumi_azure_native/scvmm/v20231007/_inputs.py +56 -145
- pulumi_azure_native/scvmm/v20231007/cloud.py +6 -6
- pulumi_azure_native/scvmm/v20231007/get_cloud.py +10 -10
- pulumi_azure_native/scvmm/v20231007/{get_vm_instance_guest_agent.py → get_guest_agent.py} +16 -16
- pulumi_azure_native/scvmm/v20231007/get_inventory_item.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_virtual_machine_instance.py +4 -4
- pulumi_azure_native/scvmm/v20231007/get_vmm_server.py +6 -6
- pulumi_azure_native/scvmm/v20231007/{vm_instance_guest_agent.py → guest_agent.py} +18 -18
- pulumi_azure_native/scvmm/v20231007/inventory_item.py +5 -5
- pulumi_azure_native/scvmm/v20231007/outputs.py +96 -100
- pulumi_azure_native/scvmm/v20231007/virtual_machine_instance.py +19 -19
- pulumi_azure_native/scvmm/v20231007/vmm_server.py +13 -13
- pulumi_azure_native/scvmm/vm_instance_guest_agent.py +0 -4
- pulumi_azure_native/storage/v20230501/_enums.py +2 -0
- pulumi_azure_native/verifiedid/__init__.py +18 -0
- pulumi_azure_native/verifiedid/authority.py +234 -0
- pulumi_azure_native/verifiedid/get_authority.py +159 -0
- pulumi_azure_native/verifiedid/outputs.py +125 -0
- pulumi_azure_native/verifiedid/v20240126preview/__init__.py +10 -0
- pulumi_azure_native/verifiedid/v20240126preview/authority.py +232 -0
- pulumi_azure_native/verifiedid/v20240126preview/get_authority.py +157 -0
- pulumi_azure_native/verifiedid/v20240126preview/outputs.py +125 -0
- pulumi_azure_native/virtualmachineimages/__init__.py +3 -0
- pulumi_azure_native/virtualmachineimages/get_trigger.py +2 -2
- pulumi_azure_native/virtualmachineimages/get_virtual_machine_image_template.py +2 -2
- pulumi_azure_native/virtualmachineimages/trigger.py +3 -3
- pulumi_azure_native/virtualmachineimages/v20220701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20220701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/trigger.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20230701/virtual_machine_image_template.py +1 -1
- pulumi_azure_native/virtualmachineimages/v20240201/__init__.py +14 -0
- pulumi_azure_native/virtualmachineimages/v20240201/_enums.py +60 -0
- pulumi_azure_native/virtualmachineimages/v20240201/_inputs.py +1895 -0
- pulumi_azure_native/virtualmachineimages/v20240201/get_trigger.py +162 -0
- pulumi_azure_native/virtualmachineimages/v20240201/get_virtual_machine_image_template.py +352 -0
- pulumi_azure_native/virtualmachineimages/v20240201/outputs.py +2401 -0
- pulumi_azure_native/virtualmachineimages/v20240201/trigger.py +235 -0
- pulumi_azure_native/virtualmachineimages/v20240201/virtual_machine_image_template.py +619 -0
- pulumi_azure_native/virtualmachineimages/virtual_machine_image_template.py +3 -3
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/RECORD +179 -115
- pulumi_azure_native/authorization/get_role_management_policy.py +0 -228
- pulumi_azure_native/authorization/role_management_policy.py +0 -327
- pulumi_azure_native/authorization/v20201001/_enums.py +0 -78
- pulumi_azure_native/authorization/v20201001/_inputs.py +0 -853
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +0 -222
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +0 -321
- pulumi_azure_native/authorization/v20201001preview/_enums.py +0 -78
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +0 -853
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +0 -222
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +0 -321
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.44.0a1717427766.dist-info → pulumi_azure_native-2.44.0a1717490530.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,159 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetAuthorityResult',
|
|
15
|
+
'AwaitableGetAuthorityResult',
|
|
16
|
+
'get_authority',
|
|
17
|
+
'get_authority_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetAuthorityResult:
|
|
22
|
+
"""
|
|
23
|
+
A VerifiedId authority resource
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if location and not isinstance(location, str):
|
|
30
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
+
pulumi.set(__self__, "location", location)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
36
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
37
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if tags and not isinstance(tags, dict):
|
|
42
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "tags", tags)
|
|
44
|
+
if type and not isinstance(type, str):
|
|
45
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
46
|
+
pulumi.set(__self__, "type", type)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def location(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The geo-location where the resource lives
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "location")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def name(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
The name of the resource
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "name")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="provisioningState")
|
|
74
|
+
def provisioning_state(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The status of the last operation.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "provisioning_state")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="systemData")
|
|
82
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
83
|
+
"""
|
|
84
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "system_data")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
91
|
+
"""
|
|
92
|
+
Resource tags.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "tags")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def type(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "type")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class AwaitableGetAuthorityResult(GetAuthorityResult):
|
|
106
|
+
# pylint: disable=using-constant-test
|
|
107
|
+
def __await__(self):
|
|
108
|
+
if False:
|
|
109
|
+
yield self
|
|
110
|
+
return GetAuthorityResult(
|
|
111
|
+
id=self.id,
|
|
112
|
+
location=self.location,
|
|
113
|
+
name=self.name,
|
|
114
|
+
provisioning_state=self.provisioning_state,
|
|
115
|
+
system_data=self.system_data,
|
|
116
|
+
tags=self.tags,
|
|
117
|
+
type=self.type)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_authority(authority_name: Optional[str] = None,
|
|
121
|
+
resource_group_name: Optional[str] = None,
|
|
122
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorityResult:
|
|
123
|
+
"""
|
|
124
|
+
Get a Authority
|
|
125
|
+
Azure REST API version: 2024-01-26-preview.
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
:param str authority_name: The ID of the authority
|
|
129
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
130
|
+
"""
|
|
131
|
+
__args__ = dict()
|
|
132
|
+
__args__['authorityName'] = authority_name
|
|
133
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
134
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
135
|
+
__ret__ = pulumi.runtime.invoke('azure-native:verifiedid:getAuthority', __args__, opts=opts, typ=GetAuthorityResult).value
|
|
136
|
+
|
|
137
|
+
return AwaitableGetAuthorityResult(
|
|
138
|
+
id=pulumi.get(__ret__, 'id'),
|
|
139
|
+
location=pulumi.get(__ret__, 'location'),
|
|
140
|
+
name=pulumi.get(__ret__, 'name'),
|
|
141
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
142
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
143
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
144
|
+
type=pulumi.get(__ret__, 'type'))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
@_utilities.lift_output_func(get_authority)
|
|
148
|
+
def get_authority_output(authority_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAuthorityResult]:
|
|
151
|
+
"""
|
|
152
|
+
Get a Authority
|
|
153
|
+
Azure REST API version: 2024-01-26-preview.
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
:param str authority_name: The ID of the authority
|
|
157
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
158
|
+
"""
|
|
159
|
+
...
|
|
@@ -0,0 +1,125 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'SystemDataResponse',
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
@pulumi.output_type
|
|
17
|
+
class SystemDataResponse(dict):
|
|
18
|
+
"""
|
|
19
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
20
|
+
"""
|
|
21
|
+
@staticmethod
|
|
22
|
+
def __key_warning(key: str):
|
|
23
|
+
suggest = None
|
|
24
|
+
if key == "createdAt":
|
|
25
|
+
suggest = "created_at"
|
|
26
|
+
elif key == "createdBy":
|
|
27
|
+
suggest = "created_by"
|
|
28
|
+
elif key == "createdByType":
|
|
29
|
+
suggest = "created_by_type"
|
|
30
|
+
elif key == "lastModifiedAt":
|
|
31
|
+
suggest = "last_modified_at"
|
|
32
|
+
elif key == "lastModifiedBy":
|
|
33
|
+
suggest = "last_modified_by"
|
|
34
|
+
elif key == "lastModifiedByType":
|
|
35
|
+
suggest = "last_modified_by_type"
|
|
36
|
+
|
|
37
|
+
if suggest:
|
|
38
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
39
|
+
|
|
40
|
+
def __getitem__(self, key: str) -> Any:
|
|
41
|
+
SystemDataResponse.__key_warning(key)
|
|
42
|
+
return super().__getitem__(key)
|
|
43
|
+
|
|
44
|
+
def get(self, key: str, default = None) -> Any:
|
|
45
|
+
SystemDataResponse.__key_warning(key)
|
|
46
|
+
return super().get(key, default)
|
|
47
|
+
|
|
48
|
+
def __init__(__self__, *,
|
|
49
|
+
created_at: Optional[str] = None,
|
|
50
|
+
created_by: Optional[str] = None,
|
|
51
|
+
created_by_type: Optional[str] = None,
|
|
52
|
+
last_modified_at: Optional[str] = None,
|
|
53
|
+
last_modified_by: Optional[str] = None,
|
|
54
|
+
last_modified_by_type: Optional[str] = None):
|
|
55
|
+
"""
|
|
56
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
57
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
58
|
+
:param str created_by: The identity that created the resource.
|
|
59
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
60
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
61
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
62
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
63
|
+
"""
|
|
64
|
+
if created_at is not None:
|
|
65
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
66
|
+
if created_by is not None:
|
|
67
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
68
|
+
if created_by_type is not None:
|
|
69
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
70
|
+
if last_modified_at is not None:
|
|
71
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
72
|
+
if last_modified_by is not None:
|
|
73
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
74
|
+
if last_modified_by_type is not None:
|
|
75
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="createdAt")
|
|
79
|
+
def created_at(self) -> Optional[str]:
|
|
80
|
+
"""
|
|
81
|
+
The timestamp of resource creation (UTC).
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "created_at")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="createdBy")
|
|
87
|
+
def created_by(self) -> Optional[str]:
|
|
88
|
+
"""
|
|
89
|
+
The identity that created the resource.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "created_by")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter(name="createdByType")
|
|
95
|
+
def created_by_type(self) -> Optional[str]:
|
|
96
|
+
"""
|
|
97
|
+
The type of identity that created the resource.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "created_by_type")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
103
|
+
def last_modified_at(self) -> Optional[str]:
|
|
104
|
+
"""
|
|
105
|
+
The timestamp of resource last modification (UTC)
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "last_modified_at")
|
|
108
|
+
|
|
109
|
+
@property
|
|
110
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
111
|
+
def last_modified_by(self) -> Optional[str]:
|
|
112
|
+
"""
|
|
113
|
+
The identity that last modified the resource.
|
|
114
|
+
"""
|
|
115
|
+
return pulumi.get(self, "last_modified_by")
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
119
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
120
|
+
"""
|
|
121
|
+
The type of identity that last modified the resource.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
124
|
+
|
|
125
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from .authority import *
|
|
9
|
+
from .get_authority import *
|
|
10
|
+
from . import outputs
|
|
@@ -0,0 +1,232 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = ['AuthorityArgs', 'Authority']
|
|
14
|
+
|
|
15
|
+
@pulumi.input_type
|
|
16
|
+
class AuthorityArgs:
|
|
17
|
+
def __init__(__self__, *,
|
|
18
|
+
resource_group_name: pulumi.Input[str],
|
|
19
|
+
authority_name: Optional[pulumi.Input[str]] = None,
|
|
20
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
21
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
22
|
+
"""
|
|
23
|
+
The set of arguments for constructing a Authority resource.
|
|
24
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
25
|
+
:param pulumi.Input[str] authority_name: The ID of the authority
|
|
26
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
27
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
28
|
+
"""
|
|
29
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
30
|
+
if authority_name is not None:
|
|
31
|
+
pulumi.set(__self__, "authority_name", authority_name)
|
|
32
|
+
if location is not None:
|
|
33
|
+
pulumi.set(__self__, "location", location)
|
|
34
|
+
if tags is not None:
|
|
35
|
+
pulumi.set(__self__, "tags", tags)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
@pulumi.getter(name="resourceGroupName")
|
|
39
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
40
|
+
"""
|
|
41
|
+
The name of the resource group. The name is case insensitive.
|
|
42
|
+
"""
|
|
43
|
+
return pulumi.get(self, "resource_group_name")
|
|
44
|
+
|
|
45
|
+
@resource_group_name.setter
|
|
46
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
47
|
+
pulumi.set(self, "resource_group_name", value)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="authorityName")
|
|
51
|
+
def authority_name(self) -> Optional[pulumi.Input[str]]:
|
|
52
|
+
"""
|
|
53
|
+
The ID of the authority
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "authority_name")
|
|
56
|
+
|
|
57
|
+
@authority_name.setter
|
|
58
|
+
def authority_name(self, value: Optional[pulumi.Input[str]]):
|
|
59
|
+
pulumi.set(self, "authority_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter
|
|
63
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
64
|
+
"""
|
|
65
|
+
The geo-location where the resource lives
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "location")
|
|
68
|
+
|
|
69
|
+
@location.setter
|
|
70
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
71
|
+
pulumi.set(self, "location", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter
|
|
75
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
76
|
+
"""
|
|
77
|
+
Resource tags.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "tags")
|
|
80
|
+
|
|
81
|
+
@tags.setter
|
|
82
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
83
|
+
pulumi.set(self, "tags", value)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
class Authority(pulumi.CustomResource):
|
|
87
|
+
@overload
|
|
88
|
+
def __init__(__self__,
|
|
89
|
+
resource_name: str,
|
|
90
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
91
|
+
authority_name: Optional[pulumi.Input[str]] = None,
|
|
92
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
93
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
95
|
+
__props__=None):
|
|
96
|
+
"""
|
|
97
|
+
A VerifiedId authority resource
|
|
98
|
+
|
|
99
|
+
:param str resource_name: The name of the resource.
|
|
100
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
101
|
+
:param pulumi.Input[str] authority_name: The ID of the authority
|
|
102
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
103
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
104
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
105
|
+
"""
|
|
106
|
+
...
|
|
107
|
+
@overload
|
|
108
|
+
def __init__(__self__,
|
|
109
|
+
resource_name: str,
|
|
110
|
+
args: AuthorityArgs,
|
|
111
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
112
|
+
"""
|
|
113
|
+
A VerifiedId authority resource
|
|
114
|
+
|
|
115
|
+
:param str resource_name: The name of the resource.
|
|
116
|
+
:param AuthorityArgs args: The arguments to use to populate this resource's properties.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
"""
|
|
119
|
+
...
|
|
120
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
121
|
+
resource_args, opts = _utilities.get_resource_args_opts(AuthorityArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
122
|
+
if resource_args is not None:
|
|
123
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
124
|
+
else:
|
|
125
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
126
|
+
|
|
127
|
+
def _internal_init(__self__,
|
|
128
|
+
resource_name: str,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
130
|
+
authority_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
134
|
+
__props__=None):
|
|
135
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
136
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
137
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
138
|
+
if opts.id is None:
|
|
139
|
+
if __props__ is not None:
|
|
140
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
141
|
+
__props__ = AuthorityArgs.__new__(AuthorityArgs)
|
|
142
|
+
|
|
143
|
+
__props__.__dict__["authority_name"] = authority_name
|
|
144
|
+
__props__.__dict__["location"] = location
|
|
145
|
+
if resource_group_name is None and not opts.urn:
|
|
146
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
147
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
148
|
+
__props__.__dict__["tags"] = tags
|
|
149
|
+
__props__.__dict__["name"] = None
|
|
150
|
+
__props__.__dict__["provisioning_state"] = None
|
|
151
|
+
__props__.__dict__["system_data"] = None
|
|
152
|
+
__props__.__dict__["type"] = None
|
|
153
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:verifiedid:Authority")])
|
|
154
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
155
|
+
super(Authority, __self__).__init__(
|
|
156
|
+
'azure-native:verifiedid/v20240126preview:Authority',
|
|
157
|
+
resource_name,
|
|
158
|
+
__props__,
|
|
159
|
+
opts)
|
|
160
|
+
|
|
161
|
+
@staticmethod
|
|
162
|
+
def get(resource_name: str,
|
|
163
|
+
id: pulumi.Input[str],
|
|
164
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Authority':
|
|
165
|
+
"""
|
|
166
|
+
Get an existing Authority resource's state with the given name, id, and optional extra
|
|
167
|
+
properties used to qualify the lookup.
|
|
168
|
+
|
|
169
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
170
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
171
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
172
|
+
"""
|
|
173
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
174
|
+
|
|
175
|
+
__props__ = AuthorityArgs.__new__(AuthorityArgs)
|
|
176
|
+
|
|
177
|
+
__props__.__dict__["location"] = None
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["provisioning_state"] = None
|
|
180
|
+
__props__.__dict__["system_data"] = None
|
|
181
|
+
__props__.__dict__["tags"] = None
|
|
182
|
+
__props__.__dict__["type"] = None
|
|
183
|
+
return Authority(resource_name, opts=opts, __props__=__props__)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def location(self) -> pulumi.Output[str]:
|
|
188
|
+
"""
|
|
189
|
+
The geo-location where the resource lives
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "location")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def name(self) -> pulumi.Output[str]:
|
|
196
|
+
"""
|
|
197
|
+
The name of the resource
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "name")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="provisioningState")
|
|
203
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
204
|
+
"""
|
|
205
|
+
The status of the last operation.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "provisioning_state")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter(name="systemData")
|
|
211
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
212
|
+
"""
|
|
213
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "system_data")
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
@pulumi.getter
|
|
219
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
220
|
+
"""
|
|
221
|
+
Resource tags.
|
|
222
|
+
"""
|
|
223
|
+
return pulumi.get(self, "tags")
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
@pulumi.getter
|
|
227
|
+
def type(self) -> pulumi.Output[str]:
|
|
228
|
+
"""
|
|
229
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "type")
|
|
232
|
+
|
|
@@ -0,0 +1,157 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetAuthorityResult',
|
|
15
|
+
'AwaitableGetAuthorityResult',
|
|
16
|
+
'get_authority',
|
|
17
|
+
'get_authority_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetAuthorityResult:
|
|
22
|
+
"""
|
|
23
|
+
A VerifiedId authority resource
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
|
|
26
|
+
if id and not isinstance(id, str):
|
|
27
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
28
|
+
pulumi.set(__self__, "id", id)
|
|
29
|
+
if location and not isinstance(location, str):
|
|
30
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
+
pulumi.set(__self__, "location", location)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
36
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
37
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if tags and not isinstance(tags, dict):
|
|
42
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "tags", tags)
|
|
44
|
+
if type and not isinstance(type, str):
|
|
45
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
46
|
+
pulumi.set(__self__, "type", type)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter
|
|
50
|
+
def id(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "id")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def location(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The geo-location where the resource lives
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "location")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def name(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
The name of the resource
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "name")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter(name="provisioningState")
|
|
74
|
+
def provisioning_state(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The status of the last operation.
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "provisioning_state")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="systemData")
|
|
82
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
83
|
+
"""
|
|
84
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "system_data")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
91
|
+
"""
|
|
92
|
+
Resource tags.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "tags")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def type(self) -> str:
|
|
99
|
+
"""
|
|
100
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "type")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class AwaitableGetAuthorityResult(GetAuthorityResult):
|
|
106
|
+
# pylint: disable=using-constant-test
|
|
107
|
+
def __await__(self):
|
|
108
|
+
if False:
|
|
109
|
+
yield self
|
|
110
|
+
return GetAuthorityResult(
|
|
111
|
+
id=self.id,
|
|
112
|
+
location=self.location,
|
|
113
|
+
name=self.name,
|
|
114
|
+
provisioning_state=self.provisioning_state,
|
|
115
|
+
system_data=self.system_data,
|
|
116
|
+
tags=self.tags,
|
|
117
|
+
type=self.type)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_authority(authority_name: Optional[str] = None,
|
|
121
|
+
resource_group_name: Optional[str] = None,
|
|
122
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAuthorityResult:
|
|
123
|
+
"""
|
|
124
|
+
Get a Authority
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
:param str authority_name: The ID of the authority
|
|
128
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
129
|
+
"""
|
|
130
|
+
__args__ = dict()
|
|
131
|
+
__args__['authorityName'] = authority_name
|
|
132
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
133
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
134
|
+
__ret__ = pulumi.runtime.invoke('azure-native:verifiedid/v20240126preview:getAuthority', __args__, opts=opts, typ=GetAuthorityResult).value
|
|
135
|
+
|
|
136
|
+
return AwaitableGetAuthorityResult(
|
|
137
|
+
id=pulumi.get(__ret__, 'id'),
|
|
138
|
+
location=pulumi.get(__ret__, 'location'),
|
|
139
|
+
name=pulumi.get(__ret__, 'name'),
|
|
140
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
141
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
142
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
143
|
+
type=pulumi.get(__ret__, 'type'))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
@_utilities.lift_output_func(get_authority)
|
|
147
|
+
def get_authority_output(authority_name: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAuthorityResult]:
|
|
150
|
+
"""
|
|
151
|
+
Get a Authority
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
:param str authority_name: The ID of the authority
|
|
155
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
156
|
+
"""
|
|
157
|
+
...
|