1. Packages
  2. Fortios
  3. API Docs
  4. system
  5. getFipscc
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.system.getFipscc

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on fortios system fipscc

    Using getFipscc

    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 getFipscc(args: GetFipsccArgs, opts?: InvokeOptions): Promise<GetFipsccResult>
    function getFipsccOutput(args: GetFipsccOutputArgs, opts?: InvokeOptions): Output<GetFipsccResult>
    def get_fipscc(vdomparam: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetFipsccResult
    def get_fipscc_output(vdomparam: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetFipsccResult]
    func LookupFipscc(ctx *Context, args *LookupFipsccArgs, opts ...InvokeOption) (*LookupFipsccResult, error)
    func LookupFipsccOutput(ctx *Context, args *LookupFipsccOutputArgs, opts ...InvokeOption) LookupFipsccResultOutput

    > Note: This function is named LookupFipscc in the Go SDK.

    public static class GetFipscc 
    {
        public static Task<GetFipsccResult> InvokeAsync(GetFipsccArgs args, InvokeOptions? opts = null)
        public static Output<GetFipsccResult> Invoke(GetFipsccInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFipsccResult> getFipscc(GetFipsccArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:system/getFipscc:getFipscc
      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.

    getFipscc Result

    The following output properties are available:

    EntropyToken string
    Enable/disable/dynamic entropy token.
    Id string
    The provider-assigned unique ID for this managed resource.
    KeyGenerationSelfTest string
    Enable/disable self tests after key generation.
    SelfTestPeriod int
    Self test period.
    Status string
    Enable/disable FIPS-CC mode.
    Vdomparam string
    EntropyToken string
    Enable/disable/dynamic entropy token.
    Id string
    The provider-assigned unique ID for this managed resource.
    KeyGenerationSelfTest string
    Enable/disable self tests after key generation.
    SelfTestPeriod int
    Self test period.
    Status string
    Enable/disable FIPS-CC mode.
    Vdomparam string
    entropyToken String
    Enable/disable/dynamic entropy token.
    id String
    The provider-assigned unique ID for this managed resource.
    keyGenerationSelfTest String
    Enable/disable self tests after key generation.
    selfTestPeriod Integer
    Self test period.
    status String
    Enable/disable FIPS-CC mode.
    vdomparam String
    entropyToken string
    Enable/disable/dynamic entropy token.
    id string
    The provider-assigned unique ID for this managed resource.
    keyGenerationSelfTest string
    Enable/disable self tests after key generation.
    selfTestPeriod number
    Self test period.
    status string
    Enable/disable FIPS-CC mode.
    vdomparam string
    entropy_token str
    Enable/disable/dynamic entropy token.
    id str
    The provider-assigned unique ID for this managed resource.
    key_generation_self_test str
    Enable/disable self tests after key generation.
    self_test_period int
    Self test period.
    status str
    Enable/disable FIPS-CC mode.
    vdomparam str
    entropyToken String
    Enable/disable/dynamic entropy token.
    id String
    The provider-assigned unique ID for this managed resource.
    keyGenerationSelfTest String
    Enable/disable self tests after key generation.
    selfTestPeriod Number
    Self test period.
    status String
    Enable/disable FIPS-CC 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.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse