Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse
fortios.system.getFipscc
Explore with Pulumi AI
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:
- Entropy
Token string - Enable/disable/dynamic entropy token.
- Id string
- The provider-assigned unique ID for this managed resource.
- Key
Generation stringSelf Test - Enable/disable self tests after key generation.
- Self
Test intPeriod - Self test period.
- Status string
- Enable/disable FIPS-CC mode.
- Vdomparam string
- Entropy
Token string - Enable/disable/dynamic entropy token.
- Id string
- The provider-assigned unique ID for this managed resource.
- Key
Generation stringSelf Test - Enable/disable self tests after key generation.
- Self
Test intPeriod - Self test period.
- Status string
- Enable/disable FIPS-CC mode.
- Vdomparam string
- entropy
Token String - Enable/disable/dynamic entropy token.
- id String
- The provider-assigned unique ID for this managed resource.
- key
Generation StringSelf Test - Enable/disable self tests after key generation.
- self
Test IntegerPeriod - Self test period.
- status String
- Enable/disable FIPS-CC mode.
- vdomparam String
- entropy
Token string - Enable/disable/dynamic entropy token.
- id string
- The provider-assigned unique ID for this managed resource.
- key
Generation stringSelf Test - Enable/disable self tests after key generation.
- self
Test numberPeriod - 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_ strself_ test - Enable/disable self tests after key generation.
- self_
test_ intperiod - Self test period.
- status str
- Enable/disable FIPS-CC mode.
- vdomparam str
- entropy
Token String - Enable/disable/dynamic entropy token.
- id String
- The provider-assigned unique ID for this managed resource.
- key
Generation StringSelf Test - Enable/disable self tests after key generation.
- self
Test NumberPeriod - 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.