AgentPoolSecurityProfile Class

Definition

The security settings of an agent pool.

public class AgentPoolSecurityProfile
type AgentPoolSecurityProfile = class
Public Class AgentPoolSecurityProfile
Inheritance
AgentPoolSecurityProfile

Constructors

Name Description
AgentPoolSecurityProfile()

Initializes a new instance of the AgentPoolSecurityProfile class.

AgentPoolSecurityProfile(Nullable<Boolean>, Nullable<Boolean>, String)

Initializes a new instance of the AgentPoolSecurityProfile class.

Properties

Name Description
EnableSecureBoot

Gets or sets secure Boot is a feature of Trusted Launch which ensures that only signed operating systems and drivers can boot. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.

EnableVtpm

Gets or sets vTPM is a Trusted Launch feature for configuring a dedicated secure vault for keys and measurements held locally on the node. For more details, see aka.ms/aks/trustedlaunch. If not specified, the default is false.

SshAccess

Gets or sets sSH access method of an agent pool. Possible values include: 'LocalUser', 'Disabled'

Applies to