1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getSqlPoolSensitivityLabel
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.synapse.getSqlPoolSensitivityLabel

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the sensitivity label of a given column Azure REST API version: 2021-06-01.

    Other available API versions: 2021-06-01-preview.

    Using getSqlPoolSensitivityLabel

    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 getSqlPoolSensitivityLabel(args: GetSqlPoolSensitivityLabelArgs, opts?: InvokeOptions): Promise<GetSqlPoolSensitivityLabelResult>
    function getSqlPoolSensitivityLabelOutput(args: GetSqlPoolSensitivityLabelOutputArgs, opts?: InvokeOptions): Output<GetSqlPoolSensitivityLabelResult>
    def get_sql_pool_sensitivity_label(column_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       schema_name: Optional[str] = None,
                                       sensitivity_label_source: Optional[str] = None,
                                       sql_pool_name: Optional[str] = None,
                                       table_name: Optional[str] = None,
                                       workspace_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetSqlPoolSensitivityLabelResult
    def get_sql_pool_sensitivity_label_output(column_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       schema_name: Optional[pulumi.Input[str]] = None,
                                       sensitivity_label_source: Optional[pulumi.Input[str]] = None,
                                       sql_pool_name: Optional[pulumi.Input[str]] = None,
                                       table_name: Optional[pulumi.Input[str]] = None,
                                       workspace_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetSqlPoolSensitivityLabelResult]
    func LookupSqlPoolSensitivityLabel(ctx *Context, args *LookupSqlPoolSensitivityLabelArgs, opts ...InvokeOption) (*LookupSqlPoolSensitivityLabelResult, error)
    func LookupSqlPoolSensitivityLabelOutput(ctx *Context, args *LookupSqlPoolSensitivityLabelOutputArgs, opts ...InvokeOption) LookupSqlPoolSensitivityLabelResultOutput

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

    public static class GetSqlPoolSensitivityLabel 
    {
        public static Task<GetSqlPoolSensitivityLabelResult> InvokeAsync(GetSqlPoolSensitivityLabelArgs args, InvokeOptions? opts = null)
        public static Output<GetSqlPoolSensitivityLabelResult> Invoke(GetSqlPoolSensitivityLabelInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSqlPoolSensitivityLabelResult> getSqlPoolSensitivityLabel(GetSqlPoolSensitivityLabelArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:getSqlPoolSensitivityLabel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ColumnName string
    The name of the column.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SchemaName string
    The name of the schema.
    SensitivityLabelSource string
    The source of the sensitivity label.
    SqlPoolName string
    SQL pool name
    TableName string
    The name of the table.
    WorkspaceName string
    The name of the workspace.
    ColumnName string
    The name of the column.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SchemaName string
    The name of the schema.
    SensitivityLabelSource string
    The source of the sensitivity label.
    SqlPoolName string
    SQL pool name
    TableName string
    The name of the table.
    WorkspaceName string
    The name of the workspace.
    columnName String
    The name of the column.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    schemaName String
    The name of the schema.
    sensitivityLabelSource String
    The source of the sensitivity label.
    sqlPoolName String
    SQL pool name
    tableName String
    The name of the table.
    workspaceName String
    The name of the workspace.
    columnName string
    The name of the column.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    schemaName string
    The name of the schema.
    sensitivityLabelSource string
    The source of the sensitivity label.
    sqlPoolName string
    SQL pool name
    tableName string
    The name of the table.
    workspaceName string
    The name of the workspace.
    column_name str
    The name of the column.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    schema_name str
    The name of the schema.
    sensitivity_label_source str
    The source of the sensitivity label.
    sql_pool_name str
    SQL pool name
    table_name str
    The name of the table.
    workspace_name str
    The name of the workspace.
    columnName String
    The name of the column.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    schemaName String
    The name of the schema.
    sensitivityLabelSource String
    The source of the sensitivity label.
    sqlPoolName String
    SQL pool name
    tableName String
    The name of the table.
    workspaceName String
    The name of the workspace.

    getSqlPoolSensitivityLabel Result

    The following output properties are available:

    ColumnName string
    The column name.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    IsDisabled bool
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    ManagedBy string
    managed by
    Name string
    The name of the resource
    SchemaName string
    The schema name.
    TableName string
    The table name.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    InformationType string
    The information type.
    InformationTypeId string
    The information type ID.
    LabelId string
    The label ID.
    LabelName string
    The label name.
    Rank string
    ColumnName string
    The column name.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    IsDisabled bool
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    ManagedBy string
    managed by
    Name string
    The name of the resource
    SchemaName string
    The schema name.
    TableName string
    The table name.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    InformationType string
    The information type.
    InformationTypeId string
    The information type ID.
    LabelId string
    The label ID.
    LabelName string
    The label name.
    Rank string
    columnName String
    The column name.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isDisabled Boolean
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    managedBy String
    managed by
    name String
    The name of the resource
    schemaName String
    The schema name.
    tableName String
    The table name.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    informationType String
    The information type.
    informationTypeId String
    The information type ID.
    labelId String
    The label ID.
    labelName String
    The label name.
    rank String
    columnName string
    The column name.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isDisabled boolean
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    managedBy string
    managed by
    name string
    The name of the resource
    schemaName string
    The schema name.
    tableName string
    The table name.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    informationType string
    The information type.
    informationTypeId string
    The information type ID.
    labelId string
    The label ID.
    labelName string
    The label name.
    rank string
    column_name str
    The column name.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    is_disabled bool
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    managed_by str
    managed by
    name str
    The name of the resource
    schema_name str
    The schema name.
    table_name str
    The table name.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    information_type str
    The information type.
    information_type_id str
    The information type ID.
    label_id str
    The label ID.
    label_name str
    The label name.
    rank str
    columnName String
    The column name.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    isDisabled Boolean
    Is sensitivity recommendation disabled. Applicable for recommended sensitivity label only. Specifies whether the sensitivity recommendation on this column is disabled (dismissed) or not.
    managedBy String
    managed by
    name String
    The name of the resource
    schemaName String
    The schema name.
    tableName String
    The table name.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    informationType String
    The information type.
    informationTypeId String
    The information type ID.
    labelId String
    The label ID.
    labelName String
    The label name.
    rank String

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi