Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse
fortios.system.getPasswordpolicyguestadmin
Explore with Pulumi AI
Use this data source to get information on fortios system passwordpolicyguestadmin
Using getPasswordpolicyguestadmin
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPasswordpolicyguestadmin(args: GetPasswordpolicyguestadminArgs, opts?: InvokeOptions): Promise<GetPasswordpolicyguestadminResult>
function getPasswordpolicyguestadminOutput(args: GetPasswordpolicyguestadminOutputArgs, opts?: InvokeOptions): Output<GetPasswordpolicyguestadminResult>
def get_passwordpolicyguestadmin(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPasswordpolicyguestadminResult
def get_passwordpolicyguestadmin_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPasswordpolicyguestadminResult]
func LookupPasswordpolicyguestadmin(ctx *Context, args *LookupPasswordpolicyguestadminArgs, opts ...InvokeOption) (*LookupPasswordpolicyguestadminResult, error)
func LookupPasswordpolicyguestadminOutput(ctx *Context, args *LookupPasswordpolicyguestadminOutputArgs, opts ...InvokeOption) LookupPasswordpolicyguestadminResultOutput
> Note: This function is named LookupPasswordpolicyguestadmin
in the Go SDK.
public static class GetPasswordpolicyguestadmin
{
public static Task<GetPasswordpolicyguestadminResult> InvokeAsync(GetPasswordpolicyguestadminArgs args, InvokeOptions? opts = null)
public static Output<GetPasswordpolicyguestadminResult> Invoke(GetPasswordpolicyguestadminInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPasswordpolicyguestadminResult> getPasswordpolicyguestadmin(GetPasswordpolicyguestadminArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getPasswordpolicyguestadmin:getPasswordpolicyguestadmin
arguments:
# arguments dictionary
The following arguments are supported:
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- Vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam string
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam str
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
- vdomparam String
- Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
getPasswordpolicyguestadmin Result
The following output properties are available:
- Apply
To string - Guest administrator to which this password policy applies.
- Change4Characters string
- Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- Expire
Day int - Number of days after which passwords expire (1 - 999 days, default = 90).
- Expire
Status string - Enable/disable password expiration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Min
Change intCharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- Min
Lower intCase Letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- Min
Non intAlphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- Min
Number int - Minimum number of numeric characters in password (0 - 128, default = 0).
- Min
Upper intCase Letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- Minimum
Length int - Minimum password length (8 - 128, default = 8).
- Reuse
Password string - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- Status string
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- Vdomparam string
- Apply
To string - Guest administrator to which this password policy applies.
- Change4Characters string
- Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- Expire
Day int - Number of days after which passwords expire (1 - 999 days, default = 90).
- Expire
Status string - Enable/disable password expiration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Min
Change intCharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- Min
Lower intCase Letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- Min
Non intAlphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- Min
Number int - Minimum number of numeric characters in password (0 - 128, default = 0).
- Min
Upper intCase Letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- Minimum
Length int - Minimum password length (8 - 128, default = 8).
- Reuse
Password string - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- Status string
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- Vdomparam string
- apply
To String - Guest administrator to which this password policy applies.
- change4Characters String
- Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- expire
Day Integer - Number of days after which passwords expire (1 - 999 days, default = 90).
- expire
Status String - Enable/disable password expiration.
- id String
- The provider-assigned unique ID for this managed resource.
- min
Change IntegerCharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- min
Lower IntegerCase Letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- min
Non IntegerAlphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- min
Number Integer - Minimum number of numeric characters in password (0 - 128, default = 0).
- min
Upper IntegerCase Letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- minimum
Length Integer - Minimum password length (8 - 128, default = 8).
- reuse
Password String - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- status String
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- vdomparam String
- apply
To string - Guest administrator to which this password policy applies.
- change4Characters string
- Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- expire
Day number - Number of days after which passwords expire (1 - 999 days, default = 90).
- expire
Status string - Enable/disable password expiration.
- id string
- The provider-assigned unique ID for this managed resource.
- min
Change numberCharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- min
Lower numberCase Letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- min
Non numberAlphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- min
Number number - Minimum number of numeric characters in password (0 - 128, default = 0).
- min
Upper numberCase Letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- minimum
Length number - Minimum password length (8 - 128, default = 8).
- reuse
Password string - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- status string
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- vdomparam string
- apply_
to str - Guest administrator to which this password policy applies.
- change4_
characters str - Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- expire_
day int - Number of days after which passwords expire (1 - 999 days, default = 90).
- expire_
status str - Enable/disable password expiration.
- id str
- The provider-assigned unique ID for this managed resource.
- min_
change_ intcharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- min_
lower_ intcase_ letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- min_
non_ intalphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- min_
number int - Minimum number of numeric characters in password (0 - 128, default = 0).
- min_
upper_ intcase_ letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- minimum_
length int - Minimum password length (8 - 128, default = 8).
- reuse_
password str - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- status str
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- vdomparam str
- apply
To String - Guest administrator to which this password policy applies.
- change4Characters String
- Enable/disable changing at least 4 characters for a new password (This attribute overrides reuse-password if both are enabled).
- expire
Day Number - Number of days after which passwords expire (1 - 999 days, default = 90).
- expire
Status String - Enable/disable password expiration.
- id String
- The provider-assigned unique ID for this managed resource.
- min
Change NumberCharacters - Minimum number of unique characters in new password which do not exist in old password (This attribute overrides reuse-password if both are enabled).
- min
Lower NumberCase Letter - Minimum number of lowercase characters in password (0 - 128, default = 0).
- min
Non NumberAlphanumeric - Minimum number of non-alphanumeric characters in password (0 - 128, default = 0).
- min
Number Number - Minimum number of numeric characters in password (0 - 128, default = 0).
- min
Upper NumberCase Letter - Minimum number of uppercase characters in password (0 - 128, default = 0).
- minimum
Length Number - Minimum password length (8 - 128, default = 8).
- reuse
Password String - Enable/disable reusing of password (if both reuse-password and change-4-characters are enabled, change-4-characters overrides).
- status String
- Enable/disable setting a password policy for locally defined administrator passwords and IPsec VPN pre-shared keys.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.