ark_uap_sia_vm_behavior
ArkUAPSSIAVMBehavior
¶
Bases: ArkCamelizedModel
Defines the behavior of a virtual machine access policy, including SSH and RDP profiles.
Source code in ark_sdk_python/models/services/uap/sia/vm/ark_uap_sia_vm_behavior.py
54 55 56 57 58 59 60 61 62 63 64 |
|
ArkUAPSSIAVMDomainEphemeralUser
¶
Bases: ArkUAPSSIAVMEphemeralUser
Defines the domain ephemeral user method related data for this virtual machine access policy.
Source code in ark_sdk_python/models/services/uap/sia/vm/ark_uap_sia_vm_behavior.py
26 27 28 29 30 31 |
|
ArkUAPSSIAVMEphemeralUser
¶
Bases: ArkCamelizedModel
Defines the ephemeral user method related data for this virtual machine access policy.
Source code in ark_sdk_python/models/services/uap/sia/vm/ark_uap_sia_vm_behavior.py
17 18 19 20 21 22 23 |
|
ArkUAPSSIAVMRDPProfile
¶
Bases: ArkCamelizedModel
Defines the RDP profile for this virtual machine access policy. This profile is used to connect to the VM via RDP.
Source code in ark_sdk_python/models/services/uap/sia/vm/ark_uap_sia_vm_behavior.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
|
ArkUAPSSIAVMSSHProfile
¶
Bases: ArkCamelizedModel
Defines the SSH profile for this virtual machine access policy. This profile is used to connect to the VM via SSH.
Source code in ark_sdk_python/models/services/uap/sia/vm/ark_uap_sia_vm_behavior.py
9 10 11 12 13 14 |
|