Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAccountSettings

Package version

interface

An interface representing UserAccountSettings. Settings for user account that gets created on each on the nodes of a cluster.

Hierarchy

  • UserAccountSettings

Index

Properties

adminUserName

adminUserName: string
member

{string} adminUserName User name. Name of the administrator user account which can be used to SSH to nodes.

Optional adminUserPassword

adminUserPassword: undefined | string
member

{string} [adminUserPassword] Password. Password of the administrator user account.

Optional adminUserSshPublicKey

adminUserSshPublicKey: undefined | string
member

{string} [adminUserSshPublicKey] SSH public key. SSH public key of the administrator user account.

Generated using TypeDoc