Share via


ILinuxProfilePropertiesSshPublicKeysItem.KeyData Property

Definition

Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyData", Update=true)]
public string KeyData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Certificate public key used to authenticate with VMs through SSH. The certificate must be in PEM format with or without headers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyData", Update=true)>]
member this.KeyData : string with get, set
Public Property KeyData As String

Property Value

Attributes

Applies to