ContainerServiceSshPublicKey Class

Contains information about SSH certificate public key data.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.containerservice._serialization.Model
ContainerServiceSshPublicKey

Constructor

ContainerServiceSshPublicKey(*, key_data: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
key_data
str

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

Variables

Name Description
key_data
str

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