New-PowerAppDlpPolicyConnectorConfigurations
Creates new connector configurations for a DLP policy by using the NewDlpPolicyConnectorConfigurations DlpPolicyConnectorConfigurationsDefinition
object.
Syntax
Default (Default)
New-PowerAppDlpPolicyConnectorConfigurations
-TenantId <String>
-PolicyName <String>
-NewDlpPolicyConnectorConfigurations <Object>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The New-PowerAppDlpPolicyConnectorConfigurations cmdlet creates new connector configurations for the signed in admin's DLP policy. Use Get-Help New-PowerAppDlpPolicyConnectorConfigurations -Examples for more detail.
Examples
EXAMPLE 1
New-PowerAppDlpPolicyConnectorConfigurations -TenantId $TenantId -PolicyName $PolicyName -NewDlpPolicyConnectorConfigurations $NewDlpPolicyConnectorConfigurations
Creates a new policy with $TenantId
, $PolicyName
and $NewDlpPolicyConnectorConfigurations
object.
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 |
-NewDlpPolicyConnectorConfigurations
Creates a DLP policy with NewDlpPolicyConnectorConfigurations
object.
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 |
-PolicyName
Create new connector configurations by using policy name.
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
Create new connector configurations by using 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 |
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.