Oracle Cloud Infrastructure
getCompatibleFormatsForDataType
This data source provides details about a specific Compatible Formats For Data Type resource in Oracle Cloud Infrastructure Data Safe service.
Gets a list of basic masking formats compatible with the supported data types. The data types are grouped into the following categories - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testCompatibleFormatsForDataType = Output.Create(Oci.DataSafe.GetCompatibleFormatsForDataType.InvokeAsync());
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataSafe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataSafe.GetCompatibleFormatsForDataType(ctx, nil, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_compatible_formats_for_data_type = oci.DataSafe.get_compatible_formats_for_data_type()
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCompatibleFormatsForDataType = pulumi.output(oci.DataSafe.getCompatibleFormatsForDataType());
Coming soon!
Using getCompatibleFormatsForDataType
function getCompatibleFormatsForDataType(opts?: InvokeOptions): Promise<GetCompatibleFormatsForDataTypeResult>
def get_compatible_formats_for_data_type(opts: Optional[InvokeOptions] = None) -> GetCompatibleFormatsForDataTypeResult
func GetCompatibleFormatsForDataType(ctx *Context, opts ...InvokeOption) (*GetCompatibleFormatsForDataTypeResult, error)
> Note: This function is named GetCompatibleFormatsForDataType
in the Go SDK.
public static class GetCompatibleFormatsForDataType
{
public static Task<GetCompatibleFormatsForDataTypeResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetCompatibleFormatsForDataTypeResult> getCompatibleFormatsForDataType(InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DataSafe/getCompatibleFormatsForDataType:getCompatibleFormatsForDataType
Arguments:
# Arguments dictionary
getCompatibleFormatsForDataType Result
The following output properties are available:
- Formats
For List<GetData Types Compatible Formats For Data Type Formats For Data Type> An array of lists of basic masking formats compatible with the supported data types.
- Id string
The provider-assigned unique ID for this managed resource.
- Formats
For []GetData Types Compatible Formats For Data Type Formats For Data Type An array of lists of basic masking formats compatible with the supported data types.
- Id string
The provider-assigned unique ID for this managed resource.
- formats
For List<GetData Types Compatible Formats For Data Type Formats For Data Type> An array of lists of basic masking formats compatible with the supported data types.
- id String
The provider-assigned unique ID for this managed resource.
- formats
For GetData Types Compatible Formats For Data Type Formats For Data Type[] An array of lists of basic masking formats compatible with the supported data types.
- id string
The provider-assigned unique ID for this managed resource.
- formats_
for_ Getdata_ types Compatible Formats For Data Type Formats For Data Type] An array of lists of basic masking formats compatible with the supported data types.
- id str
The provider-assigned unique ID for this managed resource.
- formats
For List<Property Map>Data Types An array of lists of basic masking formats compatible with the supported data types.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
GetCompatibleFormatsForDataTypeFormatsForDataType
- Data
Type string The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- Masking
Formats List<GetCompatible Formats For Data Type Formats For Data Type Masking Format> An array of the basic masking formats compatible with the data type category.
- Data
Type string The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- Masking
Formats []GetCompatible Formats For Data Type Formats For Data Type Masking Format An array of the basic masking formats compatible with the data type category.
- data
Type String The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- masking
Formats List<GetCompatible Formats For Data Type Formats For Data Type Masking Format> An array of the basic masking formats compatible with the data type category.
- data
Type string The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- masking
Formats GetCompatible Formats For Data Type Formats For Data Type Masking Format[] An array of the basic masking formats compatible with the data type category.
- data_
type str The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- masking_
formats GetCompatible Formats For Data Type Formats For Data Type Masking Format] An array of the basic masking formats compatible with the data type category.
- data
Type String The data type category, which can be one of the following - Character - Includes CHAR, NCHAR, VARCHAR2, and NVARCHAR2 Numeric - Includes NUMBER, FLOAT, RAW, BINARY_FLOAT, and BINARY_DOUBLE Date - Includes DATE and TIMESTAMP LOB - Includes BLOB, CLOB, and NCLOB All - Includes all the supported data types
- masking
Formats List<Property Map> An array of the basic masking formats compatible with the data type category.
GetCompatibleFormatsForDataTypeFormatsForDataTypeMaskingFormat
- Description string
The description of the masking format.
- Id string
The OCID of the masking format.
- Name string
The name of the masking format.
- Description string
The description of the masking format.
- Id string
The OCID of the masking format.
- Name string
The name of the masking format.
- description String
The description of the masking format.
- id String
The OCID of the masking format.
- name String
The name of the masking format.
- description string
The description of the masking format.
- id string
The OCID of the masking format.
- name string
The name of the masking format.
- description str
The description of the masking format.
- id str
The OCID of the masking format.
- name str
The name of the masking format.
- description String
The description of the masking format.
- id String
The OCID of the masking format.
- name String
The name of the masking format.
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.