Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
This data source provides details about a specific Api Metadata resource in Oracle Cloud Infrastructure Apiaccesscontrol service.
Gets information about a ApiMetadata.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testApiMetadata = oci.oci.getApiaccesscontrolApiMetadata({
apiMetadataId: testApiMetadataOciApiaccesscontrolApiMetadata.id,
});
import pulumi
import pulumi_oci as oci
test_api_metadata = oci.oci.get_apiaccesscontrol_api_metadata(api_metadata_id=test_api_metadata_oci_apiaccesscontrol_api_metadata["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetApiaccesscontrolApiMetadata(ctx, &oci.GetApiaccesscontrolApiMetadataArgs{
ApiMetadataId: testApiMetadataOciApiaccesscontrolApiMetadata.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 testApiMetadata = Oci.Oci.GetApiaccesscontrolApiMetadata.Invoke(new()
{
ApiMetadataId = testApiMetadataOciApiaccesscontrolApiMetadata.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.oci.OciFunctions;
import com.pulumi.oci.oci.inputs.GetApiaccesscontrolApiMetadataArgs;
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 testApiMetadata = OciFunctions.getApiaccesscontrolApiMetadata(GetApiaccesscontrolApiMetadataArgs.builder()
.apiMetadataId(testApiMetadataOciApiaccesscontrolApiMetadata.id())
.build());
}
}
variables:
testApiMetadata:
fn::invoke:
function: oci:oci:getApiaccesscontrolApiMetadata
arguments:
apiMetadataId: ${testApiMetadataOciApiaccesscontrolApiMetadata.id}
Using getApiaccesscontrolApiMetadata
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 getApiaccesscontrolApiMetadata(args: GetApiaccesscontrolApiMetadataArgs, opts?: InvokeOptions): Promise<GetApiaccesscontrolApiMetadataResult>
function getApiaccesscontrolApiMetadataOutput(args: GetApiaccesscontrolApiMetadataOutputArgs, opts?: InvokeOptions): Output<GetApiaccesscontrolApiMetadataResult>def get_apiaccesscontrol_api_metadata(api_metadata_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiaccesscontrolApiMetadataResult
def get_apiaccesscontrol_api_metadata_output(api_metadata_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiaccesscontrolApiMetadataResult]func GetApiaccesscontrolApiMetadata(ctx *Context, args *GetApiaccesscontrolApiMetadataArgs, opts ...InvokeOption) (*GetApiaccesscontrolApiMetadataResult, error)
func GetApiaccesscontrolApiMetadataOutput(ctx *Context, args *GetApiaccesscontrolApiMetadataOutputArgs, opts ...InvokeOption) GetApiaccesscontrolApiMetadataResultOutput> Note: This function is named GetApiaccesscontrolApiMetadata in the Go SDK.
public static class GetApiaccesscontrolApiMetadata
{
public static Task<GetApiaccesscontrolApiMetadataResult> InvokeAsync(GetApiaccesscontrolApiMetadataArgs args, InvokeOptions? opts = null)
public static Output<GetApiaccesscontrolApiMetadataResult> Invoke(GetApiaccesscontrolApiMetadataInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiaccesscontrolApiMetadataResult> getApiaccesscontrolApiMetadata(GetApiaccesscontrolApiMetadataArgs args, InvokeOptions options)
public static Output<GetApiaccesscontrolApiMetadataResult> getApiaccesscontrolApiMetadata(GetApiaccesscontrolApiMetadataArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getApiaccesscontrolApiMetadata:getApiaccesscontrolApiMetadata
arguments:
# arguments dictionaryThe following arguments are supported:
- Api
Metadata stringId - The OCID of the PrivilegedApiControl.
- Api
Metadata stringId - The OCID of the PrivilegedApiControl.
- api
Metadata StringId - The OCID of the PrivilegedApiControl.
- api
Metadata stringId - The OCID of the PrivilegedApiControl.
- api_
metadata_ strid - The OCID of the PrivilegedApiControl.
- api
Metadata StringId - The OCID of the PrivilegedApiControl.
getApiaccesscontrolApiMetadata Result
The following output properties are available:
- Api
Metadata stringId - Api
Name string - The name of the api to execute the api request.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - The operation Name of the api. The name must be unique.
- Entity
Type string - ResourceType to which the apiMetadata belongs to.
- Fields List<string>
- List of the fields that is use while calling post or put for the data.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Path string
- rest path of the api.
- Service
Name string - The service Name to which the api belongs to.
- State string
- The current state of the ApiMetadata.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Deleted string - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Api
Metadata stringId - Api
Name string - The name of the api to execute the api request.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - The operation Name of the api. The name must be unique.
- Entity
Type string - ResourceType to which the apiMetadata belongs to.
- Fields []string
- List of the fields that is use while calling post or put for the data.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Path string
- rest path of the api.
- Service
Name string - The service Name to which the api belongs to.
- State string
- The current state of the ApiMetadata.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Deleted string - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- api
Metadata StringId - api
Name String - The name of the api to execute the api request.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - The operation Name of the api. The name must be unique.
- entity
Type String - ResourceType to which the apiMetadata belongs to.
- fields List<String>
- List of the fields that is use while calling post or put for the data.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- path String
- rest path of the api.
- service
Name String - The service Name to which the api belongs to.
- state String
- The current state of the ApiMetadata.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Deleted String - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- api
Metadata stringId - api
Name string - The name of the api to execute the api request.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - The operation Name of the api. The name must be unique.
- entity
Type string - ResourceType to which the apiMetadata belongs to.
- fields string[]
- List of the fields that is use while calling post or put for the data.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- path string
- rest path of the api.
- service
Name string - The service Name to which the api belongs to.
- state string
- The current state of the ApiMetadata.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Deleted string - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- api_
metadata_ strid - api_
name str - The name of the api to execute the api request.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - The operation Name of the api. The name must be unique.
- entity_
type str - ResourceType to which the apiMetadata belongs to.
- fields Sequence[str]
- List of the fields that is use while calling post or put for the data.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- path str
- rest path of the api.
- service_
name str - The service Name to which the api belongs to.
- state str
- The current state of the ApiMetadata.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
deleted str - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- api
Metadata StringId - api
Name String - The name of the api to execute the api request.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - The operation Name of the api. The name must be unique.
- entity
Type String - ResourceType to which the apiMetadata belongs to.
- fields List<String>
- List of the fields that is use while calling post or put for the data.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - A message that describes the current state of the ApiMetadata in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- path String
- rest path of the api.
- service
Name String - The service Name to which the api belongs to.
- state String
- The current state of the ApiMetadata.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the PrivilegedApiControl was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Deleted String - The date and time the PrivilegedApiControl was marked for delete, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
