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!
- # The default diff fmd upload prefix.
- : String!
- # Whether automatic fmd upload is enabled for the cluster.
- : Boolean!
- # Whether fmd upload is enabled for all resources.
- : Boolean!
- # Enable or disable full scans for threat monitoring.
- : Boolean!
- # Enable or disable threat monitoring.
- : Boolean!
- # The maximum number of snapshots to upload automatically.
- : Int!
- }