OBJECT
GetLambdaConfigReply
Description
Lambda configuration details of the Rubrik cluster.
link GraphQL Schema definition
- type GetLambdaConfigReply {
- # The account id associated with the request.
- String! :
- # The cluster UUID.
- String! :
- # Whether automatic fmd upload is enabled for the cluster.
- Boolean! :
- # Whether fmd upload is enabled for all resources.
- Boolean! :
- # The default diff fmd upload prefix.
- String! :
- # The maximum number of snapshots to upload automatically.
- Int! :
- # Enable or disable threat monitoring.
- Boolean! :
- # Enable or disable full scans for threat monitoring.
- Boolean! :
- }