1. Packages
  2. Azure Native
  3. API Docs
  4. azuredatatransfer
  5. getFlowProfile
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi

    Retrieves the specified FlowProfile resource.

    Uses Azure REST API version 2025-05-30-preview.

    Using getFlowProfile

    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 getFlowProfile(args: GetFlowProfileArgs, opts?: InvokeOptions): Promise<GetFlowProfileResult>
    function getFlowProfileOutput(args: GetFlowProfileOutputArgs, opts?: InvokeOptions): Output<GetFlowProfileResult>
    def get_flow_profile(flow_profile_name: Optional[str] = None,
                         pipeline_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetFlowProfileResult
    def get_flow_profile_output(flow_profile_name: Optional[pulumi.Input[str]] = None,
                         pipeline_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetFlowProfileResult]
    func LookupFlowProfile(ctx *Context, args *LookupFlowProfileArgs, opts ...InvokeOption) (*LookupFlowProfileResult, error)
    func LookupFlowProfileOutput(ctx *Context, args *LookupFlowProfileOutputArgs, opts ...InvokeOption) LookupFlowProfileResultOutput

    > Note: This function is named LookupFlowProfile in the Go SDK.

    public static class GetFlowProfile 
    {
        public static Task<GetFlowProfileResult> InvokeAsync(GetFlowProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetFlowProfileResult> Invoke(GetFlowProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFlowProfileResult> getFlowProfile(GetFlowProfileArgs args, InvokeOptions options)
    public static Output<GetFlowProfileResult> getFlowProfile(GetFlowProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:azuredatatransfer:getFlowProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FlowProfileName string
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    PipelineName string
    The name of the pipeline on which to operate.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    FlowProfileName string
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    PipelineName string
    The name of the pipeline on which to operate.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    flowProfileName String
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    pipelineName String
    The name of the pipeline on which to operate.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    flowProfileName string
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    pipelineName string
    The name of the pipeline on which to operate.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    flow_profile_name str
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    pipeline_name str
    The name of the pipeline on which to operate.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    flowProfileName String
    The name of the FlowProfile resource to operate on. Must be 3 to 64 characters long and contain only alphanumeric characters or hyphens.
    pipelineName String
    The name of the pipeline on which to operate.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getFlowProfile Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.AzureDataTransfer.Outputs.FlowProfilePropertiesResponse
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    SystemData Pulumi.AzureNative.AzureDataTransfer.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Identity Pulumi.AzureNative.AzureDataTransfer.Outputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Tags Dictionary<string, string>
    Resource tags.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties FlowProfilePropertiesResponse
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    Tags map[string]string
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties FlowProfilePropertiesResponse
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    tags Map<String,String>
    Resource tags.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    properties FlowProfilePropertiesResponse
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    tags {[key: string]: string}
    Resource tags.
    azure_api_version str
    The Azure API version of the resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    properties FlowProfilePropertiesResponse
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    tags Mapping[str, str]
    Resource tags.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties Property Map
    The set of configuration properties that define the behavior and rules of the FlowProfile.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    identity Property Map
    The managed service identities assigned to this resource.
    tags Map<String>
    Resource tags.

    Supporting Types

    AntivirusRulesetResponse

    AvSolutions List<string>
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.
    AvSolutions []string
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.
    avSolutions List<String>
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.
    avSolutions string[]
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.
    av_solutions Sequence[str]
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.
    avSolutions List<String>
    Optional. The list of antiviruses to be used as a scanning solution for replicating data.

    ArchiveRulesetResponse

    MaximumCompressionRatioLimit double
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    MaximumDepthLimit double
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    MaximumExpansionSizeLimit double
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    MinimumSizeForExpansion double
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
    MaximumCompressionRatioLimit float64
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    MaximumDepthLimit float64
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    MaximumExpansionSizeLimit float64
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    MinimumSizeForExpansion float64
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
    maximumCompressionRatioLimit Double
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    maximumDepthLimit Double
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    maximumExpansionSizeLimit Double
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    minimumSizeForExpansion Double
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
    maximumCompressionRatioLimit number
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    maximumDepthLimit number
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    maximumExpansionSizeLimit number
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    minimumSizeForExpansion number
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
    maximum_compression_ratio_limit float
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    maximum_depth_limit float
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    maximum_expansion_size_limit float
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    minimum_size_for_expansion float
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.
    maximumCompressionRatioLimit Number
    Optional. Provides the multiplication value for an archive in total based on the initial object being validated. This value takes the root object size and multiplies it by this value to create a maximum. Once this maximum is exceeded, the archive is failed. Used to detect and block archives with suspiciously high compression (e.g., zip bombs).
    maximumDepthLimit Number
    Optional. The maximum depth of nested archives that can be expanded. Limits how many layers of embedded archives will be processed. Archives exceeding the max limit will be denied for replication.
    maximumExpansionSizeLimit Number
    Optional. The combined maximum size (in bytes) of all extracted files that an expanded archive is allowed to reach. Archives exceeding the max limit will be denied for replication.
    minimumSizeForExpansion Number
    Optional. Default is 0. The minimum archive file size (in bytes) required to trigger expansion during replication. Any archive file size below the configured threshold will skip the rest of the configured rulesets for archives.

    DataSizeRulesetResponse

    Maximum double
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    Minimum double
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
    Maximum float64
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    Minimum float64
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
    maximum Double
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    minimum Double
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
    maximum number
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    minimum number
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
    maximum float
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    minimum float
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.
    maximum Number
    Optional. Specifies the maximum allowed size (in bytes) for files to be replicated. Any file size greater than maximum will be denied replication.
    minimum Number
    Optional. Default is 0. Specifies the minimum required size (in bytes) for a file to be eligible for replication. Any file size less than minimum will be denied replication.

    FlowProfilePropertiesResponse

    Description string
    A user-defined description of the FlowProfile.
    FlowProfileId string
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    ProvisioningState string
    The current provisioning state of the FlowProfile.
    ReplicationScenario string
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    Status string
    The operational status of the FlowProfile.
    Rulesets Pulumi.AzureNative.AzureDataTransfer.Inputs.FlowProfileRulesetsResponse
    A set of configurable rulesets applied to this FlowProfile.
    Description string
    A user-defined description of the FlowProfile.
    FlowProfileId string
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    ProvisioningState string
    The current provisioning state of the FlowProfile.
    ReplicationScenario string
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    Status string
    The operational status of the FlowProfile.
    Rulesets FlowProfileRulesetsResponse
    A set of configurable rulesets applied to this FlowProfile.
    description String
    A user-defined description of the FlowProfile.
    flowProfileId String
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    provisioningState String
    The current provisioning state of the FlowProfile.
    replicationScenario String
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    status String
    The operational status of the FlowProfile.
    rulesets FlowProfileRulesetsResponse
    A set of configurable rulesets applied to this FlowProfile.
    description string
    A user-defined description of the FlowProfile.
    flowProfileId string
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    provisioningState string
    The current provisioning state of the FlowProfile.
    replicationScenario string
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    status string
    The operational status of the FlowProfile.
    rulesets FlowProfileRulesetsResponse
    A set of configurable rulesets applied to this FlowProfile.
    description str
    A user-defined description of the FlowProfile.
    flow_profile_id str
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    provisioning_state str
    The current provisioning state of the FlowProfile.
    replication_scenario str
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    status str
    The operational status of the FlowProfile.
    rulesets FlowProfileRulesetsResponse
    A set of configurable rulesets applied to this FlowProfile.
    description String
    A user-defined description of the FlowProfile.
    flowProfileId String
    A guid represented as a string for the FlowProfile resource, assigned by the system.
    provisioningState String
    The current provisioning state of the FlowProfile.
    replicationScenario String
    The data replication scenario handled by this FlowProfile. Please not, that this value cannot be updated after creation.
    status String
    The operational status of the FlowProfile.
    rulesets Property Map
    A set of configurable rulesets applied to this FlowProfile.

    FlowProfileRulesetsResponse

    Antivirus AntivirusRulesetResponse
    Antivirus scanning rules for replicated data.
    Archives ArchiveRulesetResponse
    Rules for handling archive files during replication.
    DataSize DataSizeRulesetResponse
    Rules that enforce minimum and maximum data size limits.
    MimeFilters MimeFilterRulesetResponse
    Rules for filtering files based on MIME types.
    TextMatching TextMatchingRulesetResponse
    Rules for detecting and blocking specific text patterns.
    XmlFilters XmlFilterRulesetResponse
    Rules for filtering XML content using XSD schemas.
    antivirus AntivirusRulesetResponse
    Antivirus scanning rules for replicated data.
    archives ArchiveRulesetResponse
    Rules for handling archive files during replication.
    dataSize DataSizeRulesetResponse
    Rules that enforce minimum and maximum data size limits.
    mimeFilters MimeFilterRulesetResponse
    Rules for filtering files based on MIME types.
    textMatching TextMatchingRulesetResponse
    Rules for detecting and blocking specific text patterns.
    xmlFilters XmlFilterRulesetResponse
    Rules for filtering XML content using XSD schemas.
    antivirus AntivirusRulesetResponse
    Antivirus scanning rules for replicated data.
    archives ArchiveRulesetResponse
    Rules for handling archive files during replication.
    dataSize DataSizeRulesetResponse
    Rules that enforce minimum and maximum data size limits.
    mimeFilters MimeFilterRulesetResponse
    Rules for filtering files based on MIME types.
    textMatching TextMatchingRulesetResponse
    Rules for detecting and blocking specific text patterns.
    xmlFilters XmlFilterRulesetResponse
    Rules for filtering XML content using XSD schemas.
    antivirus AntivirusRulesetResponse
    Antivirus scanning rules for replicated data.
    archives ArchiveRulesetResponse
    Rules for handling archive files during replication.
    data_size DataSizeRulesetResponse
    Rules that enforce minimum and maximum data size limits.
    mime_filters MimeFilterRulesetResponse
    Rules for filtering files based on MIME types.
    text_matching TextMatchingRulesetResponse
    Rules for detecting and blocking specific text patterns.
    xml_filters XmlFilterRulesetResponse
    Rules for filtering XML content using XSD schemas.
    antivirus Property Map
    Antivirus scanning rules for replicated data.
    archives Property Map
    Rules for handling archive files during replication.
    dataSize Property Map
    Rules that enforce minimum and maximum data size limits.
    mimeFilters Property Map
    Rules for filtering files based on MIME types.
    textMatching Property Map
    Rules for detecting and blocking specific text patterns.
    xmlFilters Property Map
    Rules for filtering XML content using XSD schemas.

    ManagedServiceIdentityResponse

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.AzureDataTransfer.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    MimeFilterRulesetResponse

    Filters List<Pulumi.AzureNative.AzureDataTransfer.Inputs.MimeTypeFilterResponse>
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    Type string
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
    Filters []MimeTypeFilterResponse
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    Type string
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
    filters List<MimeTypeFilterResponse>
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    type String
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
    filters MimeTypeFilterResponse[]
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    type string
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
    filters Sequence[MimeTypeFilterResponse]
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    type str
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.
    filters List<Property Map>
    Defines the Media types (f.k.a MIME types) and associated file extensions to be filtered. For more detail, please refer to the MimeTypeFiler model.
    type String
    Specifies whether the filter is an allow list or deny list. For more detail, please refer to the FilterType model.

    MimeTypeFilterResponse

    Extensions List<string>
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    Media string
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
    Extensions []string
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    Media string
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
    extensions List<String>
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    media String
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
    extensions string[]
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    media string
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
    extensions Sequence[str]
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    media str
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
    extensions List<String>
    A list of file extensions associated with the specified Media type (e.g., .json, .png). To specify files with no extension, use an empty string ""."
    media String
    The Media Types (f.k.a MIME types), following IANA standards (e.g., application/json, image/png). For a more detailed list of allowed media types please refer to the Tika documentation: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TextMatchResponse

    CaseSensitivity string
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    MatchType string
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    Text string
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
    CaseSensitivity string
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    MatchType string
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    Text string
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
    caseSensitivity String
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    matchType String
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    text String
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
    caseSensitivity string
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    matchType string
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    text string
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
    case_sensitivity str
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    match_type str
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    text str
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.
    caseSensitivity String
    Specifies the text matching conditions based on casing. For more detail please refer to the Casing model.
    matchType String
    Specifies the text matching condition for text comparison. For more detail please refer to the MatchType model.
    text String
    The word or phrase to match against replicated content. A phrase with spaces will be considered a single substring.

    TextMatchingRulesetResponse

    Deny List<Pulumi.AzureNative.AzureDataTransfer.Inputs.TextMatchResponse>
    A list of text patterns to block, each with matching rules and case sensitivity options.
    Deny []TextMatchResponse
    A list of text patterns to block, each with matching rules and case sensitivity options.
    deny List<TextMatchResponse>
    A list of text patterns to block, each with matching rules and case sensitivity options.
    deny TextMatchResponse[]
    A list of text patterns to block, each with matching rules and case sensitivity options.
    deny Sequence[TextMatchResponse]
    A list of text patterns to block, each with matching rules and case sensitivity options.
    deny List<Property Map>
    A list of text patterns to block, each with matching rules and case sensitivity options.

    UserAssignedIdentityResponse

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.

    XmlFilterRulesetResponse

    DefaultNamespace string
    The default XML namespace used for schema validation.
    Reference string
    Defines the method for referencing the xml schema.
    Schema string
    The inline XSD schema to be used for validation.
    DefaultNamespace string
    The default XML namespace used for schema validation.
    Reference string
    Defines the method for referencing the xml schema.
    Schema string
    The inline XSD schema to be used for validation.
    defaultNamespace String
    The default XML namespace used for schema validation.
    reference String
    Defines the method for referencing the xml schema.
    schema String
    The inline XSD schema to be used for validation.
    defaultNamespace string
    The default XML namespace used for schema validation.
    reference string
    Defines the method for referencing the xml schema.
    schema string
    The inline XSD schema to be used for validation.
    default_namespace str
    The default XML namespace used for schema validation.
    reference str
    Defines the method for referencing the xml schema.
    schema str
    The inline XSD schema to be used for validation.
    defaultNamespace String
    The default XML namespace used for schema validation.
    reference String
    Defines the method for referencing the xml schema.
    schema String
    The inline XSD schema to be used for validation.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.10.1 published on Friday, Nov 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate