Invoke ADCUnsetAuthenticationwebauthaction - j81blog/J81.ADCToolkit GitHub Wiki
Unset Authentication configuration Object.
Invoke-ADCUnsetAuthenticationwebauthaction [[-Name] <String>] [[-serverip] <Boolean>] [[-serverport] <Boolean>]
[[-fullreqexpr] <Boolean>] [[-defaultauthenticationgroup] <Boolean>] [[-attribute1] <Boolean>]
[[-attribute2] <Boolean>] [[-attribute3] <Boolean>] [[-attribute4] <Boolean>] [[-attribute5] <Boolean>]
[[-attribute6] <Boolean>] [[-attribute7] <Boolean>] [[-attribute8] <Boolean>] [[-attribute9] <Boolean>]
[[-attribute10] <Boolean>] [[-attribute11] <Boolean>] [[-attribute12] <Boolean>] [[-attribute13] <Boolean>]
[[-attribute14] <Boolean>] [[-attribute15] <Boolean>] [[-attribute16] <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
Configuration for Web authentication action resource.
Invoke-ADCUnsetAuthenticationwebauthaction -name <string>
An example how to unset authenticationwebauthaction configuration Object(s).
Name for the Web Authentication action. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after the profile is created.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIP address of the web server to be used for authentication.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalsePort on which the web server accepts connections.
- in CLI is represented as 65535 in NITRO API
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExact HTTP request, in the form of an expression, which the Citrix ADC sends to the authentication server. The Citrix ADC does not check the validity of this request. One must manually validate the request.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis is the default group that is chosen when the authentication succeeds in addition to extracted groups.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute1 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute2 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute3 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute4 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute5 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute6 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute7 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute8 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute9 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 15
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute10 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 16
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute11 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 17
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute12 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 18
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute13 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 19
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute14 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 20
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute15 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 21
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseExpression that would be evaluated to extract attribute16 from the webauth response.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 22
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCUnsetAuthenticationwebauthaction Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/authentication/authenticationwebauthaction Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.