Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi
oci.AiVision.getProjects
Explore with Pulumi AI
This data source provides the list of Projects in Oracle Cloud Infrastructure Ai Vision service.
Returns a list of Projects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProjects = oci.AiVision.getProjects({
compartmentId: compartmentId,
displayName: projectDisplayName,
id: projectId,
state: projectState,
});
import pulumi
import pulumi_oci as oci
test_projects = oci.AiVision.get_projects(compartment_id=compartment_id,
display_name=project_display_name,
id=project_id,
state=project_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/aivision"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := aivision.GetProjects(ctx, &aivision.GetProjectsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(projectDisplayName),
Id: pulumi.StringRef(projectId),
State: pulumi.StringRef(projectState),
}, 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 testProjects = Oci.AiVision.GetProjects.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = projectDisplayName,
Id = projectId,
State = projectState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.AiVision.AiVisionFunctions;
import com.pulumi.oci.AiVision.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 = AiVisionFunctions.getProjects(GetProjectsArgs.builder()
.compartmentId(compartmentId)
.displayName(projectDisplayName)
.id(projectId)
.state(projectState)
.build());
}
}
variables:
testProjects:
fn::invoke:
function: oci:AiVision:getProjects
arguments:
compartmentId: ${compartmentId}
displayName: ${projectDisplayName}
id: ${projectId}
state: ${projectState}
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,
display_name: Optional[str] = None,
filters: Optional[Sequence[_aivision.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,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_aivision.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)
public static Output<GetProjectsResult> getProjects(GetProjectsArgs args, InvokeOptions options)
fn::invoke:
function: oci:AiVision/getProjects:getProjects
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Projects Filter> - Id string
- unique Project identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
Changes to this property will trigger replacement.
Projects Filter - Id string
- unique Project identifier
- State string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Projects Filter> - id String
- unique Project identifier
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Projects Filter[] - id string
- unique Project identifier
- state string
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
Get Projects Filter] - id str
- unique Project identifier
- state str
- A filter to return only resources their lifecycleState matches the given lifecycleState.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
Changes to this property will trigger replacement.
- id String
- unique Project identifier
- state String
- A filter to return only resources their lifecycleState matches the given lifecycleState.
getProjects Result
The following output properties are available:
- Project
Collections List<GetProjects Project Collection> - The list of project_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - Project Identifier, can be renamed
- Filters
List<Get
Projects Filter> - Id string
- Unique identifier that is immutable on creation
- State string
- The current state of the Project.
- Project
Collections []GetProjects Project Collection - The list of project_collection.
- Compartment
Id string - Compartment Identifier
- Display
Name string - Project Identifier, can be renamed
- Filters
[]Get
Projects Filter - Id string
- Unique identifier that is immutable on creation
- State string
- The current state of the Project.
- project
Collections List<GetProjects Project Collection> - The list of project_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - Project Identifier, can be renamed
- filters
List<Get
Projects Filter> - id String
- Unique identifier that is immutable on creation
- state String
- The current state of the Project.
- project
Collections GetProjects Project Collection[] - The list of project_collection.
- compartment
Id string - Compartment Identifier
- display
Name string - Project Identifier, can be renamed
- filters
Get
Projects Filter[] - id string
- Unique identifier that is immutable on creation
- state string
- The current state of the Project.
- project_
collections Sequence[aivision.Get Projects Project Collection] - The list of project_collection.
- compartment_
id str - Compartment Identifier
- display_
name str - Project Identifier, can be renamed
- filters
Sequence[aivision.
Get Projects Filter] - id str
- Unique identifier that is immutable on creation
- state str
- The current state of the Project.
- project
Collections List<Property Map> - The list of project_collection.
- compartment
Id String - Compartment Identifier
- display
Name String - Project Identifier, can be renamed
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation
- state String
- The current state of the Project.
Supporting Types
GetProjectsFilter
GetProjectsProjectCollection
- Items
This property is required. List<GetProjects Project Collection Item>
- Items
This property is required. []GetProjects Project Collection Item
- items
This property is required. List<GetProjects Project Collection Item>
- items
This property is required. GetProjects Project Collection Item[]
- items
This property is required. Sequence[aivision.Get Projects Project Collection Item]
- items
This property is required. List<Property Map>
GetProjectsProjectCollectionItem
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - A short description of the project.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. Dictionary<string, string>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - unique Project identifier
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Dictionary<string, string>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time the Project was created. An RFC3339 formatted datetime string
- Time
Updated This property is required. string - The time the Project was updated. An RFC3339 formatted datetime string
- Compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description
This property is required. string - A short description of the project.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. map[string]string- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id
This property is required. string - unique Project identifier
- Lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. map[string]string- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created This property is required. string - The time the Project was created. An RFC3339 formatted datetime string
- Time
Updated This property is required. string - The time the Project was updated. An RFC3339 formatted datetime string
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - A short description of the project.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String,String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - unique Project identifier
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Map<String,String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time the Project was created. An RFC3339 formatted datetime string
- time
Updated This property is required. String - The time the Project was updated. An RFC3339 formatted datetime string
- compartment
Id This property is required. string - The ID of the compartment in which to list resources.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. string - A short description of the project.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given.
This property is required. {[key: string]: string}- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. string - unique Project identifier
- lifecycle
Details This property is required. string - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state
This property is required. string - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. {[key: string]: string}- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. string - The time the Project was created. An RFC3339 formatted datetime string
- time
Updated This property is required. string - The time the Project was updated. An RFC3339 formatted datetime string
- compartment_
id This property is required. str - The ID of the compartment in which to list resources.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. str - A short description of the project.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given.
This property is required. Mapping[str, str]- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. str - unique Project identifier
- lifecycle_
details This property is required. str - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state
This property is required. str - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Mapping[str, str]- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created This property is required. str - The time the Project was created. An RFC3339 formatted datetime string
- time_
updated This property is required. str - The time the Project was updated. An RFC3339 formatted datetime string
- compartment
Id This property is required. String - The ID of the compartment in which to list resources.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description
This property is required. String - A short description of the project.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given.
This property is required. Map<String>- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id
This property is required. String - unique Project identifier
- lifecycle
Details This property is required. String - A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state
This property is required. String - A filter to return only resources their lifecycleState matches the given lifecycleState.
This property is required. Map<String>- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created This property is required. String - The time the Project was created. An RFC3339 formatted datetime string
- time
Updated This property is required. String - The time the Project was updated. An RFC3339 formatted datetime string
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.