Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getFssopolling
Explore with Pulumi AI
Use this data source to get information on fortios system fssopolling
Using getFssopolling
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 getFssopolling(args: GetFssopollingArgs, opts?: InvokeOptions): Promise<GetFssopollingResult>
function getFssopollingOutput(args: GetFssopollingOutputArgs, opts?: InvokeOptions): Output<GetFssopollingResult>
def get_fssopolling(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFssopollingResult
def get_fssopolling_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFssopollingResult]
func LookupFssopolling(ctx *Context, args *LookupFssopollingArgs, opts ...InvokeOption) (*LookupFssopollingResult, error)
func LookupFssopollingOutput(ctx *Context, args *LookupFssopollingOutputArgs, opts ...InvokeOption) LookupFssopollingResultOutput
> Note: This function is named LookupFssopolling
in the Go SDK.
public static class GetFssopolling
{
public static Task<GetFssopollingResult> InvokeAsync(GetFssopollingArgs args, InvokeOptions? opts = null)
public static Output<GetFssopollingResult> Invoke(GetFssopollingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFssopollingResult> getFssopolling(GetFssopollingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getFssopolling:getFssopolling
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.
getFssopolling Result
The following output properties are available:
- Auth
Password string - Password to connect to FSSO Agent.
- Authentication string
- Enable/disable FSSO Agent Authentication.
- Id string
- The provider-assigned unique ID for this managed resource.
- Listening
Port int - Listening port to accept clients (1 - 65535).
- Status string
- Enable/disable FSSO Polling Mode.
- Vdomparam string
- Auth
Password string - Password to connect to FSSO Agent.
- Authentication string
- Enable/disable FSSO Agent Authentication.
- Id string
- The provider-assigned unique ID for this managed resource.
- Listening
Port int - Listening port to accept clients (1 - 65535).
- Status string
- Enable/disable FSSO Polling Mode.
- Vdomparam string
- auth
Password String - Password to connect to FSSO Agent.
- authentication String
- Enable/disable FSSO Agent Authentication.
- id String
- The provider-assigned unique ID for this managed resource.
- listening
Port Integer - Listening port to accept clients (1 - 65535).
- status String
- Enable/disable FSSO Polling Mode.
- vdomparam String
- auth
Password string - Password to connect to FSSO Agent.
- authentication string
- Enable/disable FSSO Agent Authentication.
- id string
- The provider-assigned unique ID for this managed resource.
- listening
Port number - Listening port to accept clients (1 - 65535).
- status string
- Enable/disable FSSO Polling Mode.
- vdomparam string
- auth_
password str - Password to connect to FSSO Agent.
- authentication str
- Enable/disable FSSO Agent Authentication.
- id str
- The provider-assigned unique ID for this managed resource.
- listening_
port int - Listening port to accept clients (1 - 65535).
- status str
- Enable/disable FSSO Polling Mode.
- vdomparam str
- auth
Password String - Password to connect to FSSO Agent.
- authentication String
- Enable/disable FSSO Agent Authentication.
- id String
- The provider-assigned unique ID for this managed resource.
- listening
Port Number - Listening port to accept clients (1 - 65535).
- status String
- Enable/disable FSSO Polling Mode.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.