Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Bastion.getSession
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Session resource in Oracle Cloud Infrastructure Bastion service.
Retrieves a session identified by the session ID. A bastion session lets authorized users connect to a target resource for a predetermined amount of time.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSession = oci.Bastion.getSession({
sessionId: testSessionOciBastionSession.id,
});
import pulumi
import pulumi_oci as oci
test_session = oci.Bastion.get_session(session_id=test_session_oci_bastion_session["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Bastion"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Bastion.GetSession(ctx, &bastion.GetSessionArgs{
SessionId: testSessionOciBastionSession.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSession = Oci.Bastion.GetSession.Invoke(new()
{
SessionId = testSessionOciBastionSession.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Bastion.BastionFunctions;
import com.pulumi.oci.Bastion.inputs.GetSessionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testSession = BastionFunctions.getSession(GetSessionArgs.builder()
.sessionId(testSessionOciBastionSession.id())
.build());
}
}
variables:
testSession:
fn::invoke:
Function: oci:Bastion:getSession
Arguments:
sessionId: ${testSessionOciBastionSession.id}
Using getSession
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSession(args: GetSessionArgs, opts?: InvokeOptions): Promise<GetSessionResult>
function getSessionOutput(args: GetSessionOutputArgs, opts?: InvokeOptions): Output<GetSessionResult>
def get_session(session_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSessionResult
def get_session_output(session_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSessionResult]
func GetSession(ctx *Context, args *GetSessionArgs, opts ...InvokeOption) (*GetSessionResult, error)
func GetSessionOutput(ctx *Context, args *GetSessionOutputArgs, opts ...InvokeOption) GetSessionResultOutput
> Note: This function is named GetSession
in the Go SDK.
public static class GetSession
{
public static Task<GetSessionResult> InvokeAsync(GetSessionArgs args, InvokeOptions? opts = null)
public static Output<GetSessionResult> Invoke(GetSessionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSessionResult> getSession(GetSessionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Bastion/getSession:getSession
arguments:
# arguments dictionary
The following arguments are supported:
- Session
Id string - The unique identifier (OCID) of the session.
- Session
Id string - The unique identifier (OCID) of the session.
- session
Id String - The unique identifier (OCID) of the session.
- session
Id string - The unique identifier (OCID) of the session.
- session_
id str - The unique identifier (OCID) of the session.
- session
Id String - The unique identifier (OCID) of the session.
getSession Result
The following output properties are available:
- Bastion
Id string - The unique identifier (OCID) of the bastion that is hosting this session.
- Bastion
Name string - The name of the bastion that is hosting this session.
- Bastion
Public stringHost Key Info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- Bastion
User stringName - The username that the session uses to connect to the target resource.
- Display
Name string - The name of the session.
- Id string
- The unique identifier (OCID) of the session, which can't be changed after creation.
- Key
Details List<GetSession Key Detail> - Public key details for a bastion session.
- Key
Type string - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- Lifecycle
Details string - A message describing the current session state in more detail.
- Session
Id string - Session
Ttl intIn Seconds - The amount of time the session can remain active.
- Ssh
Metadata Dictionary<string, object> - The connection message for the session.
- State string
- The current state of the session.
- Target
Resource List<GetDetails Session Target Resource Detail> - Details about a bastion session's target resource.
- Time
Created string - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- Time
Updated string - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- Bastion
Id string - The unique identifier (OCID) of the bastion that is hosting this session.
- Bastion
Name string - The name of the bastion that is hosting this session.
- Bastion
Public stringHost Key Info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- Bastion
User stringName - The username that the session uses to connect to the target resource.
- Display
Name string - The name of the session.
- Id string
- The unique identifier (OCID) of the session, which can't be changed after creation.
- Key
Details []GetSession Key Detail - Public key details for a bastion session.
- Key
Type string - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- Lifecycle
Details string - A message describing the current session state in more detail.
- Session
Id string - Session
Ttl intIn Seconds - The amount of time the session can remain active.
- Ssh
Metadata map[string]interface{} - The connection message for the session.
- State string
- The current state of the session.
- Target
Resource []GetDetails Session Target Resource Detail - Details about a bastion session's target resource.
- Time
Created string - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- Time
Updated string - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- bastion
Id String - The unique identifier (OCID) of the bastion that is hosting this session.
- bastion
Name String - The name of the bastion that is hosting this session.
- bastion
Public StringHost Key Info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- bastion
User StringName - The username that the session uses to connect to the target resource.
- display
Name String - The name of the session.
- id String
- The unique identifier (OCID) of the session, which can't be changed after creation.
- key
Details List<GetSession Key Detail> - Public key details for a bastion session.
- key
Type String - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- lifecycle
Details String - A message describing the current session state in more detail.
- session
Id String - session
Ttl IntegerIn Seconds - The amount of time the session can remain active.
- ssh
Metadata Map<String,Object> - The connection message for the session.
- state String
- The current state of the session.
- target
Resource List<GetDetails Session Target Resource Detail> - Details about a bastion session's target resource.
- time
Created String - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- time
Updated String - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- bastion
Id string - The unique identifier (OCID) of the bastion that is hosting this session.
- bastion
Name string - The name of the bastion that is hosting this session.
- bastion
Public stringHost Key Info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- bastion
User stringName - The username that the session uses to connect to the target resource.
- display
Name string - The name of the session.
- id string
- The unique identifier (OCID) of the session, which can't be changed after creation.
- key
Details GetSession Key Detail[] - Public key details for a bastion session.
- key
Type string - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- lifecycle
Details string - A message describing the current session state in more detail.
- session
Id string - session
Ttl numberIn Seconds - The amount of time the session can remain active.
- ssh
Metadata {[key: string]: any} - The connection message for the session.
- state string
- The current state of the session.
- target
Resource GetDetails Session Target Resource Detail[] - Details about a bastion session's target resource.
- time
Created string - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- time
Updated string - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- bastion_
id str - The unique identifier (OCID) of the bastion that is hosting this session.
- bastion_
name str - The name of the bastion that is hosting this session.
- bastion_
public_ strhost_ key_ info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- bastion_
user_ strname - The username that the session uses to connect to the target resource.
- display_
name str - The name of the session.
- id str
- The unique identifier (OCID) of the session, which can't be changed after creation.
- key_
details Sequence[bastion.Get Session Key Detail] - Public key details for a bastion session.
- key_
type str - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- lifecycle_
details str - A message describing the current session state in more detail.
- session_
id str - session_
ttl_ intin_ seconds - The amount of time the session can remain active.
- ssh_
metadata Mapping[str, Any] - The connection message for the session.
- state str
- The current state of the session.
- target_
resource_ Sequence[bastion.details Get Session Target Resource Detail] - Details about a bastion session's target resource.
- time_
created str - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- time_
updated str - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- bastion
Id String - The unique identifier (OCID) of the bastion that is hosting this session.
- bastion
Name String - The name of the bastion that is hosting this session.
- bastion
Public StringHost Key Info - The public key of the bastion host. You can use this to verify that you're connecting to the correct bastion.
- bastion
User StringName - The username that the session uses to connect to the target resource.
- display
Name String - The name of the session.
- id String
- The unique identifier (OCID) of the session, which can't be changed after creation.
- key
Details List<Property Map> - Public key details for a bastion session.
- key
Type String - The type of the key used to connect to the session. PUB is a standard public key in OpenSSH format.
- lifecycle
Details String - A message describing the current session state in more detail.
- session
Id String - session
Ttl NumberIn Seconds - The amount of time the session can remain active.
- ssh
Metadata Map<Any> - The connection message for the session.
- state String
- The current state of the session.
- target
Resource List<Property Map>Details - Details about a bastion session's target resource.
- time
Created String - The time the session was created. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
- time
Updated String - The time the session was updated. Format is defined by RFC3339. Example:
2020-01-25T21:10:29.600Z
Supporting Types
GetSessionKeyDetail
- Public
Key stringContent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
- Public
Key stringContent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
- public
Key StringContent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
- public
Key stringContent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
- public_
key_ strcontent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
- public
Key StringContent - The public key in OpenSSH format of the SSH key pair for the session. When you connect to the session, you must provide the private key of the same SSH key pair.
GetSessionTargetResourceDetail
- Session
Type string - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- Target
Resource stringDisplay Name - The display name of the target Compute instance that the session connects to.
- Target
Resource stringFqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- Target
Resource stringId - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- Target
Resource stringOperating System User Name - The name of the user on the target resource operating system that the session uses for the connection.
- Target
Resource intPort - The port number to connect to on the target resource.
- Target
Resource stringPrivate Ip Address - The private IP address of the target resource that the session connects to.
- Session
Type string - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- Target
Resource stringDisplay Name - The display name of the target Compute instance that the session connects to.
- Target
Resource stringFqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- Target
Resource stringId - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- Target
Resource stringOperating System User Name - The name of the user on the target resource operating system that the session uses for the connection.
- Target
Resource intPort - The port number to connect to on the target resource.
- Target
Resource stringPrivate Ip Address - The private IP address of the target resource that the session connects to.
- session
Type String - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- target
Resource StringDisplay Name - The display name of the target Compute instance that the session connects to.
- target
Resource StringFqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- target
Resource StringId - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- target
Resource StringOperating System User Name - The name of the user on the target resource operating system that the session uses for the connection.
- target
Resource IntegerPort - The port number to connect to on the target resource.
- target
Resource StringPrivate Ip Address - The private IP address of the target resource that the session connects to.
- session
Type string - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- target
Resource stringDisplay Name - The display name of the target Compute instance that the session connects to.
- target
Resource stringFqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- target
Resource stringId - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- target
Resource stringOperating System User Name - The name of the user on the target resource operating system that the session uses for the connection.
- target
Resource numberPort - The port number to connect to on the target resource.
- target
Resource stringPrivate Ip Address - The private IP address of the target resource that the session connects to.
- session_
type str - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- target_
resource_ strdisplay_ name - The display name of the target Compute instance that the session connects to.
- target_
resource_ strfqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- target_
resource_ strid - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- target_
resource_ stroperating_ system_ user_ name - The name of the user on the target resource operating system that the session uses for the connection.
- target_
resource_ intport - The port number to connect to on the target resource.
- target_
resource_ strprivate_ ip_ address - The private IP address of the target resource that the session connects to.
- session
Type String - The Bastion service recognizes three types of sessions, managed SSH sessions, SSH port forwarding sessions, and Dynamic SSH port forwarding sessions. Managed SSH sessions require that the target resource has an OpenSSH server and the Oracle Cloud Agent both running.
- target
Resource StringDisplay Name - The display name of the target Compute instance that the session connects to.
- target
Resource StringFqdn - The Fully Qualified Domain Name of the target resource that the session connects to.
- target
Resource StringId - The unique identifier (OCID) of the target resource (a Compute instance, for example) that the session connects to.
- target
Resource StringOperating System User Name - The name of the user on the target resource operating system that the session uses for the connection.
- target
Resource NumberPort - The port number to connect to on the target resource.
- target
Resource StringPrivate Ip Address - The private IP address of the target resource that the session connects to.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi