Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
This data source provides the list of Api Metadata By Entity Types in Oracle Cloud Infrastructure Apiaccesscontrol service.
Gets a list of ApiMetadata Grouped By Entity Types.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testApiMetadataByEntityTypes = oci.oci.getApiaccesscontrolApiMetadataByEntityTypes({
compartmentId: compartmentId,
displayName: apiMetadataByEntityTypeDisplayName,
resourceType: apiMetadataByEntityTypeResourceType,
state: apiMetadataByEntityTypeState,
});
import pulumi
import pulumi_oci as oci
test_api_metadata_by_entity_types = oci.oci.get_apiaccesscontrol_api_metadata_by_entity_types(compartment_id=compartment_id,
display_name=api_metadata_by_entity_type_display_name,
resource_type=api_metadata_by_entity_type_resource_type,
state=api_metadata_by_entity_type_state)
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.GetApiaccesscontrolApiMetadataByEntityTypes(ctx, &oci.GetApiaccesscontrolApiMetadataByEntityTypesArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(apiMetadataByEntityTypeDisplayName),
ResourceType: pulumi.StringRef(apiMetadataByEntityTypeResourceType),
State: pulumi.StringRef(apiMetadataByEntityTypeState),
}, 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 testApiMetadataByEntityTypes = Oci.Oci.GetApiaccesscontrolApiMetadataByEntityTypes.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = apiMetadataByEntityTypeDisplayName,
ResourceType = apiMetadataByEntityTypeResourceType,
State = apiMetadataByEntityTypeState,
});
});
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.GetApiaccesscontrolApiMetadataByEntityTypesArgs;
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 testApiMetadataByEntityTypes = OciFunctions.getApiaccesscontrolApiMetadataByEntityTypes(GetApiaccesscontrolApiMetadataByEntityTypesArgs.builder()
.compartmentId(compartmentId)
.displayName(apiMetadataByEntityTypeDisplayName)
.resourceType(apiMetadataByEntityTypeResourceType)
.state(apiMetadataByEntityTypeState)
.build());
}
}
variables:
testApiMetadataByEntityTypes:
fn::invoke:
function: oci:oci:getApiaccesscontrolApiMetadataByEntityTypes
arguments:
compartmentId: ${compartmentId}
displayName: ${apiMetadataByEntityTypeDisplayName}
resourceType: ${apiMetadataByEntityTypeResourceType}
state: ${apiMetadataByEntityTypeState}
Using getApiaccesscontrolApiMetadataByEntityTypes
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 getApiaccesscontrolApiMetadataByEntityTypes(args: GetApiaccesscontrolApiMetadataByEntityTypesArgs, opts?: InvokeOptions): Promise<GetApiaccesscontrolApiMetadataByEntityTypesResult>
function getApiaccesscontrolApiMetadataByEntityTypesOutput(args: GetApiaccesscontrolApiMetadataByEntityTypesOutputArgs, opts?: InvokeOptions): Output<GetApiaccesscontrolApiMetadataByEntityTypesResult>def get_apiaccesscontrol_api_metadata_by_entity_types(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetApiaccesscontrolApiMetadataByEntityTypesFilter]] = None,
resource_type: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiaccesscontrolApiMetadataByEntityTypesResult
def get_apiaccesscontrol_api_metadata_by_entity_types_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetApiaccesscontrolApiMetadataByEntityTypesFilterArgs]]]] = None,
resource_type: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiaccesscontrolApiMetadataByEntityTypesResult]func GetApiaccesscontrolApiMetadataByEntityTypes(ctx *Context, args *GetApiaccesscontrolApiMetadataByEntityTypesArgs, opts ...InvokeOption) (*GetApiaccesscontrolApiMetadataByEntityTypesResult, error)
func GetApiaccesscontrolApiMetadataByEntityTypesOutput(ctx *Context, args *GetApiaccesscontrolApiMetadataByEntityTypesOutputArgs, opts ...InvokeOption) GetApiaccesscontrolApiMetadataByEntityTypesResultOutput> Note: This function is named GetApiaccesscontrolApiMetadataByEntityTypes in the Go SDK.
public static class GetApiaccesscontrolApiMetadataByEntityTypes
{
public static Task<GetApiaccesscontrolApiMetadataByEntityTypesResult> InvokeAsync(GetApiaccesscontrolApiMetadataByEntityTypesArgs args, InvokeOptions? opts = null)
public static Output<GetApiaccesscontrolApiMetadataByEntityTypesResult> Invoke(GetApiaccesscontrolApiMetadataByEntityTypesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiaccesscontrolApiMetadataByEntityTypesResult> getApiaccesscontrolApiMetadataByEntityTypes(GetApiaccesscontrolApiMetadataByEntityTypesArgs args, InvokeOptions options)
public static Output<GetApiaccesscontrolApiMetadataByEntityTypesResult> getApiaccesscontrolApiMetadataByEntityTypes(GetApiaccesscontrolApiMetadataByEntityTypesArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getApiaccesscontrolApiMetadataByEntityTypes:getApiaccesscontrolApiMetadataByEntityTypes
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Apiaccesscontrol Api Metadata By Entity Types Filter> - Resource
Type string - A filter to return only lists of resources that match the entire given service type.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Apiaccesscontrol Api Metadata By Entity Types Filter - Resource
Type string - A filter to return only lists of resources that match the entire given service type.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Apiaccesscontrol Api Metadata By Entity Types Filter> - resource
Type String - A filter to return only lists of resources that match the entire given service type.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Apiaccesscontrol Api Metadata By Entity Types Filter[] - resource
Type string - A filter to return only lists of resources that match the entire given service type.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Apiaccesscontrol Api Metadata By Entity Types Filter] - resource_
type str - A filter to return only lists of resources that match the entire given service type.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- resource
Type String - A filter to return only lists of resources that match the entire given service type.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getApiaccesscontrolApiMetadataByEntityTypes Result
The following output properties are available:
- Api
Metadata List<GetBy Entity Type Collections Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection> - The list of api_metadata_by_entity_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - Display
Name string - Name of the Api.
- Filters
List<Get
Apiaccesscontrol Api Metadata By Entity Types Filter> - Resource
Type string - State string
- The current state of the ApiMetadata.
- Api
Metadata []GetBy Entity Type Collections Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection - The list of api_metadata_by_entity_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Compartment
Id string - Display
Name string - Name of the Api.
- Filters
[]Get
Apiaccesscontrol Api Metadata By Entity Types Filter - Resource
Type string - State string
- The current state of the ApiMetadata.
- api
Metadata List<GetBy Entity Type Collections Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection> - The list of api_metadata_by_entity_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - display
Name String - Name of the Api.
- filters
List<Get
Apiaccesscontrol Api Metadata By Entity Types Filter> - resource
Type String - state String
- The current state of the ApiMetadata.
- api
Metadata GetBy Entity Type Collections Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection[] - The list of api_metadata_by_entity_type_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- compartment
Id string - display
Name string - Name of the Api.
- filters
Get
Apiaccesscontrol Api Metadata By Entity Types Filter[] - resource
Type string - state string
- The current state of the ApiMetadata.
- api_
metadata_ Sequence[Getby_ entity_ type_ collections Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection] - The list of api_metadata_by_entity_type_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- compartment_
id str - display_
name str - Name of the Api.
- filters
Sequence[Get
Apiaccesscontrol Api Metadata By Entity Types Filter] - resource_
type str - state str
- The current state of the ApiMetadata.
- api
Metadata List<Property Map>By Entity Type Collections - The list of api_metadata_by_entity_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- compartment
Id String - display
Name String - Name of the Api.
- filters List<Property Map>
- resource
Type String - state String
- The current state of the ApiMetadata.
Supporting Types
GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollection
- Items
List<Get
Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item> - List of apiMetadataByEntityTypeSummary.
- Items
[]Get
Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item - List of apiMetadataByEntityTypeSummary.
- items
List<Get
Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item> - List of apiMetadataByEntityTypeSummary.
- items
Get
Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item[] - List of apiMetadataByEntityTypeSummary.
- items
Sequence[Get
Apiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item] - List of apiMetadataByEntityTypeSummary.
- items List<Property Map>
- List of apiMetadataByEntityTypeSummary.
GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionItem
- Api
Metadatas List<GetApiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item Api Metadata> - List of apiMetadataSummary.
- 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"} - Entity
Type string - The entity Type to which the Api belongs to.
- 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"} - Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Api
Metadatas []GetApiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item Api Metadata - List of apiMetadataSummary.
- 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"} - Entity
Type string - The entity Type to which the Api belongs to.
- 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"} - map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- api
Metadatas List<GetApiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item Api Metadata> - List of apiMetadataSummary.
- 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"} - entity
Type String - The entity Type to which the Api belongs to.
- 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"} - Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- api
Metadatas GetApiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item Api Metadata[] - List of apiMetadataSummary.
- {[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"} - entity
Type string - The entity Type to which the Api belongs to.
- {[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"} - {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- api_
metadatas Sequence[GetApiaccesscontrol Api Metadata By Entity Types Api Metadata By Entity Type Collection Item Api Metadata] - List of apiMetadataSummary.
- 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"} - entity_
type str - The entity Type to which the Api belongs to.
- 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"} - Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
- api
Metadatas List<Property Map> - List of apiMetadataSummary.
- 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"} - entity
Type String - The entity Type to which the Api belongs to.
- 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"} - Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"}
GetApiaccesscontrolApiMetadataByEntityTypesApiMetadataByEntityTypeCollectionItemApiMetadata
- Api
Name string - The name of the api to execute the api request.
- Attributes List<string>
- List of the fields that is use while calling post or put for the data.
- 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 - A filter to return only resources that match the given display name exactly.
- Entity
Type string - The entity Type to which the Api belongs to.
- 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 OCID of the ApiDetail.
- 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.
- Service
Name string - The service Name to which the Api belongs to.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
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
Name string - The name of the api to execute the api request.
- Attributes []string
- List of the fields that is use while calling post or put for the data.
- 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 - A filter to return only resources that match the given display name exactly.
- Entity
Type string - The entity Type to which the Api belongs to.
- 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 OCID of the ApiDetail.
- 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.
- Service
Name string - The service Name to which the Api belongs to.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
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
Name String - The name of the api to execute the api request.
- attributes List<String>
- List of the fields that is use while calling post or put for the data.
- 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 - A filter to return only resources that match the given display name exactly.
- entity
Type String - The entity Type to which the Api belongs to.
- 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 OCID of the ApiDetail.
- 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.
- service
Name String - The service Name to which the Api belongs to.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
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
Name string - The name of the api to execute the api request.
- attributes string[]
- List of the fields that is use while calling post or put for the data.
- {[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 - A filter to return only resources that match the given display name exactly.
- entity
Type string - The entity Type to which the Api belongs to.
- {[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 OCID of the ApiDetail.
- 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.
- service
Name string - The service Name to which the Api belongs to.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[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
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_
name str - The name of the api to execute the api request.
- attributes Sequence[str]
- List of the fields that is use while calling post or put for the data.
- 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 - A filter to return only resources that match the given display name exactly.
- entity_
type str - The entity Type to which the Api belongs to.
- 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 OCID of the ApiDetail.
- 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.
- service_
name str - The service Name to which the Api belongs to.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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_
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
Name String - The name of the api to execute the api request.
- attributes List<String>
- List of the fields that is use while calling post or put for the data.
- 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 - A filter to return only resources that match the given display name exactly.
- entity
Type String - The entity Type to which the Api belongs to.
- 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 OCID of the ApiDetail.
- 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.
- service
Name String - The service Name to which the Api belongs to.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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
Updated String - The date and time the PrivilegedApiControl was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetApiaccesscontrolApiMetadataByEntityTypesFilter
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.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
