Invoke ADCUnsetAuthenticationwebauthaction - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUnsetAuthenticationwebauthaction

SYNOPSIS

Unset Authentication configuration Object.

SYNTAX

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>]

DESCRIPTION

Configuration for Web authentication action resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUnsetAuthenticationwebauthaction -name <string>

An example how to unset authenticationwebauthaction configuration Object(s).

PARAMETERS

-Name

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: False

-serverip

IP 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: False

-serverport

Port 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: False

-fullreqexpr

Exact 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: False

-defaultauthenticationgroup

This 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: False

-attribute1

Expression 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: False

-attribute2

Expression 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: False

-attribute3

Expression 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: False

-attribute4

Expression 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: False

-attribute5

Expression 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: False

-attribute6

Expression 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: False

-attribute7

Expression 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: False

-attribute8

Expression 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: False

-attribute9

Expression 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: False

-attribute10

Expression 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: False

-attribute11

Expression 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: False

-attribute12

Expression 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: False

-attribute13

Expression 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: False

-attribute14

Expression 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: False

-attribute15

Expression 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: False

-attribute16

Expression 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: False

-WhatIf

Shows 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: False

-Confirm

Prompts 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: 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.

INPUTS

OUTPUTS

NOTES

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.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️