Skip to content

isTriggerRcvGrsTprConfigured

Verify whether the trigger RCV GRS failover quorum authorization policy is set.

Returns

Boolean!

Sample

query {
  isTriggerRcvGrsTprConfigured
}
{}
{
  "data": {
    "isTriggerRcvGrsTprConfigured": true
  }
}