-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathazure.mgmt.iotfirmwaredefense.aio.IoTFirmwareDefenseMgmtClient.yml
More file actions
81 lines (79 loc) · 2.9 KB
/
azure.mgmt.iotfirmwaredefense.aio.IoTFirmwareDefenseMgmtClient.yml
File metadata and controls
81 lines (79 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
### YamlMime:PythonClass
uid: azure.mgmt.iotfirmwaredefense.aio.IoTFirmwareDefenseMgmtClient
name: IoTFirmwareDefenseMgmtClient
fullName: azure.mgmt.iotfirmwaredefense.aio.IoTFirmwareDefenseMgmtClient
module: azure.mgmt.iotfirmwaredefense.aio
inheritances:
- builtins.object
summary: Firmware & IoT Security REST API.
constructor:
syntax: 'IoTFirmwareDefenseMgmtClient(credential: AsyncTokenCredential, subscription_id:
str, base_url: str = ''`https://management.azure.com`'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials_async.AsyncTokenCredential>
- name: subscription_id
description: The ID of the target subscription. The value must be an UUID. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "`https://management.azure.com`".
defaultValue: `https://management.azure.com`
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2024-01-10". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
variables:
- description: BinaryHardeningOperations operations
name: binary_hardening
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.BinaryHardeningOperations>
- description: CryptoCertificatesOperations operations
name: crypto_certificates
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.CryptoCertificatesOperations>
- description: CryptoKeysOperations operations
name: crypto_keys
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.CryptoKeysOperations>
- description: CvesOperations operations
name: cves
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.CvesOperations>
- description: FirmwaresOperations operations
name: firmwares
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.FirmwaresOperations>
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.Operations>
- description: PasswordHashesOperations operations
name: password_hashes
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.PasswordHashesOperations>
- description: SbomComponentsOperations operations
name: sbom_components
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.SbomComponentsOperations>
- description: SummariesOperations operations
name: summaries
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.SummariesOperations>
- description: WorkspacesOperations operations
name: workspaces
types:
- <xref:azure.mgmt.iotfirmwaredefense.aio.operations.WorkspacesOperations>
methods:
- uid: azure.mgmt.iotfirmwaredefense.aio.IoTFirmwareDefenseMgmtClient.close
name: close
signature: async close() -> None