Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ManagedSshSessionTargetResourceDetails

Details about a managed SSH session for a target resource.

Properties

Const sessionType

sessionType: string = "MANAGED_SSH"

targetResourceDisplayName

targetResourceDisplayName: string

The display name of the target Compute instance that the session connects to.

targetResourceId

targetResourceId: string

The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.

targetResourceOperatingSystemUserName

targetResourceOperatingSystemUserName: string

The name of the user on the target resource operating system that the session uses for the connection.

Optional targetResourcePort

targetResourcePort: undefined | number

The port number to connect to on the target resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional targetResourcePrivateIpAddress

targetResourcePrivateIpAddress: undefined | string

The private IP address of the target resource that the session connects to.

Methods

getDeserializedJsonObj

getJsonObj