OBJECT
UpdateAutoEnablePolicyClusterConfigReply
Description
Represents updated Rubrik cluster configuration.
link GraphQL Schema definition
- type UpdateAutoEnablePolicyClusterConfigReply {
- # Auto Enable Sensitive Data Discovery policy configuration.
- : AutoEnablePolicyClusterConfigReply!
- # The cluster UUID.
- : UUID!
- # The cluster name.
- : String!
- # The cluster type.
- : ClusterTypeEnum!
- # The software version.
- : String
- }