updateResolverType

Updates the resolver type for a case.

This is a one-way action and cannot be reversed.

Samples

// Invoke UpdateResolverType
val resp = securityIrClient.updateResolverType {
    caseId = "8403556009"
    resolverType = ResolverType.fromValue("AWS")
}