oci.DevOps.getConnections
Explore with Pulumi AI
This data source provides the list of Connections in Oracle Cloud Infrastructure Devops service.
Returns a list of connections.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testConnections = Oci.DevOps.GetConnections.Invoke(new()
{
CompartmentId = @var.Compartment_id,
ConnectionType = @var.Connection_connection_type,
DisplayName = @var.Connection_display_name,
Id = @var.Connection_id,
ProjectId = oci_devops_project.Test_project.Id,
State = @var.Connection_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DevOps"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DevOps.GetConnections(ctx, &devops.GetConnectionsArgs{
CompartmentId: pulumi.StringRef(_var.Compartment_id),
ConnectionType: pulumi.StringRef(_var.Connection_connection_type),
DisplayName: pulumi.StringRef(_var.Connection_display_name),
Id: pulumi.StringRef(_var.Connection_id),
ProjectId: pulumi.StringRef(oci_devops_project.Test_project.Id),
State: pulumi.StringRef(_var.Connection_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DevOps.DevOpsFunctions;
import com.pulumi.oci.DevOps.inputs.GetConnectionsArgs;
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 testConnections = DevOpsFunctions.getConnections(GetConnectionsArgs.builder()
.compartmentId(var_.compartment_id())
.connectionType(var_.connection_connection_type())
.displayName(var_.connection_display_name())
.id(var_.connection_id())
.projectId(oci_devops_project.test_project().id())
.state(var_.connection_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_connections = oci.DevOps.get_connections(compartment_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
connection_type=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
display_name=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
project_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
state=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testConnections = oci.DevOps.getConnections({
compartmentId: _var.compartment_id,
connectionType: _var.connection_connection_type,
displayName: _var.connection_display_name,
id: _var.connection_id,
projectId: oci_devops_project.test_project.id,
state: _var.connection_state,
});
variables:
testConnections:
fn::invoke:
Function: oci:DevOps:getConnections
Arguments:
compartmentId: ${var.compartment_id}
connectionType: ${var.connection_connection_type}
displayName: ${var.connection_display_name}
id: ${var.connection_id}
projectId: ${oci_devops_project.test_project.id}
state: ${var.connection_state}
Using getConnections
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 getConnections(args: GetConnectionsArgs, opts?: InvokeOptions): Promise<GetConnectionsResult>
function getConnectionsOutput(args: GetConnectionsOutputArgs, opts?: InvokeOptions): Output<GetConnectionsResult>
def get_connections(compartment_id: Optional[str] = None,
connection_type: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_devops.GetConnectionsFilter]] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionsResult
def get_connections_output(compartment_id: Optional[pulumi.Input[str]] = None,
connection_type: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_devops.GetConnectionsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectionsResult]
func GetConnections(ctx *Context, args *GetConnectionsArgs, opts ...InvokeOption) (*GetConnectionsResult, error)
func GetConnectionsOutput(ctx *Context, args *GetConnectionsOutputArgs, opts ...InvokeOption) GetConnectionsResultOutput
> Note: This function is named GetConnections
in the Go SDK.
public static class GetConnections
{
public static Task<GetConnectionsResult> InvokeAsync(GetConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionsResult> Invoke(GetConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectionsResult> getConnections(GetConnectionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DevOps/getConnections:getConnections
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
Type string A filter to return only resources that match the given connection type.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
List<Get
Connections Filter> - Id string
Unique identifier or OCID for listing a single resource by ID.
- Project
Id string unique project identifier
- State string
A filter to return only connections that matches the given lifecycle state.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
Type string A filter to return only resources that match the given connection type.
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
[]Get
Connections Filter - Id string
Unique identifier or OCID for listing a single resource by ID.
- Project
Id string unique project identifier
- State string
A filter to return only connections that matches the given lifecycle state.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
Type String A filter to return only resources that match the given connection type.
- display
Name String A filter to return only resources that match the entire display name given.
- filters
List<Get
Connections Filter> - id String
Unique identifier or OCID for listing a single resource by ID.
- project
Id String unique project identifier
- state String
A filter to return only connections that matches the given lifecycle state.
- compartment
Id string The OCID of the compartment in which to list resources.
- connection
Type string A filter to return only resources that match the given connection type.
- display
Name string A filter to return only resources that match the entire display name given.
- filters
Get
Connections Filter[] - id string
Unique identifier or OCID for listing a single resource by ID.
- project
Id string unique project identifier
- state string
A filter to return only connections that matches the given lifecycle state.
- compartment_
id str The OCID of the compartment in which to list resources.
- connection_
type str A filter to return only resources that match the given connection type.
- display_
name str A filter to return only resources that match the entire display name given.
- filters
Get
Connections Filter] - id str
Unique identifier or OCID for listing a single resource by ID.
- project_
id str unique project identifier
- state str
A filter to return only connections that matches the given lifecycle state.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
Type String A filter to return only resources that match the given connection type.
- display
Name String A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
Unique identifier or OCID for listing a single resource by ID.
- project
Id String unique project identifier
- state String
A filter to return only connections that matches the given lifecycle state.
getConnections Result
The following output properties are available:
- Connection
Collections List<GetConnections Connection Collection> The list of connection_collection.
- Compartment
Id string The OCID of the compartment containing the connection.
- Connection
Type string The type of connection.
- Display
Name string Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
List<Get
Connections Filter> - Id string
Unique identifier that is immutable on creation.
- Project
Id string The OCID of the DevOps project.
- State string
The current state of the connection.
- Connection
Collections []GetConnections Connection Collection The list of connection_collection.
- Compartment
Id string The OCID of the compartment containing the connection.
- Connection
Type string The type of connection.
- Display
Name string Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
[]Get
Connections Filter - Id string
Unique identifier that is immutable on creation.
- Project
Id string The OCID of the DevOps project.
- State string
The current state of the connection.
- connection
Collections List<GetConnections Connection Collection> The list of connection_collection.
- compartment
Id String The OCID of the compartment containing the connection.
- connection
Type String The type of connection.
- display
Name String Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
List<Get
Connections Filter> - id String
Unique identifier that is immutable on creation.
- project
Id String The OCID of the DevOps project.
- state String
The current state of the connection.
- connection
Collections GetConnections Connection Collection[] The list of connection_collection.
- compartment
Id string The OCID of the compartment containing the connection.
- connection
Type string The type of connection.
- display
Name string Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
Get
Connections Filter[] - id string
Unique identifier that is immutable on creation.
- project
Id string The OCID of the DevOps project.
- state string
The current state of the connection.
- connection_
collections GetConnections Connection Collection] The list of connection_collection.
- compartment_
id str The OCID of the compartment containing the connection.
- connection_
type str The type of connection.
- display_
name str Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
Get
Connections Filter] - id str
Unique identifier that is immutable on creation.
- project_
id str The OCID of the DevOps project.
- state str
The current state of the connection.
- connection
Collections List<Property Map> The list of connection_collection.
- compartment
Id String The OCID of the compartment containing the connection.
- connection
Type String The type of connection.
- display
Name String Connection display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters List<Property Map>
- id String
Unique identifier that is immutable on creation.
- project
Id String The OCID of the DevOps project.
- state String
The current state of the connection.
Supporting Types
GetConnectionsConnectionCollection
GetConnectionsConnectionCollectionItem
- Access
Token string The OCID of personal access token saved in secret store.
- App
Password string OCID of personal Bitbucket Cloud AppPassword saved in secret store
- Base
Url string The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
Type string A filter to return only resources that match the given connection type.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- Description string
Optional description about the connection.
- Display
Name string A filter to return only resources that match the entire display name given.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
Unique identifier or OCID for listing a single resource by ID.
- Last
Connection List<GetValidation Results Connections Connection Collection Item Last Connection Validation Result> The result of validating the credentials of a connection.
- Project
Id string unique project identifier
- State string
A filter to return only connections that matches the given lifecycle state.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the connection was created. Format defined by RFC3339.
- Time
Updated string The time the connection was updated. Format defined by RFC3339.
- Tls
Verify List<GetConfigs Connections Connection Collection Item Tls Verify Config> TLS configuration used by build service to verify TLS connection.
- Username string
Public Bitbucket Cloud Username in plain text
- Access
Token string The OCID of personal access token saved in secret store.
- App
Password string OCID of personal Bitbucket Cloud AppPassword saved in secret store
- Base
Url string The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- Compartment
Id string The OCID of the compartment in which to list resources.
- Connection
Type string A filter to return only resources that match the given connection type.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- Description string
Optional description about the connection.
- Display
Name string A filter to return only resources that match the entire display name given.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- Id string
Unique identifier or OCID for listing a single resource by ID.
- Last
Connection []GetValidation Results Connections Connection Collection Item Last Connection Validation Result The result of validating the credentials of a connection.
- Project
Id string unique project identifier
- State string
A filter to return only connections that matches the given lifecycle state.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the connection was created. Format defined by RFC3339.
- Time
Updated string The time the connection was updated. Format defined by RFC3339.
- Tls
Verify []GetConfigs Connections Connection Collection Item Tls Verify Config TLS configuration used by build service to verify TLS connection.
- Username string
Public Bitbucket Cloud Username in plain text
- access
Token String The OCID of personal access token saved in secret store.
- app
Password String OCID of personal Bitbucket Cloud AppPassword saved in secret store
- base
Url String The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
Type String A filter to return only resources that match the given connection type.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- description String
Optional description about the connection.
- display
Name String A filter to return only resources that match the entire display name given.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
Unique identifier or OCID for listing a single resource by ID.
- last
Connection List<GetValidation Results Connections Connection Collection Item Last Connection Validation Result> The result of validating the credentials of a connection.
- project
Id String unique project identifier
- state String
A filter to return only connections that matches the given lifecycle state.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the connection was created. Format defined by RFC3339.
- time
Updated String The time the connection was updated. Format defined by RFC3339.
- tls
Verify List<GetConfigs Connections Connection Collection Item Tls Verify Config> TLS configuration used by build service to verify TLS connection.
- username String
Public Bitbucket Cloud Username in plain text
- access
Token string The OCID of personal access token saved in secret store.
- app
Password string OCID of personal Bitbucket Cloud AppPassword saved in secret store
- base
Url string The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- compartment
Id string The OCID of the compartment in which to list resources.
- connection
Type string A filter to return only resources that match the given connection type.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- description string
Optional description about the connection.
- display
Name string A filter to return only resources that match the entire display name given.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id string
Unique identifier or OCID for listing a single resource by ID.
- last
Connection GetValidation Results Connections Connection Collection Item Last Connection Validation Result[] The result of validating the credentials of a connection.
- project
Id string unique project identifier
- state string
A filter to return only connections that matches the given lifecycle state.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the connection was created. Format defined by RFC3339.
- time
Updated string The time the connection was updated. Format defined by RFC3339.
- tls
Verify GetConfigs Connections Connection Collection Item Tls Verify Config[] TLS configuration used by build service to verify TLS connection.
- username string
Public Bitbucket Cloud Username in plain text
- access_
token str The OCID of personal access token saved in secret store.
- app_
password str OCID of personal Bitbucket Cloud AppPassword saved in secret store
- base_
url str The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- compartment_
id str The OCID of the compartment in which to list resources.
- connection_
type str A filter to return only resources that match the given connection type.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- description str
Optional description about the connection.
- display_
name str A filter to return only resources that match the entire display name given.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id str
Unique identifier or OCID for listing a single resource by ID.
- last_
connection_ Getvalidation_ results Connections Connection Collection Item Last Connection Validation Result] The result of validating the credentials of a connection.
- project_
id str unique project identifier
- state str
A filter to return only connections that matches the given lifecycle state.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the connection was created. Format defined by RFC3339.
- time_
updated str The time the connection was updated. Format defined by RFC3339.
- tls_
verify_ Getconfigs Connections Connection Collection Item Tls Verify Config] TLS configuration used by build service to verify TLS connection.
- username str
Public Bitbucket Cloud Username in plain text
- access
Token String The OCID of personal access token saved in secret store.
- app
Password String OCID of personal Bitbucket Cloud AppPassword saved in secret store
- base
Url String The Base URL of the hosted BitbucketServer/Visual Builder Studio server.
- compartment
Id String The OCID of the compartment in which to list resources.
- connection
Type String A filter to return only resources that match the given connection type.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"foo-namespace.bar-key": "value"}
- description String
Optional description about the connection.
- display
Name String A filter to return only resources that match the entire display name given.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See Resource Tags. Example:
{"bar-key": "value"}
- id String
Unique identifier or OCID for listing a single resource by ID.
- last
Connection List<Property Map>Validation Results The result of validating the credentials of a connection.
- project
Id String unique project identifier
- state String
A filter to return only connections that matches the given lifecycle state.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. See Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the connection was created. Format defined by RFC3339.
- time
Updated String The time the connection was updated. Format defined by RFC3339.
- tls
Verify List<Property Map>Configs TLS configuration used by build service to verify TLS connection.
- username String
Public Bitbucket Cloud Username in plain text
GetConnectionsConnectionCollectionItemLastConnectionValidationResult
- Message string
A message describing the result of connection validation in more detail.
- Result string
The latest result of whether the credentials pass the validation.
- Time
Validated string The latest timestamp when the connection was validated. Format defined by RFC3339.
- Message string
A message describing the result of connection validation in more detail.
- Result string
The latest result of whether the credentials pass the validation.
- Time
Validated string The latest timestamp when the connection was validated. Format defined by RFC3339.
- message String
A message describing the result of connection validation in more detail.
- result String
The latest result of whether the credentials pass the validation.
- time
Validated String The latest timestamp when the connection was validated. Format defined by RFC3339.
- message string
A message describing the result of connection validation in more detail.
- result string
The latest result of whether the credentials pass the validation.
- time
Validated string The latest timestamp when the connection was validated. Format defined by RFC3339.
- message str
A message describing the result of connection validation in more detail.
- result str
The latest result of whether the credentials pass the validation.
- time_
validated str The latest timestamp when the connection was validated. Format defined by RFC3339.
- message String
A message describing the result of connection validation in more detail.
- result String
The latest result of whether the credentials pass the validation.
- time
Validated String The latest timestamp when the connection was validated. Format defined by RFC3339.
GetConnectionsConnectionCollectionItemTlsVerifyConfig
- Ca
Certificate stringBundle Id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- Tls
Verify stringMode The type of TLS verification.
- Ca
Certificate stringBundle Id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- Tls
Verify stringMode The type of TLS verification.
- ca
Certificate StringBundle Id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- tls
Verify StringMode The type of TLS verification.
- ca
Certificate stringBundle Id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- tls
Verify stringMode The type of TLS verification.
- ca_
certificate_ strbundle_ id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- tls_
verify_ strmode The type of TLS verification.
- ca
Certificate StringBundle Id The OCID of Oracle Cloud Infrastructure certificate service CA bundle.
- tls
Verify StringMode The type of TLS verification.
GetConnectionsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.