oci.DataScience.getProjects
Explore with Pulumi AI
This data source provides the list of Projects in Oracle Cloud Infrastructure Data Science service.
Lists projects in the specified compartment.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testProjects = Oci.DataScience.GetProjects.Invoke(new()
{
CompartmentId = @var.Compartment_id,
CreatedBy = @var.Project_created_by,
DisplayName = @var.Project_display_name,
Id = @var.Project_id,
State = @var.Project_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataScience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataScience.GetProjects(ctx, &datascience.GetProjectsArgs{
CompartmentId: _var.Compartment_id,
CreatedBy: pulumi.StringRef(_var.Project_created_by),
DisplayName: pulumi.StringRef(_var.Project_display_name),
Id: pulumi.StringRef(_var.Project_id),
State: pulumi.StringRef(_var.Project_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.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetProjectsArgs;
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 testProjects = DataScienceFunctions.getProjects(GetProjectsArgs.builder()
.compartmentId(var_.compartment_id())
.createdBy(var_.project_created_by())
.displayName(var_.project_display_name())
.id(var_.project_id())
.state(var_.project_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_projects = oci.DataScience.get_projects(compartment_id=var["compartment_id"],
created_by=var["project_created_by"],
display_name=var["project_display_name"],
id=var["project_id"],
state=var["project_state"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProjects = oci.DataScience.getProjects({
compartmentId: _var.compartment_id,
createdBy: _var.project_created_by,
displayName: _var.project_display_name,
id: _var.project_id,
state: _var.project_state,
});
variables:
testProjects:
fn::invoke:
Function: oci:DataScience:getProjects
Arguments:
compartmentId: ${var.compartment_id}
createdBy: ${var.project_created_by}
displayName: ${var.project_display_name}
id: ${var.project_id}
state: ${var.project_state}
Using getProjects
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 getProjects(args: GetProjectsArgs, opts?: InvokeOptions): Promise<GetProjectsResult>
function getProjectsOutput(args: GetProjectsOutputArgs, opts?: InvokeOptions): Output<GetProjectsResult>
def get_projects(compartment_id: Optional[str] = None,
created_by: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_datascience.GetProjectsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectsResult
def get_projects_output(compartment_id: Optional[pulumi.Input[str]] = None,
created_by: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datascience.GetProjectsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectsResult]
func GetProjects(ctx *Context, args *GetProjectsArgs, opts ...InvokeOption) (*GetProjectsResult, error)
func GetProjectsOutput(ctx *Context, args *GetProjectsOutputArgs, opts ...InvokeOption) GetProjectsResultOutput
> Note: This function is named GetProjects
in the Go SDK.
public static class GetProjects
{
public static Task<GetProjectsResult> InvokeAsync(GetProjectsArgs args, InvokeOptions? opts = null)
public static Output<GetProjectsResult> Invoke(GetProjectsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectsResult> getProjects(GetProjectsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataScience/getProjects:getProjects
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
List<Get
Projects Filter> - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Display
Name string Filter results by its user-friendly name.
- Filters
[]Get
Projects Filter - Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters
List<Get
Projects Filter> - id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- display
Name string Filter results by its user-friendly name.
- filters
Get
Projects Filter[] - id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- display_
name str Filter results by its user-friendly name.
- filters
Get
Projects Filter] - id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- display
Name String Filter results by its user-friendly name.
- filters List<Property Map>
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getProjects Result
The following output properties are available:
- Compartment
Id string The OCID of the project's compartment.
- Projects
List<Get
Projects Project> The list of projects.
- Created
By string The OCID of the user who created this project.
- Display
Name string A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- Filters
List<Get
Projects Filter> - Id string
The OCID of the project.
- State string
The state of the project.
- Compartment
Id string The OCID of the project's compartment.
- Projects
[]Get
Projects Project The list of projects.
- Created
By string The OCID of the user who created this project.
- Display
Name string A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- Filters
[]Get
Projects Filter - Id string
The OCID of the project.
- State string
The state of the project.
- compartment
Id String The OCID of the project's compartment.
- projects
List<Get
Projects Project> The list of projects.
- created
By String The OCID of the user who created this project.
- display
Name String A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- filters
List<Get
Projects Filter> - id String
The OCID of the project.
- state String
The state of the project.
- compartment
Id string The OCID of the project's compartment.
- projects
Get
Projects Project[] The list of projects.
- created
By string The OCID of the user who created this project.
- display
Name string A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- filters
Get
Projects Filter[] - id string
The OCID of the project.
- state string
The state of the project.
- compartment_
id str The OCID of the project's compartment.
- projects
Get
Projects Project] The list of projects.
- created_
by str The OCID of the user who created this project.
- display_
name str A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- filters
Get
Projects Filter] - id str
The OCID of the project.
- state str
The state of the project.
- compartment
Id String The OCID of the project's compartment.
- projects List<Property Map>
The list of projects.
- created
By String The OCID of the user who created this project.
- display
Name String A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
- filters List<Property Map>
- id String
The OCID of the project.
- state String
The state of the project.
Supporting Types
GetProjectsFilter
GetProjectsProject
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
A short description of the project.
- Display
Name string Filter results by its user-friendly name.
- Dictionary<string, object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- Compartment
Id string Filter results by the OCID of the compartment.
- Created
By string Filter results by the OCID of the user who created the resource.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Description string
A short description of the project.
- Display
Name string Filter results by its user-friendly name.
- map[string]interface{}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- State string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
A short description of the project.
- display
Name String Filter results by its user-friendly name.
- Map<String,Object>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id string Filter results by the OCID of the compartment.
- created
By string Filter results by the OCID of the user who created the resource.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description string
A short description of the project.
- display
Name string Filter results by its user-friendly name.
- {[key: string]: any}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state string
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created string The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment_
id str Filter results by the OCID of the compartment.
- created_
by str Filter results by the OCID of the user who created the resource.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description str
A short description of the project.
- display_
name str Filter results by its user-friendly name.
- Mapping[str, Any]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state str
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time_
created str The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment
Id String Filter results by the OCID of the compartment.
- created
By String Filter results by the OCID of the user who created the resource.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- description String
A short description of the project.
- display
Name String Filter results by its user-friendly name.
- Map<Any>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
Filter results by OCID. Must be an OCID of the correct type for the resource type.
- state String
Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Created String The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.