Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getFtmpush
Explore with Pulumi AI
Use this data source to get information on fortios system ftmpush
Using getFtmpush
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 getFtmpush(args: GetFtmpushArgs, opts?: InvokeOptions): Promise<GetFtmpushResult>
function getFtmpushOutput(args: GetFtmpushOutputArgs, opts?: InvokeOptions): Output<GetFtmpushResult>
def get_ftmpush(vdomparam: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFtmpushResult
def get_ftmpush_output(vdomparam: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFtmpushResult]
func LookupFtmpush(ctx *Context, args *LookupFtmpushArgs, opts ...InvokeOption) (*LookupFtmpushResult, error)
func LookupFtmpushOutput(ctx *Context, args *LookupFtmpushOutputArgs, opts ...InvokeOption) LookupFtmpushResultOutput
> Note: This function is named LookupFtmpush
in the Go SDK.
public static class GetFtmpush
{
public static Task<GetFtmpushResult> InvokeAsync(GetFtmpushArgs args, InvokeOptions? opts = null)
public static Output<GetFtmpushResult> Invoke(GetFtmpushInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFtmpushResult> getFtmpush(GetFtmpushArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: fortios:system/getFtmpush:getFtmpush
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.
getFtmpush Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Proxy string
- Enable/disable communication to the proxy server in FortiGuard configuration.
- Server string
- IPv4 address or domain name of FortiToken Mobile push services server.
- Server
Cert string - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- Server
Ip string - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- Server
Port int - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- Status string
- Enable/disable the use of FortiToken Mobile push services.
- Vdomparam string
- Id string
- The provider-assigned unique ID for this managed resource.
- Proxy string
- Enable/disable communication to the proxy server in FortiGuard configuration.
- Server string
- IPv4 address or domain name of FortiToken Mobile push services server.
- Server
Cert string - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- Server
Ip string - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- Server
Port int - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- Status string
- Enable/disable the use of FortiToken Mobile push services.
- Vdomparam string
- id String
- The provider-assigned unique ID for this managed resource.
- proxy String
- Enable/disable communication to the proxy server in FortiGuard configuration.
- server String
- IPv4 address or domain name of FortiToken Mobile push services server.
- server
Cert String - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- server
Ip String - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- server
Port Integer - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- status String
- Enable/disable the use of FortiToken Mobile push services.
- vdomparam String
- id string
- The provider-assigned unique ID for this managed resource.
- proxy string
- Enable/disable communication to the proxy server in FortiGuard configuration.
- server string
- IPv4 address or domain name of FortiToken Mobile push services server.
- server
Cert string - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- server
Ip string - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- server
Port number - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- status string
- Enable/disable the use of FortiToken Mobile push services.
- vdomparam string
- id str
- The provider-assigned unique ID for this managed resource.
- proxy str
- Enable/disable communication to the proxy server in FortiGuard configuration.
- server str
- IPv4 address or domain name of FortiToken Mobile push services server.
- server_
cert str - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- server_
ip str - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- server_
port int - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- status str
- Enable/disable the use of FortiToken Mobile push services.
- vdomparam str
- id String
- The provider-assigned unique ID for this managed resource.
- proxy String
- Enable/disable communication to the proxy server in FortiGuard configuration.
- server String
- IPv4 address or domain name of FortiToken Mobile push services server.
- server
Cert String - Name of the server certificate to be used for SSL (default = Fortinet_Factory).
- server
Ip String - IPv4 address of FortiToken Mobile push services server (format: xxx.xxx.xxx.xxx).
- server
Port Number - Port to communicate with FortiToken Mobile push services server (1 - 65535, default = 4433).
- status String
- Enable/disable the use of FortiToken Mobile push services.
- vdomparam String
Package Details
- Repository
- fortios pulumiverse/pulumi-fortios
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
fortios
Terraform Provider.