-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.SecurityProfile.yml
106 lines (81 loc) · 3.7 KB
/
azure.mgmt.computefleet.models.SecurityProfile.yml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.SecurityProfile
name: SecurityProfile
fullName: azure.mgmt.computefleet.models.SecurityProfile
module: azure.mgmt.computefleet.models
summary: 'Specifies the Security profile settings for the virtual machine or virtual
machine scale set.'
constructor:
syntax: 'SecurityProfile(*args: Any, **kwargs: Any)'
variables:
- description: 'Specifies the security settings like secure boot and vTPM used while
creating
the virtual machine. Minimum api-version: 2020-12-01.'
name: uefi_settings
types:
- <xref:azure.mgmt.computefleet.models.UefiSettings>
- description: 'This property can be used by user in the request to enable or disable
the Host
Encryption for the virtual machine or virtual machine scale set. This will
enable the encryption for all the disks including Resource/Temp disk at host
itself. The default behavior is: The Encryption at host will be disabled unless
this property is set to true for the resource.'
name: encryption_at_host
types:
- <xref:bool>
- description: 'Specifies the SecurityType of the virtual machine. It has to be set
to any
specified value to enable UefiSettings. The default behavior is: UefiSettings
will not be enabled unless this property is set. Known values are: "TrustedLaunch"
and
"ConfidentialVM".'
name: security_type
types:
- <xref:str>
- <xref:azure.mgmt.computefleet.models.SecurityTypes>
- description: 'Specifies the Managed Identity used by ADE to get access token for
keyvault
operations.'
name: encryption_identity
types:
- <xref:azure.mgmt.computefleet.models.EncryptionIdentity>
- description: 'Specifies ProxyAgent settings while creating the virtual machine.
Minimum
api-version: 2023-09-01.'
name: proxy_agent_settings
types:
- <xref:azure.mgmt.computefleet.models.ProxyAgentSettings>
attributes:
- uid: azure.mgmt.computefleet.models.SecurityProfile.encryption_at_host
name: encryption_at_host
summary: 'This property can be used by user in the request to enable or disable
the Host
Encryption for the virtual machine or virtual machine scale set. This will
enable the encryption for all the disks including Resource/Temp disk at host
itself. The default behavior is: The Encryption at host will be disabled unless
this property is set to true for the resource.'
signature: 'encryption_at_host: bool | None'
- uid: azure.mgmt.computefleet.models.SecurityProfile.encryption_identity
name: encryption_identity
summary: 'Specifies the Managed Identity used by ADE to get access token for keyvault
operations.'
signature: 'encryption_identity: _models.EncryptionIdentity | None'
- uid: azure.mgmt.computefleet.models.SecurityProfile.proxy_agent_settings
name: proxy_agent_settings
summary: 'Specifies ProxyAgent settings while creating the virtual machine. Minimum
api-version: 2023-09-01.'
signature: 'proxy_agent_settings: _models.ProxyAgentSettings | None'
- uid: azure.mgmt.computefleet.models.SecurityProfile.security_type
name: security_type
summary: 'Specifies the SecurityType of the virtual machine. It has to be set to
any
specified value to enable UefiSettings. The default behavior is: UefiSettings
will not be enabled unless this property is set. Known values are: "TrustedLaunch"
and
"ConfidentialVM".'
signature: 'security_type: str | _models.SecurityTypes | None'
- uid: azure.mgmt.computefleet.models.SecurityProfile.uefi_settings
name: uefi_settings
summary: 'Specifies the security settings like secure boot and vTPM used while creating
the virtual machine. Minimum api-version: 2020-12-01.'
signature: 'uefi_settings: _models.UefiSettings | None'