Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.DataSafe.getSensitiveTypeGroupGroupedSensitiveTypes
Explore with Pulumi AI
This data source provides the list of Sensitive Type Group Grouped Sensitive Types in Oracle Cloud Infrastructure Data Safe service.
Gets the list of sensitive type Ids present in the specified sensitive type group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSensitiveTypeGroupGroupedSensitiveTypes = oci.DataSafe.getSensitiveTypeGroupGroupedSensitiveTypes({
sensitiveTypeGroupId: testSensitiveTypeGroup.id,
sensitiveTypeId: testSensitiveType.id,
});
import pulumi
import pulumi_oci as oci
test_sensitive_type_group_grouped_sensitive_types = oci.DataSafe.get_sensitive_type_group_grouped_sensitive_types(sensitive_type_group_id=test_sensitive_type_group["id"],
sensitive_type_id=test_sensitive_type["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datasafe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datasafe.GetSensitiveTypeGroupGroupedSensitiveTypes(ctx, &datasafe.GetSensitiveTypeGroupGroupedSensitiveTypesArgs{
SensitiveTypeGroupId: testSensitiveTypeGroup.Id,
SensitiveTypeId: pulumi.StringRef(testSensitiveType.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 testSensitiveTypeGroupGroupedSensitiveTypes = Oci.DataSafe.GetSensitiveTypeGroupGroupedSensitiveTypes.Invoke(new()
{
SensitiveTypeGroupId = testSensitiveTypeGroup.Id,
SensitiveTypeId = testSensitiveType.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetSensitiveTypeGroupGroupedSensitiveTypesArgs;
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 testSensitiveTypeGroupGroupedSensitiveTypes = DataSafeFunctions.getSensitiveTypeGroupGroupedSensitiveTypes(GetSensitiveTypeGroupGroupedSensitiveTypesArgs.builder()
.sensitiveTypeGroupId(testSensitiveTypeGroup.id())
.sensitiveTypeId(testSensitiveType.id())
.build());
}
}
variables:
testSensitiveTypeGroupGroupedSensitiveTypes:
fn::invoke:
function: oci:DataSafe:getSensitiveTypeGroupGroupedSensitiveTypes
arguments:
sensitiveTypeGroupId: ${testSensitiveTypeGroup.id}
sensitiveTypeId: ${testSensitiveType.id}
Using getSensitiveTypeGroupGroupedSensitiveTypes
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 getSensitiveTypeGroupGroupedSensitiveTypes(args: GetSensitiveTypeGroupGroupedSensitiveTypesArgs, opts?: InvokeOptions): Promise<GetSensitiveTypeGroupGroupedSensitiveTypesResult>
function getSensitiveTypeGroupGroupedSensitiveTypesOutput(args: GetSensitiveTypeGroupGroupedSensitiveTypesOutputArgs, opts?: InvokeOptions): Output<GetSensitiveTypeGroupGroupedSensitiveTypesResult>
def get_sensitive_type_group_grouped_sensitive_types(filters: Optional[Sequence[_datasafe.GetSensitiveTypeGroupGroupedSensitiveTypesFilter]] = None,
sensitive_type_group_id: Optional[str] = None,
sensitive_type_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSensitiveTypeGroupGroupedSensitiveTypesResult
def get_sensitive_type_group_grouped_sensitive_types_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datasafe.GetSensitiveTypeGroupGroupedSensitiveTypesFilterArgs]]]] = None,
sensitive_type_group_id: Optional[pulumi.Input[str]] = None,
sensitive_type_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSensitiveTypeGroupGroupedSensitiveTypesResult]
func GetSensitiveTypeGroupGroupedSensitiveTypes(ctx *Context, args *GetSensitiveTypeGroupGroupedSensitiveTypesArgs, opts ...InvokeOption) (*GetSensitiveTypeGroupGroupedSensitiveTypesResult, error)
func GetSensitiveTypeGroupGroupedSensitiveTypesOutput(ctx *Context, args *GetSensitiveTypeGroupGroupedSensitiveTypesOutputArgs, opts ...InvokeOption) GetSensitiveTypeGroupGroupedSensitiveTypesResultOutput
> Note: This function is named GetSensitiveTypeGroupGroupedSensitiveTypes
in the Go SDK.
public static class GetSensitiveTypeGroupGroupedSensitiveTypes
{
public static Task<GetSensitiveTypeGroupGroupedSensitiveTypesResult> InvokeAsync(GetSensitiveTypeGroupGroupedSensitiveTypesArgs args, InvokeOptions? opts = null)
public static Output<GetSensitiveTypeGroupGroupedSensitiveTypesResult> Invoke(GetSensitiveTypeGroupGroupedSensitiveTypesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSensitiveTypeGroupGroupedSensitiveTypesResult> getSensitiveTypeGroupGroupedSensitiveTypes(GetSensitiveTypeGroupGroupedSensitiveTypesArgs args, InvokeOptions options)
public static Output<GetSensitiveTypeGroupGroupedSensitiveTypesResult> getSensitiveTypeGroupGroupedSensitiveTypes(GetSensitiveTypeGroupGroupedSensitiveTypesArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataSafe/getSensitiveTypeGroupGroupedSensitiveTypes:getSensitiveTypeGroupGroupedSensitiveTypes
arguments:
# arguments dictionary
The following arguments are supported:
- Sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- Filters
List<Get
Sensitive Type Group Grouped Sensitive Types Filter> - Sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- Sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- Filters
[]Get
Sensitive Type Group Grouped Sensitive Types Filter - Sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type StringGroup Id - The OCID of the sensitive type group.
- filters
List<Get
Sensitive Type Group Grouped Sensitive Types Filter> - sensitive
Type StringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- filters
Get
Sensitive Type Group Grouped Sensitive Types Filter[] - sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive_
type_ strgroup_ id - The OCID of the sensitive type group.
- filters
Sequence[datasafe.
Get Sensitive Type Group Grouped Sensitive Types Filter] - sensitive_
type_ strid - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type StringGroup Id - The OCID of the sensitive type group.
- filters List<Property Map>
- sensitive
Type StringId - A filter to return only items related to a specific sensitive type OCID.
getSensitiveTypeGroupGroupedSensitiveTypes Result
The following output properties are available:
- Grouped
Sensitive List<GetType Collections Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection> - The list of grouped_sensitive_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sensitive
Type stringGroup Id - Filters
List<Get
Sensitive Type Group Grouped Sensitive Types Filter> - Sensitive
Type stringId - The OCID of the sensitive type.
- Grouped
Sensitive []GetType Collections Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection - The list of grouped_sensitive_type_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sensitive
Type stringGroup Id - Filters
[]Get
Sensitive Type Group Grouped Sensitive Types Filter - Sensitive
Type stringId - The OCID of the sensitive type.
- grouped
Sensitive List<GetType Collections Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection> - The list of grouped_sensitive_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- sensitive
Type StringGroup Id - filters
List<Get
Sensitive Type Group Grouped Sensitive Types Filter> - sensitive
Type StringId - The OCID of the sensitive type.
- grouped
Sensitive GetType Collections Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection[] - The list of grouped_sensitive_type_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- sensitive
Type stringGroup Id - filters
Get
Sensitive Type Group Grouped Sensitive Types Filter[] - sensitive
Type stringId - The OCID of the sensitive type.
- grouped_
sensitive_ Sequence[datasafe.type_ collections Get Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection] - The list of grouped_sensitive_type_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- sensitive_
type_ strgroup_ id - filters
Sequence[datasafe.
Get Sensitive Type Group Grouped Sensitive Types Filter] - sensitive_
type_ strid - The OCID of the sensitive type.
- grouped
Sensitive List<Property Map>Type Collections - The list of grouped_sensitive_type_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- sensitive
Type StringGroup Id - filters List<Property Map>
- sensitive
Type StringId - The OCID of the sensitive type.
Supporting Types
GetSensitiveTypeGroupGroupedSensitiveTypesFilter
GetSensitiveTypeGroupGroupedSensitiveTypesGroupedSensitiveTypeCollection
- Items
List<Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item> - List of sensitive type id summary objects present in the sensitive type group.
- Items
[]Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item - List of sensitive type id summary objects present in the sensitive type group.
- items
List<Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item> - List of sensitive type id summary objects present in the sensitive type group.
- items
Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item[] - List of sensitive type id summary objects present in the sensitive type group.
- items
Sequence[datasafe.
Get Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item] - List of sensitive type id summary objects present in the sensitive type group.
- items List<Property Map>
- List of sensitive type id summary objects present in the sensitive type group.
GetSensitiveTypeGroupGroupedSensitiveTypesGroupedSensitiveTypeCollectionItem
- Items
List<Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Item> - List of sensitive type id summary objects present in the sensitive type group.
- Sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- Patch
Operations List<GetSensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Patch Operation>
- Items
[]Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Item - List of sensitive type id summary objects present in the sensitive type group.
- Sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- Patch
Operations []GetSensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Patch Operation
- items
List<Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Item> - List of sensitive type id summary objects present in the sensitive type group.
- sensitive
Type StringGroup Id - The OCID of the sensitive type group.
- patch
Operations List<GetSensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Patch Operation>
- items
Get
Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Item[] - List of sensitive type id summary objects present in the sensitive type group.
- sensitive
Type stringGroup Id - The OCID of the sensitive type group.
- patch
Operations GetSensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Patch Operation[]
- items
Sequence[datasafe.
Get Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Item] - List of sensitive type id summary objects present in the sensitive type group.
- sensitive_
type_ strgroup_ id - The OCID of the sensitive type group.
- patch_
operations Sequence[datasafe.Get Sensitive Type Group Grouped Sensitive Types Grouped Sensitive Type Collection Item Patch Operation]
- items List<Property Map>
- List of sensitive type id summary objects present in the sensitive type group.
- sensitive
Type StringGroup Id - The OCID of the sensitive type group.
- patch
Operations List<Property Map>
GetSensitiveTypeGroupGroupedSensitiveTypesGroupedSensitiveTypeCollectionItemItem
- Sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- Sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type StringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type stringId - A filter to return only items related to a specific sensitive type OCID.
- sensitive_
type_ strid - A filter to return only items related to a specific sensitive type OCID.
- sensitive
Type StringId - A filter to return only items related to a specific sensitive type OCID.
GetSensitiveTypeGroupGroupedSensitiveTypesGroupedSensitiveTypeCollectionItemPatchOperation
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.