Partilhar via


Set-PowerAppDlpPolicyConnectorConfigurations

Updates connector configurations for a DLP policy by using the UpdatedConnectorConfigurations DlpPolicyConnectorConfigurationsDefinition object.

Syntax

Default (Default)

Set-PowerAppDlpPolicyConnectorConfigurations
    -TenantId <String>
    -PolicyName <String>
    -UpdatedConnectorConfigurations <Object>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Set-PowerAppDlpPolicyConnectorConfigurations cmdlet updates details on the policy connector configurations, such as connector endpoint. Use Get-Help Set-PowerAppDlpPolicyConnectorConfigurations -Examples for more detail.

Examples

EXAMPLE 1

Set-PowerAppDlpPolicyConnectorConfigurations -TenantId $TenantId -PolicyName aaaabbbb-0000-cccc-1111-dddd2222eeee -UpdatedConnectorConfigurations $UpdatedConnectorConfigurations

Update the DLP policy connector configurations to $UpdatedConnectorConfigurations.

Parameters

-ApiVersion

Specifies the Api version that is called.

Parameter properties

Type:String
Default value:2016-11-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PolicyName

The policy name identifier.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TenantId

The tenant ID.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UpdatedConnectorConfigurations

Policy connector configuration object used to make the update.

Parameter properties

Type:Object
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.