Get-R1PipelineConnectorType
Get-R1PipelineConnectorType
SYNOPSIS
Returns the connector types available to a pipeline.
SYNTAX
Get-R1PipelineConnectorType [-pipelineId] <String> [<CommonParameters>]
DESCRIPTION
Returns the connector types a pipeline may be configured with, which are the values accepted by the type of Set-R1PipelineConnectorConfig.
EXAMPLES
Example 1
Get-R1PipelineConnectorType -pipelineId 'somepipeline'
Returns the available connector types.
PARAMETERS
-pipelineId
The identifier of the identity observability pipeline.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.