Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegistryCredential

Package version

Credential information to connect to container registry.

Hierarchy

  • RegistryCredential

Index

Properties

Optional passwordEncrypted

passwordEncrypted: undefined | false | true

Indicates that supplied container registry password is encrypted.

Optional registryPassword

registryPassword: undefined | string

The password for supplied username to connect to container registry.

Optional registryUserName

registryUserName: undefined | string

The user name to connect to container registry.

Generated using TypeDoc