Oracle Cloud Infrastructure
getRegistryDataAssets
This data source provides the list of Registry Data Assets in Oracle Cloud Infrastructure Data Connectivity service.
Retrieves a list of all data asset summaries.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testRegistryDataAssets = Output.Create(Oci.DataConnectivity.GetRegistryDataAssets.InvokeAsync(new Oci.DataConnectivity.GetRegistryDataAssetsArgs
{
RegistryId = oci_data_connectivity_registry.Test_registry.Id,
EndpointIds = @var.Registry_data_asset_endpoint_ids,
ExcludeEndpointIds = @var.Registry_data_asset_exclude_endpoint_ids,
ExcludeTypes = @var.Registry_data_asset_exclude_types,
FavoritesQueryParam = @var.Registry_data_asset_favorites_query_param,
Fields = @var.Registry_data_asset_fields,
FolderId = oci_data_connectivity_folder.Test_folder.Id,
IncludeTypes = @var.Registry_data_asset_include_types,
Name = @var.Registry_data_asset_name,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataConnectivity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataConnectivity.GetRegistryDataAssets(ctx, &dataconnectivity.GetRegistryDataAssetsArgs{
RegistryId: oci_data_connectivity_registry.Test_registry.Id,
EndpointIds: _var.Registry_data_asset_endpoint_ids,
ExcludeEndpointIds: _var.Registry_data_asset_exclude_endpoint_ids,
ExcludeTypes: _var.Registry_data_asset_exclude_types,
FavoritesQueryParam: pulumi.StringRef(_var.Registry_data_asset_favorites_query_param),
Fields: _var.Registry_data_asset_fields,
FolderId: pulumi.StringRef(oci_data_connectivity_folder.Test_folder.Id),
IncludeTypes: _var.Registry_data_asset_include_types,
Name: pulumi.StringRef(_var.Registry_data_asset_name),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_registry_data_assets = oci.DataConnectivity.get_registry_data_assets(registry_id=oci_data_connectivity_registry["test_registry"]["id"],
endpoint_ids=var["registry_data_asset_endpoint_ids"],
exclude_endpoint_ids=var["registry_data_asset_exclude_endpoint_ids"],
exclude_types=var["registry_data_asset_exclude_types"],
favorites_query_param=var["registry_data_asset_favorites_query_param"],
fields=var["registry_data_asset_fields"],
folder_id=oci_data_connectivity_folder["test_folder"]["id"],
include_types=var["registry_data_asset_include_types"],
name=var["registry_data_asset_name"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRegistryDataAssets = oci.DataConnectivity.getRegistryDataAssets({
registryId: oci_data_connectivity_registry.test_registry.id,
endpointIds: _var.registry_data_asset_endpoint_ids,
excludeEndpointIds: _var.registry_data_asset_exclude_endpoint_ids,
excludeTypes: _var.registry_data_asset_exclude_types,
favoritesQueryParam: _var.registry_data_asset_favorites_query_param,
fields: _var.registry_data_asset_fields,
folderId: oci_data_connectivity_folder.test_folder.id,
includeTypes: _var.registry_data_asset_include_types,
name: _var.registry_data_asset_name,
});
Coming soon!
Using getRegistryDataAssets
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 getRegistryDataAssets(args: GetRegistryDataAssetsArgs, opts?: InvokeOptions): Promise<GetRegistryDataAssetsResult>
function getRegistryDataAssetsOutput(args: GetRegistryDataAssetsOutputArgs, opts?: InvokeOptions): Output<GetRegistryDataAssetsResult>
def get_registry_data_assets(endpoint_ids: Optional[Sequence[str]] = None,
exclude_endpoint_ids: Optional[Sequence[str]] = None,
exclude_types: Optional[Sequence[str]] = None,
favorites_query_param: Optional[str] = None,
fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[_dataconnectivity.GetRegistryDataAssetsFilter]] = None,
folder_id: Optional[str] = None,
include_types: Optional[Sequence[str]] = None,
name: Optional[str] = None,
registry_id: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryDataAssetsResult
def get_registry_data_assets_output(endpoint_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
exclude_endpoint_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
exclude_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
favorites_query_param: Optional[pulumi.Input[str]] = None,
fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataconnectivity.GetRegistryDataAssetsFilterArgs]]]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
include_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name: Optional[pulumi.Input[str]] = None,
registry_id: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryDataAssetsResult]
func GetRegistryDataAssets(ctx *Context, args *GetRegistryDataAssetsArgs, opts ...InvokeOption) (*GetRegistryDataAssetsResult, error)
func GetRegistryDataAssetsOutput(ctx *Context, args *GetRegistryDataAssetsOutputArgs, opts ...InvokeOption) GetRegistryDataAssetsResultOutput
> Note: This function is named GetRegistryDataAssets
in the Go SDK.
public static class GetRegistryDataAssets
{
public static Task<GetRegistryDataAssetsResult> InvokeAsync(GetRegistryDataAssetsArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryDataAssetsResult> Invoke(GetRegistryDataAssetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryDataAssetsResult> getRegistryDataAssets(GetRegistryDataAssetsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DataConnectivity/getRegistryDataAssets:getRegistryDataAssets
Arguments:
# Arguments dictionary
The following arguments are supported:
- Registry
Id string The registry Ocid.
- Endpoint
Ids List<string> Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- Exclude
Endpoint List<string>Ids Endpoints which will be excluded while listing dataAssets
- Exclude
Types List<string> Types which wont be listed while listing dataAsset/Connection
- Favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- Fields List<string>
Specifies the fields to get for an object.
- Filters
List<Get
Registry Data Assets Filter> - Folder
Id string Unique key of the folder.
- Include
Types List<string> DataAsset type which needs to be listed while listing dataAssets
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- Registry
Id string The registry Ocid.
- Endpoint
Ids []string Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- Exclude
Endpoint []stringIds Endpoints which will be excluded while listing dataAssets
- Exclude
Types []string Types which wont be listed while listing dataAsset/Connection
- Favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- Fields []string
Specifies the fields to get for an object.
- Filters
[]Get
Registry Data Assets Filter - Folder
Id string Unique key of the folder.
- Include
Types []string DataAsset type which needs to be listed while listing dataAssets
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- registry
Id String The registry Ocid.
- endpoint
Ids List<String> Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- exclude
Endpoint List<String>Ids Endpoints which will be excluded while listing dataAssets
- exclude
Types List<String> Types which wont be listed while listing dataAsset/Connection
- favorites
Query StringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields List<String>
Specifies the fields to get for an object.
- filters
List<Get
Registry Data Assets Filter> - folder
Id String Unique key of the folder.
- include
Types List<String> DataAsset type which needs to be listed while listing dataAssets
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
- registry
Id string The registry Ocid.
- endpoint
Ids string[] Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- exclude
Endpoint string[]Ids Endpoints which will be excluded while listing dataAssets
- exclude
Types string[] Types which wont be listed while listing dataAsset/Connection
- favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields string[]
Specifies the fields to get for an object.
- filters
Get
Registry Data Assets Filter[] - folder
Id string Unique key of the folder.
- include
Types string[] DataAsset type which needs to be listed while listing dataAssets
- name string
Used to filter by the name of the object.
- type string
Specific DataAsset Type
- registry_
id str The registry Ocid.
- endpoint_
ids Sequence[str] Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- exclude_
endpoint_ Sequence[str]ids Endpoints which will be excluded while listing dataAssets
- exclude_
types Sequence[str] Types which wont be listed while listing dataAsset/Connection
- favorites_
query_ strparam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields Sequence[str]
Specifies the fields to get for an object.
- filters
Get
Registry Data Assets Filter] - folder_
id str Unique key of the folder.
- include_
types Sequence[str] DataAsset type which needs to be listed while listing dataAssets
- name str
Used to filter by the name of the object.
- type str
Specific DataAsset Type
- registry
Id String The registry Ocid.
- endpoint
Ids List<String> Endpoint Ids used for data-plane APIs to filter or prefer specific endpoint.
- exclude
Endpoint List<String>Ids Endpoints which will be excluded while listing dataAssets
- exclude
Types List<String> Types which wont be listed while listing dataAsset/Connection
- favorites
Query StringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields List<String>
Specifies the fields to get for an object.
- filters List<Property Map>
- folder
Id String Unique key of the folder.
- include
Types List<String> DataAsset type which needs to be listed while listing dataAssets
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
getRegistryDataAssets Result
The following output properties are available:
- Data
Asset List<GetSummary Collections Registry Data Assets Data Asset Summary Collection> The list of data_asset_summary_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Registry
Id string - Endpoint
Ids List<string> - Exclude
Endpoint List<string>Ids - Exclude
Types List<string> - Favorites
Query stringParam - Fields List<string>
- Filters
List<Get
Registry Data Assets Filter> - Folder
Id string - Include
Types List<string> - Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific DataAsset Type
- Data
Asset []GetSummary Collections Registry Data Assets Data Asset Summary Collection The list of data_asset_summary_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Registry
Id string - Endpoint
Ids []string - Exclude
Endpoint []stringIds - Exclude
Types []string - Favorites
Query stringParam - Fields []string
- Filters
[]Get
Registry Data Assets Filter - Folder
Id string - Include
Types []string - Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific DataAsset Type
- data
Asset List<GetSummary Collections Registry Data Assets Data Asset Summary Collection> The list of data_asset_summary_collection.
- id String
The provider-assigned unique ID for this managed resource.
- registry
Id String - endpoint
Ids List<String> - exclude
Endpoint List<String>Ids - exclude
Types List<String> - favorites
Query StringParam - fields List<String>
- filters
List<Get
Registry Data Assets Filter> - folder
Id String - include
Types List<String> - name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific DataAsset Type
- data
Asset GetSummary Collections Registry Data Assets Data Asset Summary Collection[] The list of data_asset_summary_collection.
- id string
The provider-assigned unique ID for this managed resource.
- registry
Id string - endpoint
Ids string[] - exclude
Endpoint string[]Ids - exclude
Types string[] - favorites
Query stringParam - fields string[]
- filters
Get
Registry Data Assets Filter[] - folder
Id string - include
Types string[] - name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
Specific DataAsset Type
- data_
asset_ Getsummary_ collections Registry Data Assets Data Asset Summary Collection] The list of data_asset_summary_collection.
- id str
The provider-assigned unique ID for this managed resource.
- registry_
id str - endpoint_
ids Sequence[str] - exclude_
endpoint_ Sequence[str]ids - exclude_
types Sequence[str] - favorites_
query_ strparam - fields Sequence[str]
- filters
Get
Registry Data Assets Filter] - folder_
id str - include_
types Sequence[str] - name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
Specific DataAsset Type
- data
Asset List<Property Map>Summary Collections The list of data_asset_summary_collection.
- id String
The provider-assigned unique ID for this managed resource.
- registry
Id String - endpoint
Ids List<String> - exclude
Endpoint List<String>Ids - exclude
Types List<String> - favorites
Query StringParam - fields List<String>
- filters List<Property Map>
- folder
Id String - include
Types List<String> - name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific DataAsset Type
Supporting Types
GetRegistryDataAssetsDataAssetSummaryCollection
GetRegistryDataAssetsDataAssetSummaryCollectionItem
- Asset
Properties Dictionary<string, object> Additional properties for the data asset.
- Default
Connection GetRegistry Data Assets Data Asset Summary Collection Item Default Connection The default connection key.
- Description string
A user defined description for the object.
- External
Key string The external key for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Native
Type GetSystem Registry Data Assets Data Asset Summary Collection Item Native Type System The type system maps from and to a type.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Properties Dictionary<string, object>
All the properties for the data asset in a key-value map format.
- Registry
Id string The registry Ocid.
- Registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Registry Metadata Information about the object and its parent.
- Type string
Specific DataAsset Type
- Asset
Properties map[string]interface{} Additional properties for the data asset.
- Default
Connection GetRegistry Data Assets Data Asset Summary Collection Item Default Connection The default connection key.
- Description string
A user defined description for the object.
- External
Key string The external key for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Native
Type GetSystem Registry Data Assets Data Asset Summary Collection Item Native Type System The type system maps from and to a type.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Properties map[string]interface{}
All the properties for the data asset in a key-value map format.
- Registry
Id string The registry Ocid.
- Registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Registry Metadata Information about the object and its parent.
- Type string
Specific DataAsset Type
- asset
Properties Map<String,Object> Additional properties for the data asset.
- default
Connection GetRegistry Data Assets Data Asset Summary Collection Item Default Connection The default connection key.
- description String
A user defined description for the object.
- external
Key String The external key for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- native
Type GetSystem Registry Data Assets Data Asset Summary Collection Item Native Type System The type system maps from and to a type.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- properties Map<String,Object>
All the properties for the data asset in a key-value map format.
- registry
Id String The registry Ocid.
- registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Registry Metadata Information about the object and its parent.
- type String
Specific DataAsset Type
- asset
Properties {[key: string]: any} Additional properties for the data asset.
- default
Connection GetRegistry Data Assets Data Asset Summary Collection Item Default Connection The default connection key.
- description string
A user defined description for the object.
- external
Key string The external key for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- native
Type GetSystem Registry Data Assets Data Asset Summary Collection Item Native Type System The type system maps from and to a type.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- properties {[key: string]: any}
All the properties for the data asset in a key-value map format.
- registry
Id string The registry Ocid.
- registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Registry Metadata Information about the object and its parent.
- type string
Specific DataAsset Type
- asset_
properties Mapping[str, Any] Additional properties for the data asset.
- default_
connection GetRegistry Data Assets Data Asset Summary Collection Item Default Connection The default connection key.
- description str
A user defined description for the object.
- external_
key str The external key for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- native_
type_ Getsystem Registry Data Assets Data Asset Summary Collection Item Native Type System The type system maps from and to a type.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- properties Mapping[str, Any]
All the properties for the data asset in a key-value map format.
- registry_
id str The registry Ocid.
- registry_
metadata GetRegistry Data Assets Data Asset Summary Collection Item Registry Metadata Information about the object and its parent.
- type str
Specific DataAsset Type
- asset
Properties Map<Any> Additional properties for the data asset.
- default
Connection Property Map The default connection key.
- description String
A user defined description for the object.
- external
Key String The external key for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- metadata Property Map
A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- native
Type Property MapSystem The type system maps from and to a type.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- properties Map<Any>
All the properties for the data asset in a key-value map format.
- registry
Id String The registry Ocid.
- registry
Metadata Property Map Information about the object and its parent.
- type String
Specific DataAsset Type
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnection
- Connection
Properties List<GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Connection Property> The properties for the connection.
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Primary
Schema GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema The schema object.
- Properties Dictionary<string, object>
All the properties for the data asset in a key-value map format.
- Registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Registry Metadata Information about the object and its parent.
- Type string
Specific DataAsset Type
- Connection
Properties []GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Connection Property The properties for the connection.
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Primary
Schema GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema The schema object.
- Properties map[string]interface{}
All the properties for the data asset in a key-value map format.
- Registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Registry Metadata Information about the object and its parent.
- Type string
Specific DataAsset Type
- connection
Properties List<GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Connection Property> The properties for the connection.
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- primary
Schema GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema The schema object.
- properties Map<String,Object>
All the properties for the data asset in a key-value map format.
- registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Registry Metadata Information about the object and its parent.
- type String
Specific DataAsset Type
- connection
Properties GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Connection Property[] The properties for the connection.
- description string
A user defined description for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Default boolean The default property for the connection.
- key string
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- primary
Schema GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema The schema object.
- properties {[key: string]: any}
All the properties for the data asset in a key-value map format.
- registry
Metadata GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Registry Metadata Information about the object and its parent.
- type string
Specific DataAsset Type
- connection_
properties GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Connection Property] The properties for the connection.
- description str
A user defined description for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is_
default bool The default property for the connection.
- key str
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- primary_
schema GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema The schema object.
- properties Mapping[str, Any]
All the properties for the data asset in a key-value map format.
- registry_
metadata GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Registry Metadata Information about the object and its parent.
- type str
Specific DataAsset Type
- connection
Properties List<Property Map> The properties for the connection.
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadata Property Map
A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- primary
Schema Property Map The schema object.
- properties Map<Any>
All the properties for the data asset in a key-value map format.
- registry
Metadata Property Map Information about the object and its parent.
- type String
Specific DataAsset Type
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionConnectionProperty
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionMetadata
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields Dictionary<string, object> Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields map[string]interface{} Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<String,Object> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string The owning object's key for this object.
- created
By string The user that created the object.
- created
By stringName The user that created the object.
- identifier
Path string The full path to identify this object.
- info
Fields {[key: string]: any} Information property fields.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By string The user that updated the object.
- updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator_
key str The owning object's key for this object.
- created_
by str The user that created the object.
- created_
by_ strname The user that created the object.
- identifier_
path str The full path to identify this object.
- info_
fields Mapping[str, Any] Information property fields.
- is_
favorite bool Specifies whether this object is a favorite or not.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by str The user that updated the object.
- updated_
by_ strname The user that updated the object.
- aggregator Property Map
A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<Any> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionMetadataAggregator
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
- description string
A user defined description for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
The identifying key for the object.
- name string
Used to filter by the name of the object.
- type string
Specific DataAsset Type
- description str
A user defined description for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
The identifying key for the object.
- name str
Used to filter by the name of the object.
- type str
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionPrimarySchema
- Default
Connection string The default connection key.
- Description string
A user defined description for the object.
- External
Key string The external key for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Is
Has boolContainers Specifies whether the schema has containers.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Parent Ref A reference to the object's parent.
- Resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- Default
Connection string The default connection key.
- Description string
A user defined description for the object.
- External
Key string The external key for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Is
Has boolContainers Specifies whether the schema has containers.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Parent Ref A reference to the object's parent.
- Resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection String The default connection key.
- description String
A user defined description for the object.
- external
Key String The external key for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Has BooleanContainers Specifies whether the schema has containers.
- key String
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Parent Ref A reference to the object's parent.
- resource
Name String A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection string The default connection key.
- description string
A user defined description for the object.
- external
Key string The external key for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Has booleanContainers Specifies whether the schema has containers.
- key string
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Parent Ref A reference to the object's parent.
- resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default_
connection str The default connection key.
- description str
A user defined description for the object.
- external_
key str The external key for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is_
has_ boolcontainers Specifies whether the schema has containers.
- key str
The identifying key for the object.
- metadata
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- parent_
ref GetRegistry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Parent Ref A reference to the object's parent.
- resource_
name str A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection String The default connection key.
- description String
A user defined description for the object.
- external
Key String The external key for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- is
Has BooleanContainers Specifies whether the schema has containers.
- key String
The identifying key for the object.
- metadata Property Map
A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- parent
Ref Property Map A reference to the object's parent.
- resource
Name String A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionPrimarySchemaMetadata
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields Dictionary<string, object> Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields map[string]interface{} Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<String,Object> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string The owning object's key for this object.
- created
By string The user that created the object.
- created
By stringName The user that created the object.
- identifier
Path string The full path to identify this object.
- info
Fields {[key: string]: any} Information property fields.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By string The user that updated the object.
- updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Default Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator_
key str The owning object's key for this object.
- created_
by str The user that created the object.
- created_
by_ strname The user that created the object.
- identifier_
path str The full path to identify this object.
- info_
fields Mapping[str, Any] Information property fields.
- is_
favorite bool Specifies whether this object is a favorite or not.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by str The user that updated the object.
- updated_
by_ strname The user that updated the object.
- aggregator Property Map
A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<Any> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionPrimarySchemaMetadataAggregator
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
- description string
A user defined description for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
The identifying key for the object.
- name string
Used to filter by the name of the object.
- type string
Specific DataAsset Type
- description str
A user defined description for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
The identifying key for the object.
- name str
Used to filter by the name of the object.
- type str
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionPrimarySchemaParentRef
- Parent string
Key of the parent object.
- Parent string
Key of the parent object.
- parent String
Key of the parent object.
- parent string
Key of the parent object.
- parent str
Key of the parent object.
- parent String
Key of the parent object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemDefaultConnectionRegistryMetadata
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
- aggregator
Key string The owning object's key for this object.
- created
By stringUser Id The id of the user who created the object.
- created
By stringUser Name The name of the user who created the object.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- key string
The identifying key for the object.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By stringUser Id The id of the user who updated the object.
- updated
By stringUser Name The name of the user who updated the object.
- aggregator_
key str The owning object's key for this object.
- created_
by_ struser_ id The id of the user who created the object.
- created_
by_ struser_ name The name of the user who created the object.
- is_
favorite bool Specifies whether this object is a favorite or not.
- key str
The identifying key for the object.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by_ struser_ id The id of the user who updated the object.
- updated_
by_ struser_ name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemMetadata
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields Dictionary<string, object> Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- Aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields map[string]interface{} Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<String,Object> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string The owning object's key for this object.
- created
By string The user that created the object.
- created
By stringName The user that created the object.
- identifier
Path string The full path to identify this object.
- info
Fields {[key: string]: any} Information property fields.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By string The user that updated the object.
- updated
By stringName The user that updated the object.
- aggregator
Get
Registry Data Assets Data Asset Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator_
key str The owning object's key for this object.
- created_
by str The user that created the object.
- created_
by_ strname The user that created the object.
- identifier_
path str The full path to identify this object.
- info_
fields Mapping[str, Any] Information property fields.
- is_
favorite bool Specifies whether this object is a favorite or not.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by str The user that updated the object.
- updated_
by_ strname The user that updated the object.
- aggregator Property Map
A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<Any> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemMetadataAggregator
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
- description string
A user defined description for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
The identifying key for the object.
- name string
Used to filter by the name of the object.
- type string
Specific DataAsset Type
- description str
A user defined description for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
The identifying key for the object.
- name str
Used to filter by the name of the object.
- type str
Specific DataAsset Type
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Specific DataAsset Type
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystem
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Parent Ref A reference to the object's parent.
- Type
Mapping Dictionary<string, object>From The type system to map from.
- Type
Mapping Dictionary<string, object>To The type system to map to.
- Types
List<Get
Registry Data Assets Data Asset Summary Collection Item Native Type System Type> An array of types.
- Description string
A user defined description for the object.
- Identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Parent Ref A reference to the object's parent.
- Type
Mapping map[string]interface{}From The type system to map from.
- Type
Mapping map[string]interface{}To The type system to map to.
- Types
[]Get
Registry Data Assets Data Asset Summary Collection Item Native Type System Type An array of types.
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Parent Ref A reference to the object's parent.
- type
Mapping Map<String,Object>From The type system to map from.
- type
Mapping Map<String,Object>To The type system to map to.
- types
List<Get
Registry Data Assets Data Asset Summary Collection Item Native Type System Type> An array of types.
- description string
A user defined description for the object.
- identifier string
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key string
The identifying key for the object.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Parent Ref A reference to the object's parent.
- type
Mapping {[key: string]: any}From The type system to map from.
- type
Mapping {[key: string]: any}To The type system to map to.
- types
Get
Registry Data Assets Data Asset Summary Collection Item Native Type System Type[] An array of types.
- description str
A user defined description for the object.
- identifier str
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key str
The identifying key for the object.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- parent_
ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Parent Ref A reference to the object's parent.
- type_
mapping_ Mapping[str, Any]from The type system to map from.
- type_
mapping_ Mapping[str, Any]to The type system to map to.
- types
Get
Registry Data Assets Data Asset Summary Collection Item Native Type System Type] An array of types.
- description String
A user defined description for the object.
- identifier String
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- parent
Ref Property Map A reference to the object's parent.
- type
Mapping Map<Any>From The type system to map from.
- type
Mapping Map<Any>To The type system to map to.
- types List<Property Map>
An array of types.
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystemParentRef
- Parent string
Key of the parent object.
- Parent string
Key of the parent object.
- parent String
Key of the parent object.
- parent string
Key of the parent object.
- parent str
Key of the parent object.
- parent String
Key of the parent object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystemType
- Config
Definition GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition The configuration details of a configurable object. This contains one or more config param definitions.
- Description string
A user defined description for the object.
- Dt
Type string The data type.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Parent Ref A reference to the object's parent.
- Type
System stringName The data type system name.
- Config
Definition GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition The configuration details of a configurable object. This contains one or more config param definitions.
- Description string
A user defined description for the object.
- Dt
Type string The data type.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Parent Ref A reference to the object's parent.
- Type
System stringName The data type system name.
- config
Definition GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition The configuration details of a configurable object. This contains one or more config param definitions.
- description String
A user defined description for the object.
- dt
Type String The data type.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Parent Ref A reference to the object's parent.
- type
System StringName The data type system name.
- config
Definition GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition The configuration details of a configurable object. This contains one or more config param definitions.
- description string
A user defined description for the object.
- dt
Type string The data type.
- key string
The identifying key for the object.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Parent Ref A reference to the object's parent.
- type
System stringName The data type system name.
- config_
definition GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition The configuration details of a configurable object. This contains one or more config param definitions.
- description str
A user defined description for the object.
- dt_
type str The data type.
- key str
The identifying key for the object.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent_
ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Parent Ref A reference to the object's parent.
- type_
system_ strname The data type system name.
- config
Definition Property Map The configuration details of a configurable object. This contains one or more config param definitions.
- description String
A user defined description for the object.
- dt
Type String The data type.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref Property Map A reference to the object's parent.
- type
System StringName The data type system name.
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystemTypeConfigDefinition
- Config
Parameter Dictionary<string, object>Definitions The parameter configuration details.
- Is
Contained bool Specifies whether the configuration is contained or not.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition Parent Ref A reference to the object's parent.
- Config
Parameter map[string]interface{}Definitions The parameter configuration details.
- Is
Contained bool Specifies whether the configuration is contained or not.
- Key string
The identifying key for the object.
- Model
Type string The property which disciminates the subtypes.
- Model
Version string The model version of an object.
- Name string
Used to filter by the name of the object.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition Parent Ref A reference to the object's parent.
- config
Parameter Map<String,Object>Definitions The parameter configuration details.
- is
Contained Boolean Specifies whether the configuration is contained or not.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition Parent Ref A reference to the object's parent.
- config
Parameter {[key: string]: any}Definitions The parameter configuration details.
- is
Contained boolean Specifies whether the configuration is contained or not.
- key string
The identifying key for the object.
- model
Type string The property which disciminates the subtypes.
- model
Version string The model version of an object.
- name string
Used to filter by the name of the object.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition Parent Ref A reference to the object's parent.
- config_
parameter_ Mapping[str, Any]definitions The parameter configuration details.
- is_
contained bool Specifies whether the configuration is contained or not.
- key str
The identifying key for the object.
- model_
type str The property which disciminates the subtypes.
- model_
version str The model version of an object.
- name str
Used to filter by the name of the object.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent_
ref GetRegistry Data Assets Data Asset Summary Collection Item Native Type System Type Config Definition Parent Ref A reference to the object's parent.
- config
Parameter Map<Any>Definitions The parameter configuration details.
- is
Contained Boolean Specifies whether the configuration is contained or not.
- key String
The identifying key for the object.
- model
Type String The property which disciminates the subtypes.
- model
Version String The model version of an object.
- name String
Used to filter by the name of the object.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- parent
Ref Property Map A reference to the object's parent.
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystemTypeConfigDefinitionParentRef
- Parent string
Key of the parent object.
- Parent string
Key of the parent object.
- parent String
Key of the parent object.
- parent string
Key of the parent object.
- parent str
Key of the parent object.
- parent String
Key of the parent object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemNativeTypeSystemTypeParentRef
- Parent string
Key of the parent object.
- Parent string
Key of the parent object.
- parent String
Key of the parent object.
- parent string
Key of the parent object.
- parent str
Key of the parent object.
- parent String
Key of the parent object.
GetRegistryDataAssetsDataAssetSummaryCollectionItemRegistryMetadata
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
- aggregator
Key string The owning object's key for this object.
- created
By stringUser Id The id of the user who created the object.
- created
By stringUser Name The name of the user who created the object.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- key string
The identifying key for the object.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By stringUser Id The id of the user who updated the object.
- updated
By stringUser Name The name of the user who updated the object.
- aggregator_
key str The owning object's key for this object.
- created_
by_ struser_ id The id of the user who created the object.
- created_
by_ struser_ name The name of the user who created the object.
- is_
favorite bool Specifies whether this object is a favorite or not.
- key str
The identifying key for the object.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by_ struser_ id The id of the user who updated the object.
- updated_
by_ struser_ name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
GetRegistryDataAssetsFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.