diff --git a/docs/Add-FGTUserLocal.md b/docs/Add-FGTUserLocal.md index c5fc7f273..d072e12a8 100644 --- a/docs/Add-FGTUserLocal.md +++ b/docs/Add-FGTUserLocal.md @@ -12,6 +12,7 @@ Add a FortiGate Local User ## SYNTAX +### password ``` Add-FGTUserLocal -name [-status] [-passwd ] [-two_factor ] [-two_factor_notification ] [-fortitoken ] [-email_to ] [-sms_phone ] @@ -19,6 +20,30 @@ Add-FGTUserLocal -name [-status] [-passwd ] [-two_factor [] ``` +### radius +``` +Add-FGTUserLocal -name [-status] [-radius_server ] [-two_factor ] + [-two_factor_notification ] [-fortitoken ] [-email_to ] [-sms_phone ] + [-data ] [-vdom ] [-connection ] [-ProgressAction ] + [] +``` + +### tacacs +``` +Add-FGTUserLocal -name [-status] [-tacacs_server ] [-two_factor ] + [-two_factor_notification ] [-fortitoken ] [-email_to ] [-sms_phone ] + [-data ] [-vdom ] [-connection ] [-ProgressAction ] + [] +``` + +### ldap +``` +Add-FGTUserLocal -name [-status] [-ldap_server ] [-two_factor ] + [-two_factor_notification ] [-fortitoken ] [-email_to ] [-sms_phone ] + [-data ] [-vdom ] [-connection ] [-ProgressAction ] + [] +``` + ## DESCRIPTION Add a FortiGate Local User (Name, Password, MFA) @@ -94,7 +119,52 @@ Accept wildcard characters: False ```yaml Type: SecureString -Parameter Sets: (All) +Parameter Sets: password +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -radius_server +{{ Fill radius_server Description }} + +```yaml +Type: String +Parameter Sets: radius +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -tacacs_server +{{ Fill tacacs_server Description }} + +```yaml +Type: String +Parameter Sets: tacacs +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ldap_server +{{ Fill ldap_server Description }} + +```yaml +Type: String +Parameter Sets: ldap Aliases: Required: False @@ -105,10 +175,7 @@ Accept wildcard characters: False ``` ### -two_factor -\[Parameter (Mandatory = $false, ParameterSetName = "radius")\] - \[string\]$radius_server, - \[Parameter (Mandatory = $false, ParameterSetName = "tacacs")\] - \[string\]$tacacs_server, +{{ Fill two_factor Description }} ```yaml Type: String diff --git a/docs/Set-FGTUserLocal.md b/docs/Set-FGTUserLocal.md index 4406500dd..6d4fe0240 100644 --- a/docs/Set-FGTUserLocal.md +++ b/docs/Set-FGTUserLocal.md @@ -28,6 +28,30 @@ Set-FGTUserLocal [-userlocal] [-name ] [-status] [-passwd ] [-WhatIf] [-Confirm] [] ``` +### radius +``` +Set-FGTUserLocal [-userlocal] [-name ] [-status] [-radius_server ] + [-two_factor ] [-two_factor_notification ] [-fortitoken ] [-email_to ] + [-sms_phone ] [-data ] [-vdom ] [-connection ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] +``` + +### tacacs +``` +Set-FGTUserLocal [-userlocal] [-name ] [-status] [-tacacs_server ] + [-two_factor ] [-two_factor_notification ] [-fortitoken ] [-email_to ] + [-sms_phone ] [-data ] [-vdom ] [-connection ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] +``` + +### ldap +``` +Set-FGTUserLocal [-userlocal] [-name ] [-status] [-ldap_server ] + [-two_factor ] [-two_factor_notification ] [-fortitoken ] [-email_to ] + [-sms_phone ] [-data ] [-vdom ] [-connection ] + [-ProgressAction ] [-WhatIf] [-Confirm] [] +``` + ## DESCRIPTION Change a FortiGate Local User @@ -129,11 +153,53 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -radius_server +{{ Fill radius_server Description }} + +```yaml +Type: String +Parameter Sets: radius +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -tacacs_server +{{ Fill tacacs_server Description }} + +```yaml +Type: String +Parameter Sets: tacacs +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ldap_server +{{ Fill ldap_server Description }} + +```yaml +Type: String +Parameter Sets: ldap +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -two_factor -\[Parameter (Mandatory = $false, ParameterSetName = "radius")\] - \[string\]$radius_server, - \[Parameter (Mandatory = $false, ParameterSetName = "tacacs")\] - \[string\]$tacacs_server, +{{ Fill two_factor Description }} ```yaml Type: String